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
Alex Fabijanic
427a9bc4e4
indentation style fix
2015-01-01 12:10:30 -06:00
xantares
bf929f9704
Fix missing windows includes for mingw
2014-12-22 22:08:32 +01:00
Pascal Bach
97ea3ef483
CMake, WinCE: Make samples and tests compile under Windows CE
2014-12-21 16:23:35 +01:00
Pascal Bach
10ef2b2335
CMake: Remove WinDriver usage in tests
...
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
c85ad9f73d
fixed GH #640 : can't get socket out of SocketNotification because of const
2014-12-17 00:06:13 +01:00
Guenter Obiltschnig
931a5a5252
Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past
2014-12-15 11:05:13 +01:00
Marian Krivos
1a14ec4578
Change MAX_URI_LENGTH for HTTPRequest from 4 to 16kb - 4kb is too small for todays internet
2014-12-07 20:49:12 +01:00
fbraem
92cca538f8
Internet Explorer sends "Websocket"
2014-11-27 22:49:26 +01:00
Günter Obiltschnig
bc0978d01e
fixed GH #471 : vs2010 release builds have optimization disabled
...
fixed GH #616 : Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Guenter Obiltschnig
f9f8d21e0b
fixed ParallelSocketAcceptor
2014-11-20 11:36:26 +01:00
Alex Fabijanic
599c4cb3aa
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-11-19 22:25:48 -06:00
Alex Fabijanic
fbb18d1aa4
(Parallel)SocketAcceptor ctor/dtor call virtual functions #608
2014-11-19 22:25:28 -06: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
Guenter Obiltschnig
bd9d051e46
fixed #468 : HTTPClientSession/HTTPResponse not forwarding exceptions
2014-11-19 21:56:42 +01:00