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 |
|
Guenter Obiltschnig
|
f2ed9cc606
|
support for Win8/Win10
|
2016-02-22 11:51:51 +01:00 |
|
Guenter Obiltschnig
|
53c07395c5
|
fix merge issue
|
2016-02-13 23:38:00 +01:00 |
|
Guenter Obiltschnig
|
2522aefaf0
|
fix comment; don't send TaskProgressNotification if progress does not change
Conflicts:
Foundation/src/Task.cpp
|
2016-02-13 20:24:31 +01:00 |
|
FrancisANDRE
|
e9c43f0d59
|
Add missing PocoJSON PocoXML
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-16 13:49:18 +01:00 |
|
Guenter Obiltschnig
|
910e2f3f29
|
fix error handling in setThreadName (#1022)
|
2015-11-13 11:11:32 +01:00 |
|
FrancisANDRE
|
b8e89231fc
|
CMake: add -DPOCO_UNBUNDLED when unbundling.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 16:07:28 +01:00 |
|
FrancisANDRE
|
41a0db4c41
|
fix inclusion of <pcre> when unbundling
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 15:27:13 +01:00 |
|
FrancisANDRE
|
603e43ee7d
|
Revert "Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.""
This reverts commit e1c0db371d65182201c0c3b82413480475d61e50.
|
2015-11-10 14:19:06 +01:00 |
|
FrancisANDRE
|
e1c0db371d
|
Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined."
This reverts commit 7d7bbfe5b2e77bf58b52db9717c18eddc557810b.
|
2015-11-10 14:11:08 +01:00 |
|
FrancisANDRE
|
7d7bbfe5b2
|
avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 14:09:53 +01:00 |
|
FrancisANDRE
|
9dc9aa7d17
|
use /dev/tty instead of /dev/consile for Cygwin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 14:08:35 +01:00 |
|
FrancisANDRE
|
b4b42d2215
|
avoid testing FPE when POCO_NO_FPENVIRONMENT is defined
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 14:07:40 +01:00 |
|
FrancisANDRE
|
0b309571de
|
add $pcre_utf8_objects to objects when building an unbundled version
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2015-11-10 14:06:51 +01:00 |
|
Kim Grasman
|
db635739c4
|
Fix #928: Workaround to fix -Wswitch warning
|
2015-11-10 09:38:17 +01:00 |
|
Guenter Obiltschnig
|
e3f98b554a
|
GH #1022: clean-up setThreadName
|
2015-11-10 09:27:15 +01:00 |
|
Alex Boyd
|
40c2df1c52
|
overwrite existing files on windows when moving files
|
2015-10-09 09:36:30 +02:00 |
|
aaron0x
|
3066e66f32
|
Enhance FileChannel purge setting.
|
2015-10-02 09:35:18 +02:00 |
|
Guenter Obiltschnig
|
c6d3d08203
|
fix Foundation/samples CMakeLists.txt
|
2015-09-30 16:04:58 +02:00 |
|
Guenter Obiltschnig
|
bcead85c25
|
remove GCC_DIAG_OFF
|
2015-09-30 12:16:09 +02:00 |
|
Guenter Obiltschnig
|
4894222fe9
|
remove testcase causing travis failure
|
2015-09-30 11:10:35 +02:00 |
|
Guenter Obiltschnig
|
1d58c7436e
|
fix unused type warning with poco_static_assert
|
2015-09-29 14:55:51 +02:00 |
|
Guenter Obiltschnig
|
8257b5aa71
|
tvOS support
|
2015-09-29 14:31:44 +02:00 |
|
Guenter Obiltschnig
|
d89c841298
|
setThreadName: abbreviate thread name if too long
|
2015-09-28 22:49:06 +02:00 |
|
Guenter Obiltschnig
|
e25a17030d
|
integrated CMake improvements from develop (GH #946)
|
2015-09-26 11:11:23 +02:00 |
|
Guenter Obiltschnig
|
7e67335a97
|
added comments regarding encoding/decoding to getPath*()
|
2015-09-14 10:58:18 +02:00 |
|
Guenter Obiltschnig
|
883b1dac13
|
added comment regarding query strings (#767)
|
2015-09-14 10:58:05 +02:00 |
|
Guenter Obiltschnig
|
d3382b5934
|
NumberParser::parseHex[64](): allow 0x/0X prefix
|
2015-09-11 08:18:17 +02:00 |
|