Guenter Obiltschnig
|
86483b4d4b
|
fixed GH #990: Potential race condition in on Windows
|
2016-11-03 14:48:51 +01:00 |
|
Alexey Milovidov
|
6116136afe
|
Fixed error with Poco::UTF8Encoding::isLegal (wrong result on illegal sequence "\xED\x20\xA8").
|
2016-10-29 20:12:29 +02:00 |
|
Guenter Obiltschnig
|
34f85a0531
|
branched off release 1.7.7
|
2016-10-21 22:20:03 +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 |
|
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
|
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
|
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 |
|
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 |
|
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
|
e07dbdc718
|
removed unneeded members
|
2016-09-26 17:45:53 +02:00 |
|
Guenter Obiltschnig
|
6441479f4d
|
fixed potential memory leak in out-of-memory situations
|
2016-09-26 17:39:29 +02:00 |
|
Guenter Obiltschnig
|
1fb56d8c8e
|
fixed issues reported by Klocwork
|
2016-09-26 17:28:41 +02:00 |
|
Guenter Obiltschnig
|
d59ff2ac1e
|
fixed an unlikely potential memory leak if one of two new fails
|
2016-09-26 16:51:13 +02:00 |
|
Guenter Obiltschnig
|
efd9d539e5
|
fixed GH #1418:Poco::Delegate assignment operator fails to compile for some specializations
|
2016-09-20 20:47:58 +02:00 |
|
Guenter Obiltschnig
|
00b448a0c5
|
merged fix for #1315
|
2016-09-14 17:10:16 +02:00 |
|
Guenter Obiltschnig
|
7c37f18f84
|
fixed some warnings and minor issues detected by clang-analyzer
|
2016-09-13 11:37:12 +02:00 |
|
Guenter Obiltschnig
|
14a1ae810f
|
add CLANG_ANALYZER_NORETURN macro
|
2016-09-13 07:43:39 +02:00 |
|
Guenter Obiltschnig
|
192a5f179f
|
fixed some warnings
|
2016-09-06 15:49:39 +02:00 |
|
Guenter Obiltschnig
|
d221a7eebd
|
created poco-1.7.6 branch
|
2016-09-06 15:29:00 +02:00 |
|
Guenter Obiltschnig
|
f89bea4411
|
- prefer clock_getttime() over gettimeofday() if available
- use CLOCK_MONOTONIC for POSIX condition in Poco::Event and Poco::Semaphore if supported
|
2016-08-28 15:25:55 +02:00 |
|
Guenter Obiltschnig
|
88c74fdf44
|
style fix
|
2016-08-27 08:31:32 +02:00 |
|
CREMARENCO Cosmin
|
b5b6135f94
|
Shell expansion rules say that tilde must be replaced with HOME if it exists and only after that we can look at getpwuid
|
2016-08-27 08:27:58 +02:00 |
|
Guenter Obiltschnig
|
46c6953bdf
|
added Poco::SingletonHolder::reset()
|
2016-08-27 08:22:25 +02:00 |
|
Guenter Obiltschnig
|
9ccfcab380
|
created poco-1.7.5 branch
|
2016-08-25 08:35:07 +02:00 |
|
Guenter Obiltschnig
|
f848106fca
|
added test for ws/wss schemes
|
2016-07-03 11:58:25 +02:00 |
|
Guenter Obiltschnig
|
c337634b8e
|
fixed GH #1304: URI doesn't know ws:/ or wss:// schemes
|
2016-07-03 11:20:11 +02:00 |
|
Guenter Obiltschnig
|
de8d379d26
|
created branch for 1.7.4 release
|
2016-07-03 09:54:50 +02:00 |
|
Guenter Obiltschnig
|
27f41ee785
|
merge changes from develop
|
2016-04-21 09:36:53 +02:00 |
|
Guenter Obiltschnig
|
50240732f9
|
pre c++11 fixes
|
2016-04-21 09:25:26 +02:00 |
|
Guenter Obiltschnig
|
60987f5949
|
fixed GH #1253: ListMap does not maintain insertion order if key already exists
|
2016-04-21 09:24:59 +02:00 |
|
Guenter Obiltschnig
|
7448e16b76
|
style fixes
|
2016-04-16 09:41:08 +02:00 |
|
Günter Obiltschnig
|
913346c23d
|
fixes for compatibility
Conflicts:
Foundation/src/Process_WIN32.cpp
Foundation/src/Process_WIN32U.cpp
|
2016-04-15 17:50:47 +02:00 |
|
Tony Abbott
|
6d17089b6c
|
GH #1222 Escape command line arguments passed to Process::launch() on Windows
Conflicts:
Foundation/testsuite/src/TestApp.cpp
|
2016-04-15 17:43:38 +02:00 |
|
Guenter Obiltschnig
|
d82b6b3975
|
branched off 1.7.3
|
2016-04-11 09:06:38 +02:00 |
|
Guenter Obiltschnig
|
9d21ddd8ca
|
fixed GH #1204: getdtablesize has been removed on Android 21
|
2016-03-17 11:19:32 +01:00 |
|
Guenter Obiltschnig
|
65a92d4c5c
|
updated version
|
2016-03-17 09:15:46 +01:00 |
|
Guenter Obiltschnig
|
7bcbbd7a35
|
fixed GH #1180: Possible deadlock when TaskManager::count is called in onFinished
|
2016-03-10 16:47:46 +01:00 |
|
Guenter Obiltschnig
|
f594c134ae
|
updated version no.
|
2016-03-10 09:29:47 +01:00 |
|
Guenter Obiltschnig
|
15d1d0f1a2
|
build fixes
|
2016-03-05 14:29:34 +01:00 |
|
Günter Obiltschnig
|
aabb406794
|
updated project files
|
2016-03-04 10:25:12 +01:00 |
|
Guenter Obiltschnig
|
c22a36dc05
|
added Poco::EventChannel class
|
2016-02-29 21:53:17 +01:00 |
|
Guenter Obiltschnig
|
f83d759890
|
one more fix for #1002
|
2016-02-29 19:12:21 +01:00 |
|
Guenter Obiltschnig
|
f6cc0f7e8a
|
updated CHANGELOG and version numbers
|
2016-02-29 11:19:38 +01:00 |
|
Günter Obiltschnig
|
3d1a094725
|
Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
|
2016-02-28 15:29:08 +01:00 |
|
Guenter Obiltschnig
|
8c607d3213
|
fixed GH #1128: Poco::NumberFormatter::format(float, precision) rounding changed
|
2016-02-28 13:32:54 +01:00 |
|
Guenter Obiltschnig
|
a53e80f761
|
fixed GH #1002: ActiveDispatcher saves reference to event context after event was performed until it gets new event
|
2016-02-27 17:49:18 +01:00 |
|
Guenter Obiltschnig
|
925caa8dd3
|
fixed GH #1141: Poco::StringTokenizer::TOK_TRIM changes behavior between 1.4 and 1.6
|
2016-02-27 16:10:06 +01:00 |
|