Commit Graph

4228 Commits

Author SHA1 Message Date
Guenter Obiltschnig
92a0f0f0aa improved EchoServer error handling 2016-10-07 22:04:10 +02:00
Guenter Obiltschnig
835d0365d9 fixed bad disconnect handling in onSocketReadable 2016-10-07 22:03:58 +02:00
Guenter Obiltschnig
b02d8cecdb fixed GH #1431: Poco/FIFOBuffer.h copy issue 2016-10-07 21:27:46 +02:00
Guenter Obiltschnig
29010bc6ad fixed GH #1403: Android compile with poco-1.7.5 no 'pthread_condattr_setclock' error 2016-10-07 21:06:59 +02:00
Günter Obiltschnig
80fea48cdc Merge pull request #1447 from a-w/develop
Fixed "integer constant is too large for 'long' type" issue
2016-10-07 20:37:11 +02:00
Adrian Weiler
e350781084 Fixed "integer constant is too large for 'long' type" issue; make constant unsigned instead of typecasting 2016-10-07 19:16:12 +02:00
Guenter Obiltschnig
a5d801cc6e doc clarifications 2016-10-07 11:06:43 +02:00
Guenter Obiltschnig
bae5b38df0 add a load() overload to specify name pool size 2016-10-07 10:59:58 +02:00
Guenter Obiltschnig
a53464e784 add optional name pool size argument to DOMParser constructor 2016-10-07 10:53:46 +02:00
Guenter Obiltschnig
2817376436 increased default XML name pool size, added Document constructor taking name pool size as argument 2016-10-07 10:44:18 +02:00
Günter Obiltschnig
d9c3c5270a Merge pull request #1445 from cryptoknight/ip_stable_sort
Use stable_sort to preserve order of IP addresses from DNS
2016-10-05 09:19:49 +02:00
Scott Davis
48862bf08e Use stable_sort to preserve order of IP addresses from DNS 2016-10-04 14:43:01 -04:00
Guenter Obiltschnig
f86dfa8239 integrated fixes for #1416 from poco-1.7.6 branch 2016-09-29 20:10:10 +02:00
Günter Obiltschnig
a73eef0487 improvement of URIStreamOpener::open() implementation 2016-09-29 19:07:52 +02:00
Guenter Obiltschnig
e87a3a6e45 style fix 2016-09-29 17:44:34 +02:00
Günter Obiltschnig
5d8faa371e added URISyntaxException; better error handling in URIStreamOpener 2016-09-29 17:42:49 +02:00
Guenter Obiltschnig
61e0561182 fixed GH #1429: exception thrown in MongoDB when using replicaset 2016-09-28 12:31:48 +02:00
Guenter Obiltschnig
dd30db6ca9 fixed Klocwork issues 2016-09-26 19:29:55 +02:00
Guenter Obiltschnig
18e594e7ff fixed issues reported by Klocwork 2016-09-26 19:22:47 +02:00
Guenter Obiltschnig
78f954f58f fixed issues reported by Klocwork 2016-09-26 19:22:32 +02:00
Guenter Obiltschnig
b0140637d5 fix uninitialized member in ctor 2016-09-26 19:22:20 +02:00
Guenter Obiltschnig
142ad28494 initialize all members in ctor 2016-09-26 19:22:07 +02:00
Guenter Obiltschnig
9c684af478 handle unlikely situation that XML_ParserCreate() fails 2016-09-26 19:21:47 +02:00
Guenter Obiltschnig
9bd74daef9 fixed uninitialized members in ctor 2016-09-26 19:21:23 +02:00
Guenter Obiltschnig
eabae863bb fixed uninitialized member in ctor 2016-09-26 19:21:07 +02:00
Guenter Obiltschnig
1bb795e7ed initialize all members in default ctor 2016-09-26 19:19:27 +02:00
Guenter Obiltschnig
8935e19bbc fixed potential memory leak in out-of-memory situations 2016-09-26 19:19:14 +02:00
Guenter Obiltschnig
34b9b1284c fixed uninitialized _encoding member 2016-09-26 19:18:56 +02:00
Guenter Obiltschnig
5d750ac8ed fixed issues reported by Klocwork 2016-09-26 19:18:44 +02:00
Guenter Obiltschnig
b1004587b2 code cleanup; fixed some issues reported by Klocwork 2016-09-26 19:18:28 +02:00
Guenter Obiltschnig
c943727354 style fix 2016-09-26 19:17:38 +02:00
Guenter Obiltschnig
b0026b6a1c style fix 2016-09-26 19:17:21 +02:00
Guenter Obiltschnig
89998df17a bugfix: _null member not initialized in ctor 2016-09-26 19:17:08 +02:00
Guenter Obiltschnig
68e3676ddc fixed an unlikely potential memory leak if one of two new fails 2016-09-26 19:16:54 +02:00
Guenter Obiltschnig
f1b75ec442 updated .gitattributes linguist settings 2016-09-21 08:31:23 +02:00
Guenter Obiltschnig
ad1be5fe87 fixed GH #1418:Poco::Delegate assignment operator fails to compile for some specializations 2016-09-20 20:48:36 +02:00
Guenter Obiltschnig
e87a8fe962 handle MySQL connection lost/server gone when starting a transaction 2016-09-15 12:01:30 +02:00
Guenter Obiltschnig
dcdcee5afa minor fixes for style 2016-09-14 17:06:55 +02:00
Günter Obiltschnig
f0402f2773 Merge pull request #1315 from kimgr/bugcheck-abort
Redefine Poco assertions for static analysis
2016-09-14 16:49:27 +02:00
Guenter Obiltschnig
ae3c4a4ba3 fixed some warnings and minor issues detected by clang-analyzer
Conflicts:
	Data/src/RecordSet.cpp
2016-09-13 11:40:59 +02:00
Günter Obiltschnig
fbbf197fd2 Update README.md 2016-09-13 07:45:35 +02:00
Günter Obiltschnig
2701c2e0ca Update README.md 2016-09-13 07:17:16 +02:00
Günter Obiltschnig
dfb03273c6 Update README.md 2016-09-13 07:16:40 +02:00
Günter Obiltschnig
75a43b8723 Update CONTRIBUTING.md 2016-09-13 07:15:12 +02:00
Günter Obiltschnig
251cb4aa2c Update README.md 2016-09-12 19:35:37 +02:00
Günter Obiltschnig
1fa6f34882 Update CONTRIBUTING.md 2016-09-12 18:54:25 +02:00
Günter Obiltschnig
df37d79f88 Update CONTRIBUTING.md 2016-09-12 18:53:58 +02:00
Günter Obiltschnig
762e1ff899 Update CONTRIBUTING.md 2016-09-12 18:53:26 +02:00
Guenter Obiltschnig
eb01c3f539 don't include connection string in exception message 2016-09-11 01:40:28 +02:00
Günter Obiltschnig
7ee5bc96f0 Merge pull request #1400 from Kampbell/develop
AppVeyor fixup
2016-09-09 19:54:51 +02:00