Aleksandar Fabijanic
8cbaa4ec4d
Merge pull request #442 from cryptoknight/develop
...
Use correct prefix length field of Windows IP_ADAPTER_PREFIX structure
2014-05-10 09:02:08 -05:00
Scott Davis
a6ca6c06bc
Use correct prefix length field of Windows IP_ADAPTER_PREFIX structure
2014-05-10 00:52:33 -04:00
Alex Fabijanic
c1eb293261
GH #440 changed default string format
2014-05-08 21:48:41 -05:00
Alex Fabijanic
556d8cf1c4
GH #440 MongoDB ObjectId string formatting
2014-05-08 21:35:56 -05:00
Alex Fabijanic
74176f7c90
restore id and add tested DB version
2014-05-05 20:10:14 -05:00
Alex Fabijanic
ea56db0e55
restore SPDX license
2014-05-05 20:00:25 -05:00
Alex Fabijanic
3d36b0a8c5
mysql test db autocreate
2014-05-05 19:55:16 -05:00
Cristian Thiago Moecke
16cb8ff25d
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-05-05 09:59:48 -03:00
Günter Obiltschnig
5e1be8cee7
Merge pull request #439 from bufferoverflow/spdx2
...
LICENSE: add info about SPDX-License-Identifier usage and use it
2014-05-05 09:02:48 +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
Aleksandar Fabijanic
38f5216fc4
Merge pull request #409 from guruofquality/fix_pocomsg_h_generation
...
fix pocomsg.h generation so the target stops rebuilding
2014-05-03 23:18:20 -05:00
Aleksandar Fabijanic
84f37e8ff5
Merge pull request #408 from guruofquality/fix_ipv4_tryparse_for_addr_any
...
Net: for for IPv4 case skipping 0.0.0.0
2014-05-03 13:00:54 -05:00
Aleksandar Fabijanic
0811ca147b
remove superfluous env. var. assignment
2014-05-02 20:48:35 -05:00
kblaschke
6c37cad87d
Close listening socket before stopping running connections
...
If sending the serverStopped event to currently active connections
happens before actually closing the server socket, new connections will
be accepted in between, which in turn will stay open and prevent the
HTTP server from stopping completely.
2014-05-02 13:54:42 +02:00
Alex Fabijanic
f9057157e8
GH #321 : trivial build fixes (BB QNX build)
2014-04-30 22:58:28 -05:00
Alex Fabijanic
68044fdae0
GH #305 : There are bugs in Buffer.h
2014-04-30 22:41:05 -05:00
Alex Fabijanic
ba3a8b08c5
GH #341 : Compiling poco-1.5.2 for Cygwin
2014-04-29 23:06:01 -05:00
Alex Fabijanic
794ee36b3d
GH #346 : Make Poco::Data::Date and Poco::Data::Time compare functions const.
2014-04-29 22:39:30 -05:00
Alex Fabijanic
6ec4986fb1
GH #379 : Remove unnecessary null pointer checks
2014-04-29 22:26:30 -05:00
Alex Fabijanic
9553d1d2ec
GH #416 : PDF::Page::createTextAnnotation bad comparison
2014-04-29 22:03:52 -05:00
Alex Fabijanic
8a9e7792d9
- fixed GH #362 : Defect in Var::parseString when there is no space between value and newline
...
- fixed GH #314 : JSON parsing bug
- added GH #313 : MetaColumn additions for Data::ODBC and Data::SQLite
2014-04-29 21:25:30 -05:00
Aleksandar Fabijanic
f038ac4e63
Merge pull request #434 from guruofquality/cmake_source_list_fixes
...
cmake: added missing sources to CMakeLists.txt
2014-04-29 19:11:16 -05:00
Josh Blum
e523441a7a
cmake: added missing sources to CMakeLists.txt - fixes missing symbol errors
2014-04-29 11:36:26 -07:00
Guenter Obiltschnig
8c14ffe335
make trySleep test a bit more stable
2014-04-29 13:25:38 +02:00
Alex Fabijanic
4d366250e1
fixed GH #410 : Bug in JSON::Object.stringify() in 1.5.2
2014-04-28 21:43:57 -05:00
Günter Obiltschnig
f19d1cb041
Merge pull request #433 from siemens/numparser
...
NumberParser::parseUnsigned should not parse negative numbers
2014-04-28 17:28:38 +02:00
Pascal Bach
d9a594e184
NumberParser::parseUnsigned should not parse negative numbers
...
The function should abort if a negative number (e.g. "-123") is passed as input
2014-04-28 16:16:48 +02:00
Alex Fabijanic
695ba1b0ee
remove sleep calls from Runnable
2014-04-26 16:04:17 -05:00
Alex Fabijanic
63850e8778
- return bool from Thread::trySleep()
...
- updated documentiation
- amended tests
- updated CHANGELOG
2014-04-26 09:51:57 -05:00
Aleksandar Fabijanic
0d58de8bc8
spelling fix
2014-04-25 23:54:59 -05:00
Alex Fabijanic
46b5785d98
- fixed PS build script environment vars generation
...
- fixed MongoDB 64-bit std::size_t warnings
- added Thread::trySleep()/wakeUp() and tests
2014-04-25 23:50:53 -05:00
Alex Fabijanic
89fc463186
tidied up build script (added pause/ctrl-c, straightened OpenSSL and MySQL environment generation, added msbuild useenv switch)
2014-04-24 21:15:54 -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
f3c855c33d
Merge pull request #429 from fbraem/develop
...
Solve collection name problem in ensureIndex
2014-04-22 20:26:20 +02:00
fbraem
063a642957
Solve collection name problem in ensureIndex
2014-04-22 20:21:17 +02:00
Günter Obiltschnig
2b32850de6
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-04-21 22:11:19 +02:00
Günter Obiltschnig
85873d02c9
re-generated VS2013 testsuite projects without MFC
2014-04-21 22:10:34 +02:00
Guenter Obiltschnig
e0cd4c6247
added runtests2.cmd script
2014-04-21 21:39:07 +02:00
Guenter Obiltschnig
528ebf8861
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2014-04-21 20:55:50 +02:00
Guenter Obiltschnig
f80c16b53a
don't use WinTestRunner/MFC in VS2013 test suites
2014-04-21 20:55:18 +02:00
Günter Obiltschnig
aec59ebe84
added /bigobj option for Data 64-bit builds; ProGen now suports vc.project.compiler/linker.additionalOptions settings in .progen files
2014-04-21 20:39:40 +02:00
Guenter Obiltschnig
7a7a1a507b
ProGen templates: support for additional compiler and linker flags
2014-04-21 20:28:30 +02:00
Guenter Obiltschnig
86960abc26
ProGen templates: support for additional compiler and linker flags
2014-04-21 20:25:04 +02:00
Guenter Obiltschnig
9a1a75e2b0
ProGen templates: support for additional compiler and linker flags
2014-04-21 20:04:48 +02:00
Günter Obiltschnig
12c7bb562d
re-generated vs100-vs120 project files
2014-04-21 10:50:51 +02:00
Günter Obiltschnig
15833414b8
ProGen fixes for VS2010-2013
2014-04-21 08:31:49 +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
Guenter Obiltschnig
bb6b33ac30
fixed misplaced parentheses
2014-04-19 23:42:44 +02:00
Alex Fabijanic
5e67a04540
- add SQLite FTS define to windows non-embedded testsuites
...
- remove POCO_DATA_SQLITE_FTS define from Config.h
- add console message when FTS tests are no-op
2014-04-19 13:26:09 -05:00