poco/Net/include/Poco/Net
2024-11-28 08:19:45 +01:00
..
AbstractHTTPRequestHandler.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
DatagramSocket.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
DatagramSocketImpl.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
DialogSocket.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
DNS.h remove long deprecated flushCache() method 2018-02-17 18:27:02 +01:00
EscapeHTMLStream.h 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.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
FTPClientSession.h fix openssl session resumption, add quiet shutdown option, support FTPS with hostname (#4103) 2023-11-26 18:12:11 +01:00
FTPStreamFactory.h chore(Net) : correct spelling, remove some unused codes fix(SocketProactor) : missing adding sock to read pollset fix(DialogServer) : _lastCommands data race (#3821) 2023-07-11 08:00:17 -05:00
HostEntry.h style 2024-04-03 07:26:23 +02:00
HTMLForm.h #2565: HTMLForm: optional enforcement of Content-Length instead of Chunked Transfer-Encoding 2018-12-12 18:00:58 +01:00
HTTPAuthenticationParams.h NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPBasicCredentials.h added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
HTTPBasicStreamBuf.h 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
HTTPBufferAllocator.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPChunkedStream.h #3658: Support for chunked transfer encoding trailer 2022-07-04 17:49:52 +02:00
HTTPClientSession.h fix(sharedMemory): x64 size error #2976 (#4295) 2023-11-26 04:57:39 +01:00
HTTPCookie.h added support for SameSite cookie attribute 2020-01-04 10:15:41 +01:00
HTTPCredentials.h added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
HTTPDigestCredentials.h HTTPDigestCredentials added support for RFC7616 algorithms (#3026) 2022-05-29 21:52:39 -05:00
HTTPFixedLengthStream.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPHeaderStream.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPIOStream.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPMessage.h #3282: Update constant in setContentType documentation 2021-06-15 09:05:52 +02:00
HTTPNTLMCredentials.h fix a typo 2019-11-04 21:08:03 +01:00
HTTPRequest.h NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPRequestHandler.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPRequestHandlerFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPResponse.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
HTTPServer.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerConnection.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerConnectionFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerParams.h 4254 net message header optional decoding (#4263) 2023-11-13 10:32:12 +01:00
HTTPServerRequest.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerRequestImpl.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerResponse.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerResponseImpl.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPServerSession.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPSession.h #3658: Support for chunked transfer encoding trailer 2022-07-04 17:49:52 +02:00
HTTPSessionFactory.h #3089: HTTPSessionFactory does not support HTTPClientSession::ProxyConfig 2021-06-15 09:45:01 +02:00
HTTPSessionInstantiator.h #3089: HTTPSessionFactory does not support HTTPClientSession::ProxyConfig 2021-06-15 09:45:01 +02:00
HTTPStream.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPStreamFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPClient.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPEventArgs.h 3808 icmp statistics (#3982) 2023-03-22 09:11:13 -05:00
ICMPPacket.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPPacketImpl.h Fix typo: overriden -> overridden 2021-04-14 20:12:17 +02:00
ICMPSocket.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPSocketImpl.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPv4PacketImpl.h Update ICMPv4PacketImpl.h (#4059) 2023-07-11 07:24:31 -05:00
IPAddress.h Moving operator<< and operator>> overloads into the Poco::Net namespace. (#4491) 2024-03-28 19:43:14 +01:00
IPAddressImpl.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MailMessage.h Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
MailRecipient.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MailStream.h enh(Net): SMTPClientSession: replace bare newlines in message content with CRLF (#4689) 2024-09-26 11:16:36 +02:00
MediaType.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MessageHeader.h 4254 net message header optional decoding (#4263) 2023-11-13 10:32:12 +01:00
MulticastSocket.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
MultipartReader.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MultipartWriter.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MultiSocketPoller.h Devel (#3586) 2022-05-15 11:05:56 -05:00
NameValueCollection.h enh(Net): clear out stored credentials 2024-06-11 12:19:52 +02:00
Net.h feat(WindowsBuild): customizable path to include for pocoNetworkInitializer #4769 2024-11-19 16:40:51 +01:00
NetException.h Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
NetworkInterface.h enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
NTLMCredentials.h 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.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NTPEventArgs.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NTPPacket.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NullPartHandler.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
OAuth10Credentials.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
OAuth20Credentials.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ParallelSocketAcceptor.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
ParallelSocketReactor.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PartHandler.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PartSource.h fix typo 2018-11-28 12:14:12 +01:00
PartStore.h #4031: Classes with virtual functions missing virtual destructors (compilation issues) 2023-07-10 22:08:59 +02:00
PollSet.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
POP3ClientSession.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
QuotedPrintableDecoder.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
QuotedPrintableEncoder.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RawSocket.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
RawSocketImpl.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
RemoteSyslogChannel.h Syslog: Include Facility to Syslog Message (#3452) 2022-05-29 21:28:08 -05:00
RemoteSyslogListener.h Syslog: Include Facility to Syslog Message (#3452) 2022-05-29 21:28:08 -05:00
ServerSocket.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
ServerSocketImpl.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SingleSocketPoller.h 4398 dont install cppunit (#4399) 2024-01-16 00:03:33 +01:00
SMTPChannel.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SMTPClientSession.h 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.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketAcceptor.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketAddress.h Moving operator<< and operator>> overloads into the Poco::Net namespace. (#4491) 2024-03-28 19:43:14 +01:00
SocketAddressImpl.h fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02:00
SocketConnector.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketDefs.h mingw 11: fixes to compile common libraries 2023-12-14 19:02:11 +01:00
SocketImpl.h fix(NetSSL): shutdown behavior 2024-11-28 08:19:45 +01:00
SocketNotification.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketNotifier.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketProactor.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SocketReactor.h enh(SocketReactor): Introduce protected accessors to private members to be used in derived classes. 2024-11-19 21:45:40 +01:00
SocketStream.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
SSPINTLMCredentials.h #2932: Poco::Net::NTLMContext is missing dllexport/dllimport symbols 2021-04-11 16:11:33 +02:00
StreamSocket.h fix(NetSSL): shutdown behavior 2024-11-28 08:19:45 +01:00
StreamSocketImpl.h enh(C++17): Net: Modernisation of socket class declarations. 2024-11-19 21:45:40 +01:00
StringPartSource.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TCPServer.h Use Int64 for TcpServerDispatcher::totalConnections(), to prevent overflow 2024-08-26 16:06:47 +02:00
TCPServerConnection.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TCPServerConnectionFactory.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TCPServerDispatcher.h Use Int64 for TcpServerDispatcher::totalConnections(), to prevent overflow 2024-08-26 16:06:47 +02:00
TCPServerParams.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
UDPClient.h fix(UDPHandler): data race #3613; clean up all Net tsan warnings 2022-05-27 21:57:34 -05:00
UDPHandler.h UDPHandler: don't use SpinlockMutex, due to poor performance on single-core systems; make Mutex class a template param instead 2023-10-15 10:19:00 +02:00
UDPServer.h fix(UDPHandler): data race #3613; clean up all Net tsan warnings 2022-05-27 21:57:34 -05:00
UDPServerParams.h Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
UDPSocketReader.h Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
WebSocket.h chore(WebSocket): docs 2024-11-16 18:42:38 +01:00
WebSocketImpl.h fix(NetSSL): shutdown behavior 2024-11-28 08:19:45 +01:00