Commit Graph

2431 Commits

Author SHA1 Message Date
Guenter Obiltschnig
30e26b0d96 improved HTTPClientSession error handling for network errors handling during sending the request 2014-10-02 22:29:25 +02:00
Guenter Obiltschnig
cd67863852 #550 WebSocket fragmented message problem 2014-10-02 20:24:50 +02:00
Guenter Obiltschnig
84adc737d4 - don't throw if SSL client unexpectedly closes connection as this seems to be the normal behavior of web browsers (seen with Chrome and IE) 2014-10-02 14:58:45 +02:00
Guenter Obiltschnig
edf4645cf9 upgraded SQLite to 3.8.6 2014-09-30 15:10:55 +02:00
Guenter Obiltschnig
5822122a12 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-09-29 12:17:40 +02:00
Guenter Obiltschnig
ff0e72c187 changed exception text 2014-09-29 12:17:21 +02:00
Günter Obiltschnig
a2617235fe #538 more dtor fixes and some style fixes along the way 2014-09-29 12:09:01 +02:00
Guenter Obiltschnig
135c10c0f5 #538 fixed ParallelSocketReactor dtor 2014-09-29 10:23:41 +02:00
Guenter Obiltschnig
b5658d3938 GH# 545: use short for sign 2014-09-29 10:10:09 +02:00
Guenter Obiltschnig
d50e5fd2c7 fixed testRowFormat 2014-09-27 17:40:27 +02:00
Guenter Obiltschnig
cc52a8a3db improved HTTP server handling of errors while reading header 2014-09-25 14:12:21 +02:00
Guenter Obiltschnig
2e657d2a61 add column spacing to SimpleRowFormatter, can be specified in ctor 2014-09-23 22:43:00 +02:00
Guenter Obiltschnig
bbc356d269 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-09-23 22:32:17 +02:00
Guenter Obiltschnig
d663a6b570 add column spacing to SimpleRowFormatter, can be specified in ctor 2014-09-23 22:32:00 +02:00
Günter Obiltschnig
1966ac9e24 make WinRegistryKey compile on pre-C++11 compilers 2014-09-19 19:58:09 +02:00
Guenter Obiltschnig
85fd968a1e #538 prevent destructors from throwing exceptions 2014-09-19 10:13:03 +02:00
Guenter Obiltschnig
5a14f72508 fixed message 2014-09-19 09:48:59 +02:00
Guenter Obiltschnig
544229302e #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Guenter Obiltschnig
c8686a727d Bugcheck::unexpected() only reports the exception in debug builds 2014-09-19 08:21:03 +02:00
Guenter Obiltschnig
e500d0f31a added poco_unexpected() macro invoking Bugcheck::unexpected() to deal with unexpected exceptions in destructors 2014-09-19 08:16:47 +02:00
Guenter Obiltschnig
9ad81fd6a2 improved Crypto tests 2014-09-18 20:58:41 +02:00
Guenter Obiltschnig
f2512856ee added Var::isBoolean() and fixed JSON stringifier 2014-09-18 20:57:34 +02:00
Günter Obiltschnig
65628a6f60 Merge pull request #537 from InnovaCo/winreg-binary-support-and-int64-fix
WinRegistryKey::getInt64 failed to read QWORD type from the windows regi...
2014-09-18 17:17:08 +02:00
Günter Obiltschnig
6c77947085 Merge pull request #533 from rafzi/develop
fix JSON stringify to escape special characters
2014-09-18 16:59:33 +02:00
Günter Obiltschnig
e30ff7dd8c Merge pull request #517 from cristiantm/enh-sqlite-timeoutProperty
Adding timeout as property on SQLite
2014-09-17 19:44:46 +02:00
Günter Obiltschnig
d32354aea9 Merge pull request #536 from TimothyGu/develop
MinGW improvements
2014-09-17 19:38:10 +02:00
Guenter Obiltschnig
a56c21a250 style cleanup 2014-09-17 11:46:31 +02:00
Günter Obiltschnig
6533fbda7f Merge pull request #540 from RangelReale/sslserver
* Allows SecureStreamSocket::attach to be used in server connections
2014-09-17 11:43:43 +02:00
Günter Obiltschnig
4d4947c6cb Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-09-17 11:17:24 +02:00
Günter Obiltschnig
0a115be8ac fixed a crash on WinCE; code cleanup 2014-09-17 11:17:04 +02:00
Günter Obiltschnig
13273f82b3 Merge pull request #541 from madmaxoft/develop
Fixed ODBC WString size handling.
2014-09-16 15:32:51 +02:00
Matyas Dolak
d434d3cb12 Fixed ODBC WString size handling.
This fixes a bug where Poco would return a string 1 character shorter than is actually in the DB (when the string in the DB uses the full length of a CHAR(N) or VARCHAR(N) column).
2014-09-16 15:23:03 +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
82e00a3e2b Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-09-15 19:17:47 +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
Guenter Obiltschnig
a293d04b37 disable isRunning test on WinCE 2014-09-14 11:49:40 +02:00
Rangell Reale
21f2e115eb * Allows SecureStreamSocket::attach to be used in server connections
* Move order of condition for isLocalHost in peer certificate verification, to skip DNS lookup if not needed
2014-09-12 16:43:52 -03:00
Hayk Karapetyan
8b75f229f6 unit tests and changes according to comments 2014-09-12 11:02:34 +04:00
Hayk Karapetyan
93ed40c785 WinRegistryKey::getInt64 failed to read QWORD type from the windows registry.
BINARY data type support for WinRegistryKey
2014-09-11 16:18:18 +04:00
Guenter Obiltschnig
67b206f663 removed unnecessary explicit in some multi-arg constructors 2014-09-10 16:44:36 +02:00
Guenter Obiltschnig
a815e0a90e added %L modifier to PatternFormatter to switch to local time; some style fixes 2014-09-10 08:32:25 +02:00
Timothy Gu
b14d120b8c Types.h: Fix Win64 on MinGW 2014-09-08 16:27:42 -07:00
Timothy Gu
748260acc4 Update MinGW-CrossEnv recipe to match plain MinGW 2014-09-08 13:01:50 -07:00
Guenter Obiltschnig
c9590ff7d4 Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based on file extension. Used to avoid double-compression of already compressed file formats such as images. 2014-09-08 11:06:57 +02:00
Aleksandar Fabijanic
761c2ecb19 Merge pull request #534 from zosrothko/develop
new build command for VS2013 Express Edition.
2014-09-07 10:39:19 -05:00
zosrothko
4cd82b3dfd new build command for VS2013 Express Edition. 2014-09-07 11:42:12 +02:00
rafzi
a787b4f898 fix JSON stringify to escape special characters
When converting from non string types the converted string was not escaped
2014-09-06 19:42:06 +02:00
Guenter Obiltschnig
b69f3d1a4f updated README.txt 2014-09-05 07:27:49 +02:00
Günter Obiltschnig
b7f050db70 added NetSSL_Win library, a port of NetSSL_OpenSSL to Windows Schannel. See doc/README.txt for more info. 2014-09-05 00:17:09 +02:00
Günter Obiltschnig
8ae1a7e8ab UnWindows.h: don't define NTDDI_VERSION if compiling for WinCE target 2014-09-04 23:38:11 +02:00