poco/Net/src
2024-09-26 11:25:44 +02:00
..
AbstractHTTPRequestHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
DatagramSocket.cpp Devel (#3586) 2022-05-15 11:05:56 -05:00
DatagramSocketImpl.cpp fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02: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 #3381: DNS::hostByAddress not thread-safe 2021-11-05 13:18:06 +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 feat(FTPClientSession): activeDataConnection 1.11.0 cannot set specific data port #3372 2022-06-23 23:35:09 +02:00
FTPStreamFactory.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HostEntry.cpp fix(HostEntry): preserve order of addresses and aliases (fixes #3807) 2024-02-28 16:49:26 +01: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 enh(Net): clear out stored credentials 2024-06-11 12:19:52 +02:00
HTTPBufferAllocator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPChunkedStream.cpp fix sending trailer: HTTPOutputStream actually shuts down socket, so final \r\n would not be sent. May be related to #4180 2023-10-15 11:20:47 +02:00
HTTPClientSession.cpp fix(sharedMemory): x64 size error #2976 (#4295) 2023-11-26 04:57:39 +01:00
HTTPCookie.cpp fix(Net): HTTPCookie Constructor Fails to Handle Discard Attribute Properly (#4664) 2024-09-26 11:25:44 +02:00
HTTPCredentials.cpp #4014: wrong string offset in HTTPCredentials::isNTLMCredentials 2023-07-10 21:37:45 +02:00
HTTPDigestCredentials.cpp enh(Net): clear out stored credentials 2024-06-11 12:19:52 +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 NTLM (proxy) authentication support for HTTPClientSession 2019-03-18 16:58:57 +01:00
HTTPNTLMCredentials.cpp enh(Net): clear out stored credentials 2024-06-11 12:19:52 +02:00
HTTPRequest.cpp enh(Net): clear out stored credentials 2024-06-11 12:19:52 +02: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 fix(HTTPResponse): Add 425 / HTTP_TOO_EARLY to HTTPResponse::HTTPStatus #3592 2022-05-29 23:09:06 -05:00
HTTPServer.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerConnection.cpp enh: #4216: use std::string literals 2024-01-30 09:35:35 +01:00
HTTPServerConnectionFactory.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerParams.cpp 4254 net message header optional decoding (#4263) 2023-11-13 10:32:12 +01:00
HTTPServerRequest.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerRequestImpl.cpp 4254 net message header optional decoding (#4263) 2023-11-13 10:32:12 +01:00
HTTPServerResponse.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPServerResponseImpl.cpp Using native sendfile from OS for HttpServer (#4351) 2024-09-01 20:45:33 +02:00
HTTPServerSession.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HTTPSession.cpp fix(sharedMemory): x64 size error #2976 (#4295) 2023-11-26 04:57:39 +01:00
HTTPSessionFactory.cpp enh: #3890: Get rid of SingletonHolder 2024-01-30 09:56:27 +01:00
HTTPSessionInstantiator.cpp #3089: HTTPSessionFactory does not support HTTPClientSession::ProxyConfig 2021-06-15 09:45:01 +02:00
HTTPStream.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
HTTPStreamFactory.cpp enh: #4216: use std::string literals 2024-01-30 09:35:35 +01:00
ICMPClient.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPEventArgs.cpp 3808 icmp statistics (#3982) 2023-03-22 09:11:13 -05:00
ICMPPacket.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
ICMPPacketImpl.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPSocket.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ICMPSocketImpl.cpp Devel (#3586) 2022-05-15 11:05:56 -05:00
ICMPv4PacketImpl.cpp fix(ICMPv4Packet): [asan] Undefined behavior in ICMPv4PacketImpl.cpp #3326 2021-06-25 20:07:55 +02:00
IPAddress.cpp Moving operator<< and operator>> overloads into the Poco::Net namespace. (#4491) 2024-03-28 19:43:14 +01:00
IPAddressImpl.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MailMessage.cpp fix(MailMessage): double free if Content-Disposition is empty 2024-09-13 16:45:38 +02:00
MailRecipient.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MailStream.cpp enh(Net): SMTPClientSession: replace bare newlines in message content with CRLF (#4689) 2024-09-26 11:16:36 +02:00
MediaType.cpp As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
MessageHeader.cpp fix(Net::MessageHeader): Correct RFC 2047 decoding for two consecutive encoded words (#4542) 2024-04-29 10:54:23 +02:00
MulticastSocket.cpp fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02:00
MultipartReader.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05: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 enh(Net): clear out stored credentials 2024-06-11 12:19:52 +02: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 Optimize Net module for Android (#4517) 2024-04-02 19:03:41 +02: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 Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NTPEventArgs.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NTPPacket.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
NullPartHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
OAuth10Credentials.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
OAuth20Credentials.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PartHandler.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PartSource.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PartStore.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
PollSet.cpp enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions (#4551) 2024-07-29 08:37:35 +02:00
POP3ClientSession.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
QuotedPrintableDecoder.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
QuotedPrintableEncoder.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RawSocket.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RawSocketImpl.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RemoteSyslogChannel.cpp Fix RemoteSyslogChannel setProperty value check (#4339) 2023-12-13 03:36:37 +01:00
RemoteSyslogListener.cpp Syslog: Include Facility to Syslog Message (#3452) 2022-05-29 21:28:08 -05:00
ServerSocket.cpp enh(Net): Allow passing raw fd's into ServerSocket (#4156) 2023-12-04 16:53:40 +01:00
ServerSocketImpl.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SMTPChannel.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SMTPClientSession.cpp #3219: SMTPClientSession: invalid SMTP command if empty recipients list in MailMessage 2021-06-14 19:13:48 +02:00
Socket.cpp enh(Net): Allow passing raw fd's into ServerSocket (#4156) 2023-12-04 16:53:40 +01:00
SocketAddress.cpp Moving operator<< and operator>> overloads into the Poco::Net namespace. (#4491) 2024-03-28 19:43:14 +01:00
SocketAddressImpl.cpp fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02:00
SocketImpl.cpp Using native sendfile from OS for HttpServer (#4351) 2024-09-01 20:45:33 +02:00
SocketNotification.cpp Fix/posix sleep (#3705) 2022-07-26 06:54:56 -05:00
SocketNotifier.cpp Feature net udp (#2347) 2018-06-02 14:02:33 -05:00
SocketProactor.cpp 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
SocketReactor.cpp fix(SocketReactorTest): deadlock test intermittently hangs #4400 (#4401) 2024-01-17 09:20:20 +01:00
SocketStream.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
SSPINTLMCredentials.cpp enh: #3890: Get rid of SingletonHolder 2024-01-30 09:56:27 +01:00
StreamSocket.cpp Using native sendfile from OS for HttpServer (#4351) 2024-09-01 20:45:33 +02:00
StreamSocketImpl.cpp fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02:00
StringPartSource.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TCPServer.cpp Use Int64 for TcpServerDispatcher::totalConnections(), to prevent overflow 2024-08-26 16:06:47 +02: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 Use Int64 for TcpServerDispatcher::totalConnections(), to prevent overflow 2024-08-26 16:06:47 +02: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 enh: #4216: use std::string literals 2024-01-30 09:35:35 +01:00
WebSocketImpl.cpp fix(Net): Add Unix socket support on windows #4208 (#4209) 2023-10-23 13:33:46 +02:00
wepoll.c fix(PollSet): Integrate windows epoll #2091, #3649 2022-07-06 11:36:16 +02:00
wepoll.h fix(PollSet): Integrate windows epoll #2091, #3649 2022-07-06 11:36:16 +02:00