poco/Net/src
2015-06-02 20:51:33 +02: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 added HTTPServerRequest::secure() method 2015-06-02 20:51:33 +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 moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses 2015-03-18 19:06:10 +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 moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses 2015-03-18 19:06:10 +01: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 fixes for Solaris compiler 2015-03-27 20:40:25 +01: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 cleanup 2015-03-28 11:23:25 +01:00
SocketAddress.cpp moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses 2015-03-18 19:06:10 +01:00
SocketAddressImpl.cpp LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
SocketImpl.cpp cleanup 2015-03-28 11:23:25 +01: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 Fix for #294. 2014-11-19 16:36:15 -06:00
WebSocket.cpp Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char> 2015-03-07 15:46:08 +02:00
WebSocketImpl.cpp Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char> 2015-03-07 15:46:08 +02:00