.. |
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
|
Remove trailing whitespace (#3668)
|
2022-07-07 04:18:20 -05: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
|
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
|
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
|
#4014: wrong string offset in HTTPCredentials::isNTLMCredentials
|
2023-07-10 21:37:45 +02:00 |
HTTPDigestCredentials.cpp
|
backport leftover 1.12 changes
|
2023-12-22 20:22:33 +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
|
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
|
enh: #4216: use std::string literals
|
2024-01-30 09:35:35 +01: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
|
Fix some issues found with clang-tidy (#4353)
|
2023-12-17 16:55:30 +01:00 |
IPAddressImpl.cpp
|
Remove trailing whitespace (#3668)
|
2022-07-07 04:18:20 -05:00 |
MailMessage.cpp
|
fix(MailMessage): Compare lowercase content disposition headers when reading parts (#3650).
|
2024-01-16 00:49:49 +01:00 |
MailRecipient.cpp
|
Remove trailing whitespace (#3668)
|
2022-07-07 04:18:20 -05:00 |
MailStream.cpp
|
Remove trailing whitespace (#3668)
|
2022-07-07 04:18:20 -05:00 |
MediaType.cpp
|
As of C++11, std::swap is noexcept. #2386 (#3645)
|
2022-06-28 12:14:36 -05:00 |
MessageHeader.cpp
|
4254 net message header optional decoding (#4263)
|
2023-11-13 10:32:12 +01: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
|
Remove trailing whitespace (#3668)
|
2022-07-07 04:18:20 -05: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
|
RFC: Remove Windows CE support (#4342)
|
2023-12-14 00:25:04 +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
|
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
|
fix(sharedMemory): x64 size error #2976 (#4295)
|
2023-11-26 04:57:39 +01: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
|
fix(sharedMemory): x64 size error #2976 (#4295)
|
2023-11-26 04:57:39 +01:00 |
SocketAddressImpl.cpp
|
fix(Net): Add Unix socket support on windows #4208 (#4209)
|
2023-10-23 13:33:46 +02:00 |
SocketImpl.cpp
|
add sendfile method for streamsocket (#4007)
|
2023-12-11 10:47:03 +01: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
|
add sendfile method for streamsocket (#4007)
|
2023-12-11 10:47:03 +01: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
|
RFC: Remove Windows CE support (#4342)
|
2023-12-14 00:25:04 +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
|
Fix thread counter leak (#3992)
|
2023-06-09 22:05:19 -05: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 |