poco/Net/src
2015-12-10 13:16:02 -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 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
DatagramSocketImpl.cpp UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +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 renamed canContinue() to peekResponse(), improved documentation 2015-10-10 09:31:48 +02: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 added better support for 'Expect: 100-continue' header and '100 Continue' responses 2015-10-06 11:11:16 +02: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 added better support for 'Expect: 100-continue' header and '100 Continue' responses 2015-10-06 11:11:16 +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 better support for 'Expect: 100-continue' header and '100 Continue' responses 2015-10-06 11:11:16 +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 HTTPSessionInstantiator: respect global proxy config 2015-09-17 11:58:19 +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 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +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 fix for MSVC issue with static const definitions 2015-09-11 09:22:38 +02:00
IPAddressImpl.cpp UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
MailMessage.cpp parse attachments' name and filename 2015-07-10 09:56:48 +08: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 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02: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 * Don't leak <windows.h> (Poco/Unwindows.h) to library users 2015-12-10 13:16:02 -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 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 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
RawSocketImpl.cpp UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +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 clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets 2015-09-08 15:00:43 +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 SocketAddress: constructor taking single string now also accepts a local socket path on UNIX platforms 2015-09-16 09:26:30 +02:00
SocketAddressImpl.cpp UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
SocketImpl.cpp handle ENOENT error 2015-09-08 16:21:25 +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 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
StreamSocketImpl.cpp UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
StringPartSource.cpp Merge pull request #344 from RangelReale/htmlformcontentlength 2014-05-21 22:27:12 -05:00
TCPServer.cpp make TCPServer and HTTPClientSession work with UNIX local sockets 2015-09-08 17:06:30 +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 remove un-needed headers 2015-06-03 16:39:34 -04:00
WebSocketImpl.cpp fix: need an implementation of available() for WebSocketImpl 2015-09-18 22:44:17 +02:00