Commit Graph

4349 Commits

Author SHA1 Message Date
Günter Obiltschnig
5d8a186059 merge #2584: Adding standard macOS legacy encodings 2020-01-24 10:16:28 +01:00
Günter Obiltschnig
802a0f4e51 merge #2584: Adding standard macOS legacy encodings 2020-01-24 10:14:51 +01:00
Günter Obiltschnig
c427c58b69 upgrade bundled sqlite to 3.31.0 2020-01-24 09:41:08 +01:00
Günter Obiltschnig
b53bf7eca4 fixed some PocoDoc issues with C++14 2020-01-23 21:05:16 +01:00
Günter Obiltschnig
58b257c0a8 fixed docs 2020-01-23 19:18:41 +01:00
Günter Obiltschnig
839009d9b5 fix header comments 2020-01-23 18:57:05 +01:00
Günter Obiltschnig
bcbef6833c fix DLL export 2020-01-23 18:14:24 +01:00
Günter Obiltschnig
3bff3a2dd0 re-generated project files 2020-01-23 18:07:55 +01:00
Günter Obiltschnig
d65bf03a83 fixes and improvements to FTP(S)ClientSession 2020-01-23 17:55:30 +01:00
Günter Obiltschnig
878b8bbeca fixes for FTPSClientSession 2020-01-23 13:29:54 +01:00
Günter Obiltschnig
a106dcbf80 fixed a warning 2020-01-23 13:29:00 +01:00
Günter Obiltschnig
5d481ff493 merge FTPSClientSession from develop-experimental 2020-01-23 11:57:28 +01:00
Günter Obiltschnig
958ce15bb5 fixed GH #2624: Poco::FileChannel/Poco:LogFileImpl::writeImpl() on Windows should translate \n to \r\n. 2020-01-23 11:26:26 +01:00
Günter Obiltschnig
0f49493d0e remove raw pointer interfaces 2020-01-23 09:50:36 +01:00
Günter Obiltschnig
9350ee13a2 fixed memory leak in testsuite 2020-01-23 09:38:25 +01:00
Günter Obiltschnig
d1f3a29da3 fixed a memory leak when opening a SQLite database fails 2020-01-23 08:41:44 +01:00
Günter Obiltschnig
f7f51b059a fix Buffer move ctor/assignment 2020-01-23 08:14:55 +01:00
Günter Obiltschnig
b52e063e0d fixed memory leak in testsuite 2020-01-22 21:51:04 +01:00
Günter Obiltschnig
1201733b4d fix Makefile for JWT 2020-01-22 14:22:53 +01:00
Günter Obiltschnig
048c4a134c style 2020-01-22 13:52:04 +01:00
Günter Obiltschnig
12db5ff31e
Merge pull request #2871 from siemens/feat/fix-x509-uft8
Add support for utf-8 characters in subject
2020-01-22 13:39:22 +01:00
Günter Obiltschnig
f1fcdffcb5 fixed GH #2863: NetworkInterface::map can fail to reveal some interfaces if an earlier one can not be handled 2020-01-22 13:36:46 +01:00
Günter Obiltschnig
1cdc77ebc1 fixed GH #2812: String trimInPlace crashes with 0 size on Visual Studio Express 2017 2020-01-22 13:26:29 +01:00
Günter Obiltschnig
3300467543 fixed GH #2830: Fix wrong buffer size in client handshake when re-using a SecureSocket 2020-01-22 13:11:37 +01:00
Günter Obiltschnig
0865fcf039 mark some tests as long-running 2020-01-22 13:06:49 +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
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