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
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
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
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
Günter Obiltschnig
b6ae5128ce
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
GlacJAY
f36800fb70
add test case for attachment names' parsing
2015-07-15 10:09:23 +08:00
Aleksandar Fabijanic
ebff0b4e24
change www.appinf.com IP address
2015-06-25 20:40:11 -05:00
Guenter Obiltschnig
25b446502b
removed GCC_DIAG_OFF
2015-04-23 17:31:05 +02: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
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
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
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
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
Guenter Obiltschnig
88b203f483
fixed GH #478 : HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
2014-11-19 21:25:36 +01:00
Guenter Obiltschnig
eb8dce47fe
fix #606 : HTMLForm constructor read application/x-www-form-urlencoded UTF-8 request body first parameter with BOM in name
2014-11-12 10:33:57 +01:00
Guenter Obiltschnig
781acfa0bd
added nonProxyHosts to ProxyConfig to allow bypassing proxy for certain hosts
2014-11-11 22:54:44 +01:00
Günter Obiltschnig
fe3537f49f
updated project files
2014-11-11 12:19:14 +01:00
Guenter Obiltschnig
fbcbf708aa
added OAuth20Credentials class, some minor OAuth10Credentials fixes
2014-11-11 12:10:53 +01:00
Guenter Obiltschnig
127f7a0ebe
testsuite fix
2014-11-10 23:51:28 +01:00
Günter Obiltschnig
af1f5757c3
updated VS project files, added OAuthTestSuite
2014-11-10 23:49:35 +01:00
Guenter Obiltschnig
362eaad5cb
added support for OAuth 1.0A authentication
2014-11-10 22:15:02 +01:00
Günter Obiltschnig
6fe2e4fb11
VS project files: do not share intermediate directory between projects in same folder
2014-10-06 13:51:49 +02:00
Günter Obiltschnig
ee25a49e9b
wait time fixes to make testsuite complete successfully on WEC2013
2014-09-16 12:20:27 +02:00
Günter Obiltschnig
63f4bfa54b
fixed NetworkInterface for WinCE
...
code cleanup in NetworkInterface class
IPAddress: do not format IPv6 loopback address as IPv4 compatible
workaround for WEC2013 getsockname() issue
testsuite fixes for WEC2013
2014-09-15 19:17:09 +02:00
Pascal Bach
7950001803
cmake: Cleanup CMakeLists.txt for all components
...
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code
The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00
Günter Obiltschnig
30bb18f394
added VS2013 project/solution files for Windows Embedded Compact 2013
2014-08-09 10:49:04 +02:00
Pascal Bach
975c30faf0
Add CTests for all components
2014-06-17 11:30:03 +02:00
Guenter Obiltschnig
db0999b2d6
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-05-30 16:10:43 +02:00
Guenter Obiltschnig
53d187a623
change NTP server use for testing to pool.ntp.org
2014-05-30 16:09:53 +02:00
Günter Obiltschnig
209a556d4e
fixed project file
2014-05-30 15:35:39 +02:00
Günter Obiltschnig
127d067ffb
fixed WEC2013 Net project files
2014-05-30 15:27:11 +02:00
Guenter Obiltschnig
1732938168
fixed WEC2013 project files
2014-05-27 23:00:54 +02:00
Günter Obiltschnig
92434a2d97
re-generated project files (again)
2014-05-26 12:54:18 +02:00
Günter Obiltschnig
c0e1b8764e
regenerated project files
2014-05-26 09:02:22 +02:00
Aleksandar Fabijanic
731fb29fcc
Merge pull request #344 from RangelReale/htmlformcontentlength
...
HTMLForm Content-Length calculation
2014-05-21 22:27:12 -05:00
Roger Meier
b0581433a7
LICENSE: add info about SPDX-License-Identifier usage and use it
...
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718
LICENSE: add info about SPDX-License-Identifier usage and use it
...
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Alex Fabijanic
ba3a8b08c5
GH #341 : Compiling poco-1.5.2 for Cygwin
2014-04-29 23:06:01 -05:00
Guenter Obiltschnig
e044d77717
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-04-23 13:30:51 +02:00
Guenter Obiltschnig
f8169eabac
updated SDK in WEC2013 project files
2014-04-23 13:30:27 +02:00
Günter Obiltschnig
85873d02c9
re-generated VS2013 testsuite projects without MFC
2014-04-21 22:10:34 +02:00
Günter Obiltschnig
12c7bb562d
re-generated vs100-vs120 project files
2014-04-21 10:50:51 +02:00
Guenter Obiltschnig
00cd9dccec
fixed IP address for ping tests (10.0.0.1 is reachable from build server)
2014-04-20 11:23:18 +02:00
Günter Obiltschnig
b2ba1dfb74
-added Windows Embedded Compact 2013 support
2014-03-17 14:36:17 +01:00