Miklos Vajna
|
617f2635ad
|
GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings
|
2016-03-14 16:09:50 +01:00 |
|
Guenter Obiltschnig
|
67de3be860
|
style fix
|
2016-03-05 17:48:49 +01:00 |
|
Guenter Obiltschnig
|
2e8674a54d
|
prevent TCPServer thread from stopping of poll() throws (due to resource issues)
|
2016-03-05 14:42:18 +01:00 |
|
Guenter Obiltschnig
|
b30c4eccbe
|
removed Unbound constructor
|
2016-02-28 23:39:18 +01:00 |
|
Guenter Obiltschnig
|
e4fbbe69ba
|
*breaking change* DatagramSocket/MulticastSocket constructor creates an unconnected and unbound/uninitialized socket
|
2016-02-28 22:08:28 +01:00 |
|
Guenter Obiltschnig
|
e84d50dfaa
|
fixed #848: MailMessage::_encoding is not set when retrieving plain/text message
|
2016-02-28 14:36:29 +01:00 |
|
Guenter Obiltschnig
|
317ef6df38
|
fixed #892: DatagramSocket is ipv4 by default (added new constructors for creating an unconnected and unbound DatagramSocket or MulticastSocket)
Conflicts:
Net/include/Poco/Net/DatagramSocket.h
Net/src/DatagramSocket.cpp
Net/src/MulticastSocket.cpp
|
2016-02-28 00:45:53 +01:00 |
|
Guenter Obiltschnig
|
1f8e007c12
|
fixed GH #696: bug in parsing name of attachment
Conflicts:
Net/src/MailMessage.cpp
|
2016-02-27 22:10:08 +01:00 |
|
Guenter Obiltschnig
|
974d6e7298
|
fixed an issue with DELETE requests and persistent connections
|
2016-02-17 20:28:27 +01:00 |
|
kmribti
|
f94d20492a
|
Small fix on MessageHeader decodeWord.
|
2016-01-16 22:54:30 +01:00 |
|
kmribti
|
fc2fd470ff
|
Removed a one more auto.
|
2016-01-16 11:26:50 +01:00 |
|
kmribti
|
25f2f9b66b
|
Removed auto type as is not accepted --
|
2016-01-16 10:46:06 +01:00 |
|
kmribti
|
9e010930cf
|
Add mime RFC2047 decoder to MessageHeader
Add RFC2047 word decode to MessageHeader class
|
2016-01-16 10:00:36 +01:00 |
|
Aleksandar Fabijanic
|
0b5c50941c
|
Wrong error code if Sec-WebSocket-Accept header field missed or value wrong #1120
|
2016-01-14 08:23:56 -06:00 |
|
Miklos Vajna
|
12d0699b5b
|
GH #1050 Net: fix gcc -Wshadow warnings
|
2015-12-29 20:20:48 +01:00 |
|
Guenter Obiltschnig
|
347c041fc3
|
GH #1087: prevent line breaks in base64-encoded creds
|
2015-12-16 09:23:40 +01:00 |
|
Guenter Obiltschnig
|
8022781800
|
SMTPClientSession: added support for XOAUTH2 authentication
|
2015-12-14 22:29:11 +01:00 |
|
Rangel Reale
|
b47f38fc33
|
* Don't leak <windows.h> (Poco/Unwindows.h) to library users
|
2015-12-10 13:16:02 -02:00 |
|
aaron0x
|
36b5487774
|
simplify NetworkInterface::forName(const std::string& name, bool requireIPv6).
|
2015-10-16 16:41:10 +08:00 |
|
aaron0x
|
5398ebd94a
|
remove unnecessary variable.
|
2015-10-16 16:28:57 +08:00 |
|
Guenter Obiltschnig
|
754cb3b06e
|
renamed canContinue() to peekResponse(), improved documentation
|
2015-10-10 09:31:48 +02:00 |
|
Guenter Obiltschnig
|
c66849f9ee
|
added better support for 'Expect: 100-continue' header and '100 Continue' responses
|
2015-10-06 11:11:16 +02:00 |
|
Guenter Obiltschnig
|
162c8ecd39
|
fix: need an implementation of available() for WebSocketImpl
|
2015-09-18 22:44:17 +02:00 |
|
Guenter Obiltschnig
|
619950bb2a
|
HTTPSessionInstantiator: respect global proxy config
|
2015-09-17 11:58:19 +02:00 |
|
Guenter Obiltschnig
|
86f2094d09
|
SocketAddress: constructor taking single string now also accepts a local socket path on UNIX platforms
|
2015-09-16 09:26:30 +02:00 |
|
Guenter Obiltschnig
|
cad2e02c3f
|
added constant for HTTP PATCH method
|
2015-09-16 09:17:21 +02:00 |
|
Günter Obiltschnig
|
8d8074fc00
|
fix for MSVC issue with static const definitions
|
2015-09-11 09:22:38 +02:00 |
|
Guenter Obiltschnig
|
aac6aba66c
|
check if specified address fits specified address family
|
2015-09-08 17:49:02 +02:00 |
|
Guenter Obiltschnig
|
d53dc367da
|
HTTPClientSession: don't attempt to reconnect if no host is set (such as when creating a HTTPClientSession with a connected StreamSocket)
|
2015-09-08 17:17:29 +02:00 |
|
Guenter Obiltschnig
|
0494abc603
|
make TCPServer and HTTPClientSession work with UNIX local sockets
|
2015-09-08 17:06:30 +02:00 |
|
Guenter Obiltschnig
|
515de4128f
|
handle ENOENT error
|
2015-09-08 16:21:25 +02:00 |
|
Guenter Obiltschnig
|
d55eab9264
|
clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets
|
2015-09-08 15:00:43 +02:00 |
|
Guenter Obiltschnig
|
d64ec94653
|
UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum
|
2015-09-08 14:15:38 +02:00 |
|
Guenter Obiltschnig
|
843f251487
|
support for AF_UNIX socket address
|
2015-09-07 17:53:25 +02:00 |
|
Aleksandar Fabijanic
|
afd35253aa
|
Merge pull request #879 from glacjay/attachment-names
parse attachments' name and filename
|
2015-07-15 13:26:54 -05:00 |
|
Guenter Obiltschnig
|
02fc2418ca
|
style fix
|
2015-07-14 06:21:05 +02:00 |
|
Rangel Reale
|
bd9b5b46d8
|
* Windows 7 or lower have an undocumented minimum of 500ms for socket timeouts, detect at runtime and assume it as broken timeouts (https://social.msdn.microsoft.com/Forums/en-US/76620f6d-22b1-4872-aaf0-833204f3f867/minimum-timeout-value-for-sorcvtimeo)
|
2015-07-13 16:25:12 -03:00 |
|
GlacJAY
|
596edc5385
|
parse attachments' name and filename
|
2015-07-10 09:56:48 +08:00 |
|
Aleksandar Fabijanic
|
348ffed548
|
Merge pull request #854 from larivierec/patch-1
remove un-needed headers
|
2015-06-04 18:31:55 -05:00 |
|
Christopher Lariviere
|
f3ad7bb9ac
|
remove un-needed headers
These files were there multiple times and may be just a simple aesthetic problem.
They are included in [WebSocket.h](https://github.com/tml1024/poco/blob/develop/Net/include/Poco/Net/WebSocket.h)
|
2015-06-03 16:39:34 -04:00 |
|
Guenter Obiltschnig
|
5b80826437
|
added HTTPServerRequest::secure() method
|
2015-06-02 20:51:33 +02:00 |
|
Guenter Obiltschnig
|
8513b11a8f
|
cleanup
|
2015-03-28 11:23:25 +01:00 |
|
Guenter Obiltschnig
|
39b242952d
|
fixes for Solaris compiler
|
2015-03-27 20:40:25 +01:00 |
|
Guenter Obiltschnig
|
2bbff0ca8f
|
moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses
|
2015-03-18 19:06:10 +01:00 |
|
rkadam
|
5a7b792e3c
|
Adding ostream operator for Poco::Net::IPAddress
|
2015-03-18 20:52:44 +05:30 |
|
Tor Lillqvist
|
08a748dae1
|
Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char>
|
2015-03-07 15:46:08 +02:00 |
|
xantares
|
bf929f9704
|
Fix missing windows includes for mingw
|
2014-12-22 22:08:32 +01:00 |
|
Christopher Baker
|
ecc3dbb86e
|
Fix for #294.
|
2014-11-19 16:36:15 -06:00 |
|
Guenter Obiltschnig
|
340594b2ae
|
fixed GH #63: Net::NameValueCollection::size() returns int
|
2014-11-19 23:26:04 +01:00 |
|
Guenter Obiltschnig
|
674178f587
|
fixed exception text
|
2014-11-19 22:56:37 +01:00 |
|