poco/Net/src
2021-04-11 16:03:08 +02:00
..
AbstractHTTPRequestHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DatagramSocket.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
DatagramSocketImpl.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
DialogSocket.cpp fixed GH #2570: DialogSocket: receiveStatusMessage() - line length limit applies to entire multi-line message 2018-12-19 21:45:17 +01:00
DNS.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
EscapeHTMLStream.cpp added Poco::Net::escapeHTML() and Poco::Net::EscapeHTMLStream; PageCompiler now supports optional HTML-escaping of <%= %> expressions. 2019-11-20 14:22:41 +01:00
FilePartSource.cpp fixed a warning 2017-11-10 08:42:31 +01:00
FTPClientSession.cpp #2902: [FTPClient] Optimize expression 2020-02-04 10:56:58 +01:00
FTPStreamFactory.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HostEntry.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTMLForm.cpp fixed GH #2686: Uploads larger than 2GB fail 2020-01-21 21:19:07 +01:00
HTTPAuthenticationParams.cpp NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPBasicCredentials.cpp added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
HTTPBufferAllocator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPChunkedStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPClientSession.cpp fixed #2745 2020-01-21 19:59:17 +01:00
HTTPCookie.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
HTTPCredentials.cpp added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
HTTPDigestCredentials.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
HTTPFixedLengthStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPHeaderStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPIOStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPMessage.cpp NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPNTLMCredentials.cpp added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
HTTPRequest.cpp NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPRequestHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPRequestHandlerFactory.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPResponse.cpp NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPServer.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerConnection.cpp finally get rid of std::auto_ptr 2019-12-15 09:40:40 +01:00
HTTPServerConnectionFactory.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerParams.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerRequest.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerRequestImpl.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
HTTPServerResponse.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerResponseImpl.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerSession.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPSession.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
HTTPSessionFactory.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
HTTPSessionInstantiator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPStreamFactory.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
ICMPClient.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPEventArgs.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ICMPPacket.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPPacketImpl.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPSocket.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPSocketImpl.cpp backport 89da23d - don't wrap TimeoutException in ICMPException 2018-11-01 11:01:25 +01:00
ICMPv4PacketImpl.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
IPAddress.cpp Use MAX_ADDRESS_LENGTH to determine buffer size 2018-03-06 11:17:10 +01:00
IPAddressImpl.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
MailMessage.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
MailRecipient.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
MailStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
MediaType.cpp fixed GH #2843: Poco::Net::MediaType::parse() does not split parameters 2020-01-22 11:56:11 +01:00
MessageHeader.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
MulticastSocket.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
MultipartReader.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
MultipartWriter.cpp fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. 2017-12-06 11:10:06 +01:00
NameValueCollection.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Net.cpp added Poco::Net::escapeHTML() and Poco::Net::EscapeHTMLStream; PageCompiler now supports optional HTML-escaping of <%= %> expressions. 2019-11-20 14:22:41 +01:00
NetException.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
NetworkInterface.cpp fixed GH #2863: NetworkInterface::map can fail to reveal some interfaces if an earlier one can not be handled 2020-01-22 13:36:46 +01:00
NTLMCredentials.cpp added support for SSPI-based NTLM authentication using the credentials of the currently logged in Windows user (Windows only) 2019-05-15 15:43:37 +02:00
NTPClient.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
NTPEventArgs.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
NTPPacket.cpp NTP Packet impl not according to RFC958? #749 2017-10-20 20:43:57 -05:00
NullPartHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
OAuth10Credentials.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
OAuth20Credentials.cpp remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
PartHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PartSource.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PartStore.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PollSet.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
POP3ClientSession.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
QuotedPrintableDecoder.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
QuotedPrintableEncoder.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
RawSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
RawSocketImpl.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
RemoteSyslogChannel.cpp RemoteSyslogChannel/RemoteSyslogListener: add buffer size configuration property 2021-04-11 16:03:08 +02:00
RemoteSyslogListener.cpp RemoteSyslogChannel/RemoteSyslogListener: add buffer size configuration property 2021-04-11 16:03:08 +02:00
ServerSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
ServerSocketImpl.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SMTPChannel.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SMTPClientSession.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Socket.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
SocketAddress.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
SocketAddressImpl.cpp fixed GH #2042: Android abstract namespace local socket address 2017-12-18 10:14:09 +01:00
SocketImpl.cpp GH #2892: SocketImpl::bind --> bind wrong config 2020-01-25 14:22:27 +01:00
SocketNotification.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SocketNotifier.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
SocketReactor.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
SocketStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SSPINTLMCredentials.cpp added missing #include <windows.h> 2019-05-16 14:54:19 +02:00
StreamSocket.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
StreamSocketImpl.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
StringPartSource.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
TCPServer.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
TCPServerConnection.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
TCPServerConnectionFactory.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
TCPServerDispatcher.cpp finally get rid of std::auto_ptr 2019-12-15 09:40:40 +01:00
TCPServerParams.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
UDPClient.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
UDPServerParams.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
WebSocket.cpp backport #2336 2019-06-11 16:07:53 +02:00
WebSocketImpl.cpp fix for Windows (add #define NOMINMAX) 2019-05-16 14:16:09 +02:00