Aleksandar Fabijanic
0ebd1454ee
updated version to 1.5.2
2013-06-09 19:50:48 -05:00
Alex
ae7fe5f4be
fix MySQLTest info calls
2013-06-09 13:41:36 -05:00
Guenter Obiltschnig
83ed03d4ad
WinCE fixes for zlib 1.2.8
2013-06-09 20:32:03 +02:00
Aleksandar Fabijanic
b95ec4fe53
MySQL fixes/additions/improvements
...
- fixed GH #187 : MySQL: allow access to the underlying connection handle
- added GH #186 : MySQL: support for MYSQL_SECURE_AUTH
- fixed GH #174 : MySQL: 4GB allocated when reading any largetext or
largeblob field
2013-06-09 12:33:57 -05:00
alex
f6d9e926d5
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
...
GH# 137: FreeBSD Bcast/Mcast tests fail
2013-06-09 00:28:17 -05:00
alex
a766004fc7
GH #137 : FreeBSD Bcast/Mcast tests fail
2013-06-09 00:27:53 -05:00
Alex
665a531576
GH#207: testClosedRequestKeepAlive fails on Mac
2013-06-08 21:38:51 -05:00
Aleksandar Fabijanic
460cccddf9
HTMLForm does not read URL parameters on POST or PUT
...
- fixed GH #175 : HTMLForm does not read URL parameters on POST or PUT
2013-06-08 20:34:46 -05:00
Aleksandar Fabijanic
b61b5ae53d
limit allowed types for JSON Query
...
limited allowed types for JSON::Query to Object, Array, Object::Ptr,
Array::Ptr and empty
2013-06-07 23:37:02 -05:00
Aleksandar Fabijanic
5e6ef1c14d
fixed GH #99 : JSON::Query an JSON::Object
...
- fixed GH #99 : JSON::Query an JSON::Object
- swapped order of AnyCast(const Any&) and AnyCast(Any&) definitions
2013-06-07 23:15:02 -05:00
Aleksandar Fabijanic
1d2a95e110
Merge pull request #214 from cksmith/fix-192
...
Fixed GH #192 : MySQL: Unsigned integer values not handled properly in result sets
2013-06-07 13:34:04 -07:00
Cameron Smith
af84d915d0
Added new test to test case list.
2013-06-07 15:57:22 -04:00
Cameron Smith
07f33b729a
GH #192 : Unsigned integer values not handled properly in result sets
2013-06-07 15:14:18 -04:00
alex
83ad8b36f5
fixed GH #138 : FreeBSD JSON tests fail
2013-06-02 23:36:36 -05:00
Aleksandar Fabijanic
6184be0025
tests for GH#169
...
tests for GH#169: Exceptions due to bug BufferedBidirectionalStreamBuf.h
2013-06-06 21:31:26 -05:00
Aleksandar Fabijanic
57c2d703ff
Merge pull request #213 from mkrivos/small_fixes
...
fix for missing #include <memory> for gcc 4.8.1
2013-06-05 11:39:19 -07:00
Marian Krivos
18fa93830c
fix for missing #include <memory> for gcc 4.8.1
2013-06-05 20:36:22 +02:00
Aleksandar Fabijanic
958c1c0ebc
Update README.md
2013-06-04 23:16:05 -05:00
Aleksandar Fabijanic
0e6985c8a1
fixed GH #185
...
- fixed GH #185 : Poco::NumberFormatter::format(double value, int
precision) ignore precision == 0
2013-06-04 23:01:11 -05:00
Aleksandar Fabijanic
ca16b76f9f
Merge pull request #199 from syvex/ThreadNames
...
Debug build and debugger shouldn't be required for OS thread names
2013-06-04 19:00:12 -07:00
Aleksandar Fabijanic
f1d92d5722
Merge pull request #212 from ptarabbia/develop
...
JSONConfiguration was missing from the vs90 project.
2013-06-04 04:53:38 -07:00
Patrice Tarabbia
9048d4e6d7
JSONConfiguration was missing from the vs90 project.
2013-06-04 06:51:18 -04:00
Aleksandar Fabijanic
130f6cba72
added zlib 1.2.8 files
2013-06-04 00:40:39 -05:00
Aleksandar Fabijanic
5feae5243a
removed zlib files
2013-06-04 00:39:40 -05:00
Aleksandar Fabijanic
5cc5964b03
re-adding zlib 1.28 files
2013-06-04 00:12:29 -05:00
Aleksandar Fabijanic
b2d72dcacb
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2013-06-03 23:46:34 -05:00
Aleksandar Fabijanic
60e5aa1a98
adding missing zlib files
2013-06-03 23:45:35 -05:00
Aleksandar Fabijanic
4826523831
fixed few GH issues
...
- fixed GH #209 : Poco::NumberFormatter double length
- fixed GH #204 : Upgrade zlib to 1.2.8
- fixed GH #198 : The "application.configDir" property is not always
created.
2013-06-03 23:45:06 -05:00
Aleksandar Fabijanic
37a7c3bca7
Merge pull request #210 from ptarabbia/develop
...
Develop
2013-06-03 05:01:23 -07:00
Alex
418290d081
fix clang warnings
2013-06-02 23:21:46 -05:00
aleks-f
a34ddb64ab
removed accidentally added gcc pragma
2013-06-02 23:01:28 -05:00
aleks-f
282374980c
gcc alignment and warning suppression
2013-06-02 22:56:18 -05:00
Aleksandar Fabijanic
d8de7489d5
clang compile
2013-06-01 16:30:02 -05:00
Aleksandar Fabijanic
168090324a
improveJSON parser perfromance
...
- unified string/stream algorithm
- templated Source class
- use char_traits integer type and conversion function for char
extraction
2013-06-01 16:01:46 -05:00
Aleksandar Fabijanic
bc808cf9d4
WebNotifier example
...
- added WebNotifier example
- fixed/tidied up SOO alignment code
2013-05-30 23:23:37 -05:00
Aleksandar Fabijanic
e5eaffb790
removed Var iterators, fixed SOO alignment
...
- removed unnecessary using directives in Data library
- removed iterator pointers from Var (reduce size, always return copy)
- added Alignment header (adapted from LLVM infrastructure)
- added alignment guards to SOO implementations
2013-05-29 23:36:45 -05:00
Aleksandar Fabijanic
51fdec593e
Merge pull request #206 from mkrivos/small_fixes
...
fix VarIterator for cmake build
2013-05-29 14:39:46 -07:00
Marian Krivos
b1ca8d1264
fix VarIterator for cmake build
2013-05-29 22:38:34 +02:00
Aleksandar Fabijanic
323e29b6e1
updated CHANGELOG
2013-05-27 21:44:04 -05:00
Aleksandar Fabijanic
f96c45bf72
comment unsigned 64 bit -1 JSON test (clang fail)
2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
6fa622f8b6
more clang fixes
2013-05-27 21:33:30 -05:00
Aleksandar Fabijanic
9b021f8af4
more clang fixes
2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
b9d25faef8
more clang fixes
2013-05-27 21:33:29 -05:00
Aleksandar Fabijanic
aa6e993734
clang compile
2013-05-27 21:33:28 -05:00
Aleksandar Fabijanic
38131d452d
Var/JSON changes
...
- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
2013-05-27 21:33:27 -05:00
Guenter Obiltschnig
1f8fcaacc0
WebSocketImpl::sendBytes() now uses FRAME_BINARY if given flags are all zero.
2013-05-26 00:15:54 +02:00
Guenter Obiltschnig
93e2ed831e
updated changelog
2013-05-25 21:37:30 +02:00
Guenter Obiltschnig
4c8d810cec
upgraded bundled sqlite to 3.7.17
2013-05-25 21:36:38 +02:00
Guenter Obiltschnig
a0dfc58396
fix std::ios::internal usage in Poco::format()
2013-05-25 00:32:30 +02:00
Guenter Obiltschnig
91f2e3827b
updated CHANGELOG
2013-05-25 00:07:58 +02:00