.. |
AbstractHTTPRequestHandler.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
DatagramSocket.cpp
|
remove DatagramSocket Unbound constructor
|
2016-02-29 10:17:30 +01:00 |
DatagramSocketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
DialogSocket.cpp
|
fix potential DoS vulnerability (through memory exhaustion) by restricting maximum line length
|
2017-01-24 13:13:13 +01:00 |
DNS.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
FilePartSource.cpp
|
Merge pull request #344 from RangelReale/htmlformcontentlength
|
2014-05-21 22:27:12 -05:00 |
FTPClientSession.cpp
|
#538 more dtor fixes and some style fixes along the way
|
2014-09-29 12:09:01 +02:00 |
FTPStreamFactory.cpp
|
#454 also applies to FTPStreamFactory
|
2014-05-31 12:48:09 +02:00 |
HostEntry.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTMLForm.cpp
|
fix a potential DoS (through memory exhaustion) by restricting HTML form field name and value sizes
|
2017-01-24 13:14:05 +01:00 |
HTTPAuthenticationParams.cpp
|
fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
|
2014-11-19 21:25:36 +01:00 |
HTTPBasicCredentials.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPBufferAllocator.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPChunkedStream.cpp
|
fix a potential DoS vulnerability by restricting the length of the HTTP chunk size in chunked transfer encoding
|
2017-01-24 13:11:41 +01:00 |
HTTPClientSession.cpp
|
fixed GH #1235: Poco::Net::HTTPClientSession::sendRequest() should also handle HTTP_PATCH
|
2016-04-11 10:44:08 +02:00 |
HTTPCookie.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPCredentials.cpp
|
fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
|
2014-11-19 21:25:36 +01:00 |
HTTPDigestCredentials.cpp
|
fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
|
2014-11-19 21:25:36 +01:00 |
HTTPFixedLengthStream.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
HTTPHeaderStream.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
HTTPIOStream.cpp
|
fixed #454: Fix: handle unhandled exceptions
|
2014-05-31 12:42:26 +02:00 |
HTTPMessage.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPRequest.cpp
|
added constant for HTTP PATCH method
|
2015-09-16 09:30:10 +02:00 |
HTTPRequestHandler.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPRequestHandlerFactory.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPResponse.cpp
|
fixed some warnings and minor issues detected by clang-analyzer
|
2016-09-13 11:37:12 +02:00 |
HTTPServer.cpp
|
Merge pull request #437 from kblaschke/develop
|
2014-05-19 17:12:30 +02:00 |
HTTPServerConnection.cpp
|
use std::unique_ptr instead of std::auto_ptr with C++11+ compilers to prevent std::auto_ptr deprecation warnings
|
2016-10-14 11:49:45 +02:00 |
HTTPServerConnectionFactory.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPServerParams.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPServerRequest.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPServerRequestImpl.cpp
|
fixed an issue with DELETE in persistent connections
|
2016-02-17 20:32:19 +01:00 |
HTTPServerResponse.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPServerResponseImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPServerSession.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPSession.cpp
|
fixed GH #1212: Lost WebSocket Frames after Client Websocket Handshake is complete
|
2017-01-12 15:59:15 +01:00 |
HTTPSessionFactory.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
HTTPSessionInstantiator.cpp
|
HTTPSessionInstantiator: respect global proxy config
|
2015-09-17 11:56:28 +02:00 |
HTTPStream.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
HTTPStreamFactory.cpp
|
fixed GH #1472: HTTP(S)StreamFactory should send a User-Agent header
|
2016-10-26 12:58:52 +02:00 |
ICMPClient.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ICMPEventArgs.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ICMPPacket.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ICMPPacketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ICMPSocket.cpp
|
code cleanup; fixed some issues reported by Klocwork
|
2016-09-26 17:19:55 +02:00 |
ICMPSocketImpl.cpp
|
code cleanup; fixed some issues reported by Klocwork
|
2016-09-26 17:19:55 +02:00 |
ICMPv4PacketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
IPAddress.cpp
|
style fixes
|
2014-11-06 11:12:14 +01:00 |
IPAddressImpl.cpp
|
fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::"
|
2017-02-11 19:01:12 +01:00 |
MailMessage.cpp
|
* Net: fixed adding content to mail message when content-disposition is empty
|
2016-11-22 14:30:27 +03:00 |
MailRecipient.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
MailStream.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
MediaType.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
MessageHeader.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
MulticastSocket.cpp
|
remove DatagramSocket Unbound constructor
|
2016-02-29 10:17:30 +01:00 |
MultipartReader.cpp
|
detect malformed MIME messages earlier
|
2017-02-12 15:44:27 +01:00 |
MultipartWriter.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
NameValueCollection.cpp
|
fixed GH #63: Net::NameValueCollection::size() returns int
|
2014-11-19 23:26:04 +01:00 |
Net.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
NetException.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
NetworkInterface.cpp
|
fixed uninitialized member in ctor
|
2016-09-26 17:48:09 +02:00 |
NTPClient.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
NTPEventArgs.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
NTPPacket.cpp
|
style fixes and SolarisStudio support backported from develop
|
2017-01-25 11:07:51 +01:00 |
NullPartHandler.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
OAuth10Credentials.cpp
|
added OAuth20Credentials class, some minor OAuth10Credentials fixes
|
2014-11-11 12:10:53 +01:00 |
OAuth20Credentials.cpp
|
added OAuth20Credentials class, some minor OAuth10Credentials fixes
|
2014-11-11 12:10:53 +01:00 |
PartHandler.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
PartSource.cpp
|
Merge pull request #344 from RangelReale/htmlformcontentlength
|
2014-05-21 22:27:12 -05:00 |
PartStore.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
POP3ClientSession.cpp
|
fixed exception text
|
2014-11-19 22:56:37 +01:00 |
QuotedPrintableDecoder.cpp
|
fixed some warnings and minor issues detected by clang-analyzer
|
2016-09-13 11:37:12 +02:00 |
QuotedPrintableEncoder.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
RawSocket.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
RawSocketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
RemoteSyslogChannel.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
RemoteSyslogListener.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ServerSocket.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
ServerSocketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
SMTPChannel.cpp
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
SMTPClientSession.cpp
|
GH #1087: prevent line breaks in base64-encoded creds
|
2015-12-16 09:24:10 +01:00 |
Socket.cpp
|
another fix for GH #1458 - handle case when all sockets are invalid
|
2016-10-18 18:13:52 +02:00 |
SocketAddress.cpp
|
fix for GH #1449: you can now compile Net with -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 to prevent SocketAddress from preferring IPv4 over IPv6 addresses
|
2016-10-10 19:14:01 +02:00 |
SocketAddressImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
SocketImpl.cpp
|
giving up on strerror_r
|
2016-09-08 10:12:54 +02:00 |
SocketNotification.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
SocketNotifier.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
SocketReactor.cpp
|
fixed GH #1316: Empty SocketReactor never sleeps
|
2016-07-18 18:55:07 +02:00 |
SocketStream.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
StreamSocket.cpp
|
- FIFOBuffer drain() problem #552
|
2014-10-03 16:12:42 -05:00 |
StreamSocketImpl.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
StringPartSource.cpp
|
Merge pull request #344 from RangelReale/htmlformcontentlength
|
2014-05-21 22:27:12 -05:00 |
TCPServer.cpp
|
prevent TCPServer thread from stopping of poll() throws (due to resource issues)
|
2016-03-05 14:40:34 +01:00 |
TCPServerConnection.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
TCPServerConnectionFactory.cpp
|
LICENSE: add info about SPDX-License-Identifier usage and use it
|
2014-05-14 08:38:09 +02:00 |
TCPServerDispatcher.cpp
|
use std::unique_ptr instead of std::auto_ptr with C++11+ compilers to prevent std::auto_ptr deprecation warnings
|
2016-10-14 11:49:45 +02:00 |
TCPServerParams.cpp
|
Fix for #294.
|
2014-11-19 16:36:15 -06:00 |
WebSocket.cpp
|
fixed GH #1212: Lost WebSocket Frames after Client Websocket Handshake is complete
|
2017-01-12 15:59:15 +01:00 |
WebSocketImpl.cpp
|
fixed GH #1212: Lost WebSocket Frames after Client Websocket Handshake is complete
|
2017-01-12 15:59:15 +01:00 |