2783 Commits

Author SHA1 Message Date
Guenter Obiltschnig
d89c841298 setThreadName: abbreviate thread name if too long 2015-09-28 22:49:06 +02:00
Guenter Obiltschnig
2374402291 set libversion to 32 2015-09-28 10:03:03 +02:00
Guenter Obiltschnig
e25a17030d integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Guenter Obiltschnig
4e375945f9 fix: need an implementation of available() for WebSocketImpl 2015-09-18 22:42:49 +02:00
Guenter Obiltschnig
89816c0ea2 HTTPSessionInstantiator: respect global proxy config 2015-09-17 11:56:28 +02:00
Guenter Obiltschnig
86fe3870e7 added constant for HTTP PATCH method 2015-09-16 09:30:10 +02:00
Guenter Obiltschnig
ca4655006a updated CHANGELOG 2015-09-14 10:59:05 +02:00
Guenter Obiltschnig
7e67335a97 added comments regarding encoding/decoding to getPath*() 2015-09-14 10:58:18 +02:00
Guenter Obiltschnig
883b1dac13 added comment regarding query strings (#767) 2015-09-14 10:58:05 +02:00
Aleksandar Fabijanic
4f885a8b66 Change in JSON::Object::set(key,value) behavior in 1.6.1 #933
fix according to [suggestion](fee347ec6a (commitcomment-13196733))
2015-09-12 13:19:28 -05:00
Guenter Obiltschnig
d3382b5934 NumberParser::parseHex[64](): allow 0x/0X prefix 2015-09-11 08:18:17 +02:00
Guenter Obiltschnig
468f2e029b fix for NumberParser changes 2015-09-11 08:17:57 +02:00
Guenter Obiltschnig
b083364a94 fix GH #931: make strToInt() more strict in what it accepts 2015-09-11 08:16:44 +02:00
Guenter Obiltschnig
913f2e84b4 cherry-pick changes for #921 2015-09-11 08:04:17 +02:00
Guenter Obiltschnig
2d87888140 #921: better comment, provide workaround for MSVC only 2015-09-11 07:58:56 +02:00
Guenter Obiltschnig
3fa63fb502 another attempt at fixing #921 2015-09-11 07:58:26 +02:00
Guenter Obiltschnig
92f54bc6e6 cherry-pick fix for #933 2015-09-11 07:55:58 +02:00
Aleksandar Fabijanic
26e76482c5 Change in JSON::Object::set(key,value) behavior in 1.6.1 #933 2015-09-11 07:46:54 +02:00
Guenter Obiltschnig
bceee7907d set-up poco-1.6.2 branch 2015-09-11 07:45:59 +02:00
Guenter Obiltschnig
25b7adb32e fix Version.h poco-1.6.1-release 2015-08-04 07:15:47 +02:00
Guenter Obiltschnig
87f0bac343 fix for VS2008 2015-08-03 07:33:37 +02:00
Guenter Obiltschnig
aea0ffd983 Merge branch 'master' into poco-1.6.1 2015-08-02 11:42:20 +02:00
Guenter Obiltschnig
76eaa4ee55 updated Release Notes 2015-08-02 10:49:28 +02:00
Guenter Obiltschnig
93554d54f6 merged X509Certificate fixes from develop 2015-08-02 09:13:38 +02:00
Guenter Obiltschnig
0ff1fd3f02 upgraded bundled SQLite to 3.8.11.1 2015-08-02 08:58:20 +02:00
Guenter Obiltschnig
ca650b83c9 fixed www.appinf.com IP address 2015-08-02 08:51:39 +02:00
Guenter Obiltschnig
aee279719b MemoryStreamTest: workaround for clang/OS X 2015-08-01 12:11:35 +02:00
Guenter Obiltschnig
d11e3efbb5 Merge branch 'poco-1.6.1' of https://github.com/pocoproject/poco into poco-1.6.1 2015-08-01 10:38:21 +02:00
Guenter Obiltschnig
4fd67c9a9e updated CHANGELOG 2015-08-01 10:38:12 +02:00
Günter Obiltschnig
4f0b692d66 added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
Guenter Obiltschnig
d67d8d8cdf fix .progen files 2015-07-31 12:49:51 +02:00
Guenter Obiltschnig
2065799db9 update build scripts for VS2015 2015-07-31 12:49:14 +02:00
Guenter Obiltschnig
4de38fcb76 ProGen: VS2015 support 2015-07-31 12:46:23 +02:00
Guenter Obiltschnig
d0d95bc711 VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
Guenter Obiltschnig
b9511780d4 udpated CHANGELOG 2015-07-31 12:43:17 +02:00
Guenter Obiltschnig
1839606332 merge fix for #722 2015-07-31 12:32:52 +02:00
Guenter Obiltschnig
84094a4764 integrate fix for #769 2015-07-31 12:18:44 +02:00
Guenter Obiltschnig
e4dcb85c1f merge fix for #878 2015-07-31 12:17:20 +02:00
Aleksandar Fabijanic
5781bcbe35 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 2015-06-23 21:07:01 -05:00
Aleksandar Fabijanic
bd057090c3 Var BadCastException #861 2015-06-10 09:04:19 -05:00
Alex Fabijanic
5a5509a3e3 fixed GH #782 and #819 2015-06-09 22:41:38 -05:00
Aleksandar Fabijanic
c5dca8e3ff Merge pull request #821 from Gamadril/poco-1.6.1
Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF
2015-05-19 18:21:38 -05:00
Gamadril
dc402085e8 Fixed issue #705 Error building with ENABLE_UTIL=ON and ENABLE_XML=OFF 2015-05-19 17:08:58 +02:00
Aleksandar Fabijanic
3553a86d60 JSON Stringifier fails with preserve insert order #819 2015-05-14 22:12:52 -05:00
Guenter Obiltschnig
60b1431539 Merge branch 'poco-1.6.1' of https://github.com/pocoproject/poco into poco-1.6.1 2015-04-23 11:55:28 +02:00
Guenter Obiltschnig
db5378a3f5 fixed #779 2015-04-23 11:55:14 +02:00
Alex Fabijanic
bdc6bdd9cf Merge branch 'poco-1.6.1' of https://github.com/pocoproject/poco into poco-1.6.1 2015-04-03 10:46:27 -05:00
Alex Fabijanic
25cd53d953 Poco::Var operator== throws exception #769 2015-04-03 10:46:07 -05:00
Aleksandar Fabijanic
f695b775e4 Update 99100-ReleaseNotes.page
DefaultHandler => ParseHandler breaking change note for 1.5.2
2015-04-03 10:11:00 -05:00
Alex Fabijanic
fea66f4dbc Poco::JSON::PrintHandler not working for objects in array #766 2015-03-31 21:35:34 -05:00