poco/Net/src
2014-11-19 23:26:04 +01:00
..
AbstractHTTPRequestHandler.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
DatagramSocket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
DatagramSocketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
DialogSocket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
DNS.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
FilePartSource.cpp Merge pull request #344 from RangelReale/htmlformcontentlength 2014-05-21 22:27:12 -05:00
FTPClientSession.cpp #538 more dtor fixes and some style fixes along the way 2014-09-29 12:09:01 +02:00
FTPStreamFactory.cpp #454 also applies to FTPStreamFactory 2014-05-31 12:48:09 +02:00
HostEntry.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTMLForm.cpp fix #606: HTMLForm constructor read application/x-www-form-urlencoded UTF-8 request body first parameter with BOM in name 2014-11-12 10:33:57 +01:00
HTTPAuthenticationParams.cpp fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers 2014-11-19 21:25:36 +01:00
HTTPBasicCredentials.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPBufferAllocator.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPChunkedStream.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
HTTPClientSession.cpp fixed #468: HTTPClientSession/HTTPResponse not forwarding exceptions 2014-11-19 21:56:42 +01:00
HTTPCookie.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPCredentials.cpp fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers 2014-11-19 21:25:36 +01:00
HTTPDigestCredentials.cpp fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers 2014-11-19 21:25:36 +01:00
HTTPFixedLengthStream.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
HTTPHeaderStream.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
HTTPIOStream.cpp fixed #454: Fix: handle unhandled exceptions 2014-05-31 12:42:26 +02:00
HTTPMessage.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPRequest.cpp fixed #468: HTTPClientSession/HTTPResponse not forwarding exceptions 2014-11-19 21:56:42 +01:00
HTTPRequestHandler.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPRequestHandlerFactory.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPResponse.cpp fixed #468: HTTPClientSession/HTTPResponse not forwarding exceptions 2014-11-19 21:56:42 +01:00
HTTPServer.cpp Merge pull request #437 from kblaschke/develop 2014-05-19 17:12:30 +02:00
HTTPServerConnection.cpp improved HTTP server handling of errors while reading header 2014-09-25 14:12:21 +02:00
HTTPServerConnectionFactory.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerParams.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerRequest.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerRequestImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerResponse.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerResponseImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPServerSession.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPSession.cpp fixed cert chain verification and samples 2014-10-09 23:56:00 +02:00
HTTPSessionFactory.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPSessionInstantiator.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
HTTPStream.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
HTTPStreamFactory.cpp added support for global HTTP proxy configuration 2014-11-09 17:22:10 +01:00
ICMPClient.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPEventArgs.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPPacket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPPacketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPSocket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPSocketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ICMPv4PacketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
IPAddress.cpp style fixes 2014-11-06 11:12:14 +01:00
IPAddressImpl.cpp fixed IPv6 prefix handling issue on Windows 2014-11-07 08:33:30 +01:00
MailMessage.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
MailRecipient.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
MailStream.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
MediaType.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
MessageHeader.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
MulticastSocket.cpp fixed GH #245: MulticastSocket::joinGroup(const IPAddress&) not working 2014-05-29 20:57:19 -05:00
MultipartReader.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
MultipartWriter.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
NameValueCollection.cpp fixed GH #63: Net::NameValueCollection::size() returns int 2014-11-19 23:26:04 +01:00
Net.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
NetException.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
NetworkInterface.cpp regenerated sample project files, fixed a potential compile error in NetworkInterface when targetting older Windows releases 2014-10-16 14:16:40 +02:00
NTPClient.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
NTPEventArgs.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
NTPPacket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
NullPartHandler.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
OAuth10Credentials.cpp added OAuth20Credentials class, some minor OAuth10Credentials fixes 2014-11-11 12:10:53 +01:00
OAuth20Credentials.cpp added OAuth20Credentials class, some minor OAuth10Credentials fixes 2014-11-11 12:10:53 +01:00
PartHandler.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
PartSource.cpp Merge pull request #344 from RangelReale/htmlformcontentlength 2014-05-21 22:27:12 -05:00
PartStore.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
POP3ClientSession.cpp fixed exception text 2014-11-19 22:56:37 +01:00
QuotedPrintableDecoder.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
QuotedPrintableEncoder.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
RawSocket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
RawSocketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
RemoteSyslogChannel.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
RemoteSyslogListener.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ServerSocket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
ServerSocketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SMTPChannel.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
SMTPClientSession.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
Socket.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketAddress.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketAddressImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketImpl.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
SocketNotification.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketNotifier.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketReactor.cpp Idle Reactor high CPU usage #607 2014-11-17 00:40:00 -06:00
SocketStream.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
StreamSocket.cpp - FIFOBuffer drain() problem #552 2014-10-03 16:12:42 -05:00
StreamSocketImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
StringPartSource.cpp Merge pull request #344 from RangelReale/htmlformcontentlength 2014-05-21 22:27:12 -05:00
TCPServer.cpp #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
TCPServerConnection.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
TCPServerConnectionFactory.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
TCPServerDispatcher.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
TCPServerParams.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
WebSocket.cpp #550 WebSocket fragmented message problem 2014-10-02 20:24:50 +02:00
WebSocketImpl.cpp #550 WebSocket fragmented message problem 2014-10-02 20:24:50 +02:00