Guenter Obiltschnig
df060cecbf
add HTTP/1.1 version to HTTPRequest for client WebSocket, as this is required for most servers
2015-10-01 18:52:46 +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
5bde0dae76
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-09-16 09:17:45 +02:00
Guenter Obiltschnig
cad2e02c3f
added constant for HTTP PATCH method
2015-09-16 09:17:21 +02:00
Aleksandar Fabijanic
2e4f20a7f7
Merge pull request #940 from aaron0x/Typos
...
modify comments.
2015-09-15 20:56:02 -05:00
aaron0x
0c6e0cbc60
modify comments.
2015-09-16 09:38:29 +08:00
Aleksandar Fabijanic
8aef165ed5
Merge pull request #938 from adasworks/develop
...
fix: cmake: set public compiler flags on library targets
2015-09-15 10:28:42 -05:00
Csaba Keszegh
61305c01ee
fix: set public compiler flags on library targets
...
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
Don't need to guess in headers.
2015-09-15 10:02:38 +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
Günter Obiltschnig
b6ae5128ce
added Visual Studio 2015 project files
2015-07-30 15:48:45 +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
GlacJAY
f36800fb70
add test case for attachment names' parsing
2015-07-15 10:09:23 +08: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
ebff0b4e24
change www.appinf.com IP address
2015-06-25 20:40:11 -05: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
25b446502b
removed GCC_DIAG_OFF
2015-04-23 17:31:05 +02:00
martin-osborne
7780ab3ae0
Corrected more spellings.
2015-04-10 11:43:49 +01:00
martin-osborne
4cf45ea4a3
Corrected more words.
2015-04-10 11:31:12 +01:00
martin-osborne
e9dce11e50
Correct mispelt 'd' and 'e' words.
2015-04-10 10:54:47 +01:00
martin-osborne
12c0594db6
Corrected misspelt 'b' and 'c' words.
2015-04-06 17:56:13 +01:00
martin-osborne
7e730aa9b8
Corrected other misspelt 'a' words.
2015-04-06 17:34:48 +01:00
Guenter Obiltschnig
8513b11a8f
cleanup
2015-03-28 11:23:25 +01:00
Guenter Obiltschnig
9083892894
style fix
2015-03-27 20:41:26 +01:00
Guenter Obiltschnig
39b242952d
fixes for Solaris compiler
2015-03-27 20:40:25 +01:00
Guenter Obiltschnig
4dd625725b
style/comment fixes
2015-03-27 20:35:10 +01:00
Günter Obiltschnig
227409bc32
fixed export macros
2015-03-18 20:39:16 +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
Aleksandar Fabijanic
c89cab6d6d
Merge pull request #751 from rklabs/add_operator_ostream_ipaddress
...
Adding ostream operator for Poco::Net::IPAddress
2015-03-18 11:54:29 -05:00
rkadam
5a7b792e3c
Adding ostream operator for Poco::Net::IPAddress
2015-03-18 20:52:44 +05:30
Günter Obiltschnig
9ef7b1d852
fix for VS
2015-03-12 06:27:10 +01:00
Tor Lillqvist
08a748dae1
Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char>
2015-03-07 15:46:08 +02:00
gjergji
0edc4f7d36
Small documentation fix of FTPClientSession.
2015-02-23 08:35:36 +01:00
Matt
dbc70e43d4
Update HTTPClientSession.h
...
Fix typo in the documentation.
2015-02-18 15:24:14 +01:00
Sascha Zelzer
10425a9556
Do not overwrite CMAKE_PREFIX_PATH in component config files.
...
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Aleksandar Fabijanic
319e2d80b5
POCO1.6 Sample EchoServer BUG #706
2015-02-03 20:18:38 -06:00
Pascal Bach
f778e67430
CMake: Improve installation and package generation
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Aleksandar Fabijanic
ed63fbd42c
Merge pull request #653 from xantares/mingw_headers
...
Fix missing windows includes for mingw
2015-01-01 12:37:41 -06:00