Commit Graph

4386 Commits

Author SHA1 Message Date
Günter Obiltschnig
0a796f9345 Merge branch 'poco-1.10.0' into devel 2020-01-22 12:51:38 +01:00
Günter Obiltschnig
eddcd7664c #2853: make it actually compile 2020-01-22 12:50:47 +01:00
Günter Obiltschnig
15ac1aec08 fixed GH #2853: Poco::Process::launch process environment unicode support is broken on Windows 2020-01-22 12:34:48 +01:00
Günter Obiltschnig
f6dafb437e fixed GH #2843: Poco::Net::MediaType::parse() does not split parameters 2020-01-22 11:56:11 +01:00
Günter Obiltschnig
adc99f0198 Merge branch 'poco-1.10.0' into devel 2020-01-22 11:20:59 +01:00
Günter Obiltschnig
eb26a95682 fixed testsuite crash due to wrong logger setup 2020-01-22 11:08:24 +01:00
Günter Obiltschnig
15fa335343 fixed a crash due to invalid sockaddr cast 2020-01-22 10:59:02 +01:00
Günter Obiltschnig
4d0eeb257e fix raw pointer usage 2020-01-22 09:22:35 +01:00
Günter Obiltschnig
c7faa18660 fixed warning 2020-01-22 08:30:28 +01:00
Günter Obiltschnig
924cdf235c GH #2689: Added tryWait() into Process and ProcessHandle. Handle kill()-ed UNIX process exit codes. 2020-01-22 08:23:36 +01:00
Günter Obiltschnig
5f0e0a0374
Merge pull request #2867 from vfjpl/poco-1.10.0
unescape Backslash char in UTF8 unescape method
2020-01-22 08:09:14 +01:00
Günter Obiltschnig
53d4b266eb remove UnWindows.h stuff 2020-01-22 08:01:17 +01:00
Günter Obiltschnig
7f7c2f5484 fixed GH #2772: On iOS real device (not simulator) the home directory is not usable 2020-01-22 06:53:13 +01:00
Günter Obiltschnig
bd3c75293e fixed GH #2824: Poco::Environment missing UTF8/wstring support on Windows 2020-01-21 21:36:08 +01:00
Günter Obiltschnig
2327592bab fixed GH #2217: UUIDGenerator should allow random seed 2020-01-21 21:30:48 +01:00
Günter Obiltschnig
71585b7daa #2152: XDG support 2020-01-21 21:20:35 +01:00
Günter Obiltschnig
35d73695f8 fixed GH #2686: Uploads larger than 2GB fail 2020-01-21 21:19:07 +01:00
Günter Obiltschnig
ba0acff719 fixed GH #2743: X509Certificate validFrom expiresOn Date parsing 2020-01-21 20:21:34 +01:00
Günter Obiltschnig
f55c17a295 fixed #2745 2020-01-21 19:59:17 +01:00
Günter Obiltschnig
2018a698ba fix assignment operator 2020-01-21 19:58:38 +01:00
Günter Obiltschnig
eeb64cc340 fix move ctor/assignment 2020-01-21 19:58:12 +01:00
Günter Obiltschnig
18adb1e43b code cleanup; fix move ctors and assignment 2020-01-21 17:52:43 +01:00
Francis ANDRE
de52e23d12
Add HTTPSClientSessionTest::.testCachedSession
This ut is failing only on the Azure machine
2020-01-21 08:23:40 +01:00
Günter Obiltschnig
0658044260 fixed another issue with backslash handling in Var JSON parsing 2020-01-20 14:40:07 +01:00
Günter Obiltschnig
abf5bd2a87
Merge pull request #2885 from fenghao119/poco-1.10.0
fix Dynamic::Var parse string issue
2020-01-20 14:07:19 +01:00
Feng Hao
b8320ccb7b fix Dynamic::Var parse string issue 2020-01-20 19:09:22 +08:00
Alex Fabijanic
b435db6e8e fix a leak, add some table features 2020-01-17 10:59:55 +01:00
Alex Fabijanic
854bf4d79f few PostgreSQL fixes 2020-01-17 10:59:02 +01:00
Günter Obiltschnig
6058f5dd23
Merge pull request #2881 from Ludorg/poco-1.10.0
Add an option to force the use of PollingDirectoryWatcherStrategy
2020-01-17 08:34:10 +01:00
Günter Obiltschnig
cba6914106 Merge branch 'poco-1.10.0' into devel 2020-01-17 07:09:25 +01:00
Günter Obiltschnig
ef648dc840 fix doc error 2020-01-17 07:09:00 +01:00
Alex Fabijanic
9932be985e few PostgreSQL fixes 2020-01-16 19:55:06 +01:00
Francis ANDRE
43ecda1232
Ignore ICMPSocketTest suite 2020-01-16 17:26:19 +01:00
Ludovic LIEVRE
15e96159e2 Option to force PollingDirectoryWatcherStrategy
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)

See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881

On Linux, inotfy does not work for network volumes (such as NFS).

See https://stackoverflow.com/questions/4231243/inotify-with-nfs

By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.

This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:48:36 +00:00
Ludovic LIEVRE
b651764007 Option to force PollingDirectoryWatcherStrategy
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)

See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881

On Linux, inotfy does not work for network volumes (such as NFS).

See https://stackoverflow.com/questions/4231243/inotify-with-nfs

By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.

This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:38:51 +00:00
Alex Fabijanic
150b9e2012 fix a leak, add some table features 2020-01-15 22:06:45 +01:00
Alex Fabijanic
07c1103bc9 catch std::exception on parsing 2020-01-15 21:55:32 +01:00
Alex Fabijanic
a2227c3bfd accept notifications by name (if they have one) 2020-01-15 20:58:09 +01:00
Alex Fabijanic
7be832bac2 add BLOB SQLite test 2020-01-15 20:15:57 +01:00
Joerg-Christian Boehme
b02b2c12f9 Merge branch 'poco-1.10.0' into devel 2020-01-15 18:47:50 +01:00
Joerg-Christian Boehme
10b99ad95a Set PATH for ProcessTests 2020-01-15 17:03:08 +01:00
Joerg-Christian Boehme
386f43bbc9 Merge branch 'poco-1.10.0' into devel 2020-01-15 15:38:13 +01:00
Joerg-Christian Boehme
611a455165 Set absolute LD_LIBRARY_PATH in Foundation test 2020-01-15 12:21:23 +01:00
Joerg-Christian Boehme
68cdbc6a05 Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0 2020-01-15 12:18:10 +01:00
Joerg-Christian Boehme
0f9a306e2b Fix regex to exclude tests via ctest 2020-01-15 11:33:45 +01:00
Günter Obiltschnig
122ef599eb Merge branch 'poco-1.10.0' into devel 2020-01-15 10:20:02 +01:00
Günter Obiltschnig
04c52793cc update copyright date 2020-01-15 10:18:56 +01:00
Günter Obiltschnig
a31877372e additional move support for Nullable and Optional 2020-01-15 09:35:59 +01:00
Joerg-Christian Boehme
7f8f11d340 Set path for ctest 2020-01-15 08:39:06 +01:00
Joerg-Christian Boehme
0e5aed60c2 Exclude some tests 2020-01-15 07:53:32 +01:00