Граф коммитов

2660 Коммитов

Автор SHA1 Сообщение Дата
Günter Obiltschnig 80952e11d1 optimizations, certificate verification, code cleanup 2014-10-09 20:54:07 +02:00
Guenter Obiltschnig 5b0fa2e06a Poco::Buffer properly handles zero-sized buffers 2014-10-09 10:34:46 +02:00
Günter Obiltschnig 1d7d57a321 NetSSL_Win: various bugfixes and improvements 2014-10-08 21:35:50 +02:00
Guenter Obiltschnig ef34c21e91 added Clock::raw(); style fixes 2014-10-08 07:59:48 +02:00
Günter Obiltschnig 9ee4d0a36b Merge pull request #558 from ivannp/develop
Adding Timestamp::raw
2014-10-08 07:56:04 +02:00
Ivan Popivanov cab8224cc3 Adding Timestamp::raw
Returns the raw value, (the internal representation) of the timestamp.
Useful when storing to a database for instance.
2014-10-08 01:51:06 -04:00
Alex Fabijanic c8563c86bf Bug in doubleToStr #557 2014-10-07 23:40:36 -05:00
Günter Obiltschnig 5aa996aa64 updated README 2014-10-07 23:25:31 +02:00
Günter Obiltschnig 8bf66bb3f9 Added support for loading certificates and private key pairs from PKCS #12 files, as well as loading certificates (without private key) from PEM or DER files. Some code restructuring and cleanup. 2014-10-07 23:16:58 +02:00
Günter Obiltschnig 75919178fb fixed a warning 2014-10-07 12:04:03 +02:00
Guenter Obiltschnig c1976b8fd4 minor cleanup for consistency with 1.4.7 2014-10-06 14:39:54 +02:00
Guenter Obiltschnig eafecb2b22 updated libversion to 24 2014-10-06 14:17:04 +02:00
Guenter Obiltschnig 501470c1d3 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-10-06 14:16:15 +02:00
Guenter Obiltschnig a04228aee3 updated version to 1.5.4 2014-10-06 14:15:57 +02: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
Guenter Obiltschnig 756bbdd3d2 HAVE_STDINT_H=0 was not honored in pcre_internal.h 2014-10-06 10:30:04 +02:00
Guenter Obiltschnig 5cbcae3ee5 renamed config.h to pcre_config.h, as was before integration of pcre 8.35 2014-10-06 08:54:18 +02:00
Günter Obiltschnig e8c19d0efe Merge pull request #551 from danoli3/pcre_update_2014
PCRE updated to 8.35.0
2014-10-06 08:00:57 +02:00
Guenter Obiltschnig 71511b1960 fix TypeHandler sample 2014-10-06 07:35:55 +02:00
Guenter Obiltschnig d66fde51b5 #544 use _DEBUG instead of DEBUG macro in [Simple]HashTable 2014-10-06 07:35:04 +02:00
Günter Obiltschnig 2808fec7c3 Merge pull request #554 from danoli3/zlib_debug_fixes
zlib patch for DEBUG pre-processor
2014-10-06 07:29:51 +02:00
Daniel Rosser 7d413184e6 zlib patch for DEBUG pre-processor
Patch as described on zlib:
https://github.com/madler/zlib/pull/80
2014-10-06 14:37:39 +11:00
Guenter Obiltschnig fb2eba8eac HTTPCookie: fix documentation for max age 2014-10-04 07:40:43 +02:00
Alex Fabijanic a25877bfc2 - FIFOBuffer drain() problem #552
- StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
  not thread safe #402
2014-10-03 16:12:42 -05:00
Daniel Rosser 010f7a5370 PCRE 8.35.0 Update
- Updated to PCRE 8.35 (latest, 2014-04-04)
- Updated Build files with new files and removed those that have
changed.
- Configured like previous configuration.
2014-10-03 23:17:24 +10:00
Günter Obiltschnig 24ba3c0df0 updated project templates for VS2010+ 2014-10-03 12:34:53 +02:00
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