Guenter Obiltschnig
|
b35faa0c14
|
Merge branch 'master' of https://github.com/pocoproject/poco
|
2016-10-18 22:27:10 +02:00 |
|
Guenter Obiltschnig
|
88b040892c
|
Merge branch 'poco-1.7.6' of https://github.com/pocoproject/poco into poco-1.7.6
|
2016-10-18 22:26:18 +02:00 |
|
Guenter Obiltschnig
|
4d6d037997
|
updated release date
|
2016-10-18 22:25:49 +02:00 |
|
Guenter Obiltschnig
|
a8502dcccf
|
another fix for GH #1458 - handle case when all sockets are invalid
|
2016-10-18 18:13:52 +02:00 |
|
Günter Obiltschnig
|
8f18420ff9
|
Update README.md
|
2016-10-18 14:37:46 +02:00 |
|
Guenter Obiltschnig
|
3a3da53e0c
|
Merge branch 'master' into poco-1.7.6
|
2016-10-18 11:44:47 +02:00 |
|
Guenter Obiltschnig
|
017adf836f
|
updated changelog
|
2016-10-17 19:08:58 +02:00 |
|
Guenter Obiltschnig
|
8290da2a82
|
fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime
|
2016-10-17 19:05:53 +02:00 |
|
Guenter Obiltschnig
|
69d632810e
|
fixed GH #1458: always pass 1 to epoll_create()
|
2016-10-17 17:59:09 +02:00 |
|
Guenter Obiltschnig
|
2757bce0c3
|
use std::unique_ptr instead of std::auto_ptr if available
|
2016-10-16 14:00:10 +02:00 |
|
Guenter Obiltschnig
|
cae37d23fd
|
updated changelog
|
2016-10-16 13:40:33 +02:00 |
|
Guenter Obiltschnig
|
5df2508986
|
XMLConfiguration default (and single-argument delimiter) constructor now loads an empty XML document with "config" root element to make the configuration usable without an additional call to load() or loadEmpty().
|
2016-10-16 13:39:17 +02:00 |
|
Guenter Obiltschnig
|
f777325cea
|
updated release date
|
2016-10-14 15:52:58 +02:00 |
|
Guenter Obiltschnig
|
c4c5f18b97
|
fixed typo in testsuite
|
2016-10-14 11:51:23 +02:00 |
|
root
|
895c3dfcd5
|
use std::unique_ptr instead of std::auto_ptr with C++11+ compilers to prevent std::auto_ptr deprecation warnings
|
2016-10-14 11:49:45 +02:00 |
|
Guenter Obiltschnig
|
12fc175b5a
|
fixed warnings reported by GCC 6.2
|
2016-10-14 10:27:44 +02:00 |
|
Guenter Obiltschnig
|
946e00b77d
|
fix for GH #1449: you can now compile Net with -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 to prevent SocketAddress from preferring IPv4 over IPv6 addresses
|
2016-10-10 19:14:01 +02:00 |
|
Guenter Obiltschnig
|
cefab1f993
|
use #ifdef POCO_LONG_IS_64_BIT instead of if (sizeof(... to avoid warnings
|
2016-10-10 14:14:50 +02:00 |
|
Guenter Obiltschnig
|
59a78a55b5
|
added POCO_NO_SHARED_LIBRARY_DEBUG_SUFFIX configuration macro to disable *d.so, *d.dll suffix in SharedLibrary class
|
2016-10-10 11:56:58 +02:00 |
|
Guenter Obiltschnig
|
18eee84793
|
updated changelog
|
2016-10-07 22:29:23 +02:00 |
|
Guenter Obiltschnig
|
f9aa76f76d
|
added Yocto config; updated ARM-Linux config
|
2016-10-07 22:09:36 +02:00 |
|
Guenter Obiltschnig
|
5eab5f1144
|
improved EchoServer error handling
|
2016-10-07 22:02:57 +02:00 |
|
Guenter Obiltschnig
|
9b10c24b61
|
fixed bad disconnect handling in onSocketReadable
|
2016-10-07 21:54:20 +02:00 |
|
Guenter Obiltschnig
|
cdb2195ed3
|
fixed GH #1431: Poco/FIFOBuffer.h copy issue
|
2016-10-07 21:27:07 +02:00 |
|
Guenter Obiltschnig
|
737bd98b17
|
fixed GH #1403: Android compile with poco-1.7.5 no 'pthread_condattr_setclock' error
|
2016-10-07 21:05:57 +02:00 |
|
Guenter Obiltschnig
|
62241b9411
|
fixed GH #1422
|
2016-10-07 20:46:12 +02:00 |
|
Guenter Obiltschnig
|
6b47a37fdf
|
doc clarifications
|
2016-10-07 11:05:36 +02:00 |
|
Guenter Obiltschnig
|
80f95d7c16
|
add a load() overload to specify name pool size
|
2016-10-07 10:59:24 +02:00 |
|
Guenter Obiltschnig
|
e453ad144a
|
add optional name pool size argument to DOMParser constructor
|
2016-10-07 10:53:14 +02:00 |
|
Guenter Obiltschnig
|
ad99e73a60
|
increased default XML name pool size, added Document constructor taking name pool size as argument
|
2016-10-07 10:43:34 +02:00 |
|
Guenter Obiltschnig
|
b5036266be
|
backported #1445: Use stable_sort to preserve order of IP addresses from DNS
|
2016-10-05 09:23:02 +02:00 |
|
Günter Obiltschnig
|
0e0fac80b6
|
improved Zip error handling (getting rid of poco_assert)
|
2016-09-29 19:13:21 +02:00 |
|
Günter Obiltschnig
|
4a96c934ba
|
improvement of URIStreamOpener::open() implementation
|
2016-09-29 19:06:46 +02:00 |
|
Günter Obiltschnig
|
07f6f77d6e
|
added URISyntaxException; better error handling in URIStreamOpener
|
2016-09-29 17:41:37 +02:00 |
|
Günter Obiltschnig
|
ed0284c7c6
|
fix for GH #1416: use seekg() instead of multiple putback() operations, which may not work in all cases. Note that this requires the stream passed to Poco::Zip::Decompress to be seekable.
|
2016-09-29 11:25:03 +02:00 |
|
Guenter Obiltschnig
|
4c7562c497
|
style fix
|
2016-09-28 12:23:07 +02:00 |
|
Günter Obiltschnig
|
ac1f9f243d
|
Merge pull request #1435 from tomaz-beltram/gh-1429
MongoDB BSON type 0x11 support, fixes #1429
|
2016-09-28 11:58:26 +02:00 |
|
Tomaz Beltram
|
b042b892db
|
Renamed SpecialTimestamp to BSONTimestamp
|
2016-09-28 10:58:46 +02:00 |
|
Tomaz Beltram
|
584a776d77
|
Revert "Renamed MongoDB::SpecialTimestamp to MongoDB::Timestamp"
This reverts commit 06f6f05566 .
|
2016-09-28 10:55:05 +02:00 |
|
Tomaz Beltram
|
06f6f05566
|
Renamed MongoDB::SpecialTimestamp to MongoDB::Timestamp
|
2016-09-28 10:47:14 +02:00 |
|
Tomaz Beltram
|
1852739547
|
MongoDB BSON type 0x11 support, fixes #1429
|
2016-09-28 10:16:03 +02:00 |
|
Guenter Obiltschnig
|
caed8507f4
|
fixed issues reported by Klocwork
|
2016-09-26 18:20:32 +02:00 |
|
Guenter Obiltschnig
|
8d053e259c
|
fixed issues reported by Klocwork
|
2016-09-26 18:15:43 +02:00 |
|
Guenter Obiltschnig
|
7c43cc8ec2
|
fixed issues reported by Klocwork
|
2016-09-26 18:15:36 +02:00 |
|
Guenter Obiltschnig
|
075cfeb4cb
|
fix uninitialized member in ctor
|
2016-09-26 18:12:56 +02:00 |
|
Guenter Obiltschnig
|
22a5def393
|
initialize all members in ctor
|
2016-09-26 18:10:07 +02:00 |
|
Guenter Obiltschnig
|
9cefa0d888
|
handle unlikely situation that XML_ParserCreate() fails
|
2016-09-26 18:08:36 +02:00 |
|
Guenter Obiltschnig
|
26ccbe2504
|
fixed uninitialized members in ctor
|
2016-09-26 17:50:28 +02:00 |
|
Guenter Obiltschnig
|
c716239c22
|
fixed uninitialized member in ctor
|
2016-09-26 17:48:09 +02:00 |
|
Guenter Obiltschnig
|
e07dbdc718
|
removed unneeded members
|
2016-09-26 17:45:53 +02:00 |
|