poco/Net/src
2018-03-07 06:51:39 +01:00
..
AbstractHTTPRequestHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DatagramSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
DatagramSocketImpl.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
DialogSocket.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DNS.cpp remove long deprecated flushCache() method 2018-02-17 18:27:02 +01:00
FilePartSource.cpp fixed a warning 2017-11-10 08:42:31 +01:00
FTPClientSession.cpp FTPClientSession::close() error? #1880 2017-10-30 11:19:54 -05: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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPAuthenticationParams.cpp HTTP Authentication Schemes #2089 2018-03-05 15:32:08 +01:00
HTTPBasicCredentials.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +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 merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
HTTPCookie.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPCredentials.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPDigestCredentials.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02: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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPRequest.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +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 merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
HTTPServer.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerConnection.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02: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 Run ping with custom data size #1912 2018-02-24 08:39:13 -06:00
ICMPEventArgs.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ICMPPacket.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ICMPPacketImpl.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ICMPSocket.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ICMPSocketImpl.cpp remove extraneous catch 2018-02-24 08:50:33 -06:00
ICMPv4PacketImpl.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02: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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02: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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
MessageHeader.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
MulticastSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Net.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
NetException.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
NetworkInterface.cpp Add POCO_OS_ANDROID as platfrom definitons (#2186) 2018-02-26 19:18:45 -06:00
NTPClient.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02: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 remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +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 add PollSet class (backported from develop) 2017-11-01 11:19:52 +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 should allow the RFC 5424 STRUCTURED-DATA field to be set #2173 2018-03-07 06:51:39 +01:00
RemoteSyslogListener.cpp RemoteSyslogChannel should allow the RFC 5424 STRUCTURED-DATA field to be set #2173 2018-03-07 06:51:39 +01: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 Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Socket.cpp fixed GH #2080: Fix bugs in Poco::Net::Socket::select() for poll() implementation 2018-01-09 10:19:00 +01:00
SocketAddress.cpp Remove SOO in IPAddress and SocketAddress 2017-11-02 20:54:38 +01:00
SocketAddressImpl.cpp fixed GH #2042: Android abstract namespace local socket address 2017-12-18 10:14:09 +01:00
SocketImpl.cpp Mingw cross-compilation error #2103 2018-01-26 20:11:24 -06:00
SocketNotification.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SocketNotifier.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SocketReactor.cpp Internet connection is not available on build servers, making tests fail #1365 2017-10-06 18:19:20 -05:00
SocketStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
StreamSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01: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 revert fix for #2088 as it breaks testsuite 2018-03-05 22:13:30 +01:00
TCPServerParams.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
WebSocket.cpp merge Unix Domain Sockets support and other changes from develop 2017-10-31 16:53:06 +01:00
WebSocketImpl.cpp additonal fix for GH #1212: WebSocketImpl::available() now reports number of bytes in internal buffer. 2017-11-07 13:50:30 +01:00