Commit Graph

4720 Commits

Author SHA1 Message Date
Günter Obiltschnig
c890576b9a add timeout to testMulticast 2020-02-08 20:25:25 +01:00
Günter Obiltschnig
4092984256 fix UTF16/UTF32Encoding wrong byte order handling on bigendian 2020-02-08 20:25:00 +01:00
Günter Obiltschnig
f399062da4 CppUnit: flush after writing test name 2020-02-08 19:45:34 +01:00
Günter Obiltschnig
137c6ad136 clarify documentation of flags parameter 2020-02-08 16:29:01 +01:00
Günter Obiltschnig
58e4839f44 remove unused var 2020-02-08 16:13:32 +01:00
Günter Obiltschnig
ed2f6b813e GH #2909: fix SHA2Engine for big-endian architectures 2020-02-08 16:09:37 +01:00
Günter Obiltschnig
506049e360 add fail-readonly connection string parameter 2020-02-08 15:41:43 +01:00
Günter Obiltschnig
8bf5fceaaf add macos build to travis 2020-02-08 15:28:36 +01:00
Günter Obiltschnig
132d1427de install missing packages 2020-02-08 13:45:56 +01:00
Günter Obiltschnig
e12ba03014 cleanup 2020-02-08 11:50:33 +01:00
Günter Obiltschnig
3629a89636 fix tests 2020-02-08 10:49:42 +01:00
Günter Obiltschnig
e59732bef8 Merge branch 'poco-1.10.1' into travis-experiments 2020-02-08 09:41:02 +01:00
Günter Obiltschnig
e01039c9f0 fix unused var warning 2020-02-08 09:40:38 +01:00
Günter Obiltschnig
df3502d5fa fix ninja 2020-02-08 09:38:09 +01:00
Günter Obiltschnig
21da81b009 fix config 2020-02-08 08:36:53 +01:00
Günter Obiltschnig
7488d9a6d3 updated .travis.yml 2020-02-08 08:32:05 +01:00
Günter Obiltschnig
ed0f23b60f build matrix 2020-02-08 08:23:52 +01:00
Günter Obiltschnig
2ffb24583e travis 2020-02-08 08:12:34 +01:00
Günter Obiltschnig
90cfb5dff0 travis experiments... 2020-02-08 08:06:24 +01:00
Günter Obiltschnig
a4eaf3b07d try different archs 2020-02-08 07:35:38 +01:00
Günter Obiltschnig
e6c9758684 fix catch by value 2020-02-07 18:39:17 +01:00
Günter Obiltschnig
923b5bc649 updated CHANGELOG 2020-02-07 18:14:33 +01:00
Günter Obiltschnig
e51449e159 AutoPtr and SharedPtr comparison with nullptr 2020-02-07 18:13:22 +01:00
Günter Obiltschnig
500b8f93ab updated CHANGELOG 2020-02-07 15:18:47 +01:00
Günter Obiltschnig
496360bab7 make session reset optional and disable by default 2020-02-07 15:16:20 +01:00
Günter Obiltschnig
a482e5a2f2
Merge pull request #2907 from swt2c/sqlite_threadsafe
Additional fixes for cmake unbundled builds
2020-02-07 06:01:23 +01:00
Scott Talbert
d9512077fa Don't install CppUnit 2020-02-06 15:46:50 -05:00
Scott Talbert
48cb7ba8a3 Use ${LIB_SUFFIX} when setting PocoConfigPackageLocation 2020-02-06 15:17:57 -05:00
Scott Talbert
a84744326f Set SQLite thread safe mode when building unbundled 2020-02-06 15:15:30 -05:00
Günter Obiltschnig
6ef3f95baf fix POCO_UNBUNDLES 2020-02-05 06:41:10 +01:00
Günter Obiltschnig
383e3ee6ad disable failing projects in appveyor build 2020-02-04 20:07:17 +01:00
Günter Obiltschnig
6c7a709065 fix JWT testsuite project files for static linking 2020-02-04 16:08:49 +01:00
Günter Obiltschnig
fd8f510409 fixed testsuite project file for static builds 2020-02-04 16:06:04 +01:00
Günter Obiltschnig
eff67ccadc fix project config 2020-02-04 16:02:49 +01:00
Günter Obiltschnig
13d3a03529 remove curves unsupported by some OpenSSL builds 2020-02-04 15:31:48 +01:00
Günter Obiltschnig
451172b38f updated README.md 2020-02-04 14:23:41 +01:00
Günter Obiltschnig
fc8a95c44e make Context compile with OpenSSL >= 1.1 2020-02-04 13:41:23 +01:00
Günter Obiltschnig
3eb2a65a88 Merge branch 'poco-1.10.1' of github.com:pocoproject/poco into poco-1.10.1 2020-02-04 13:21:38 +01:00
Günter Obiltschnig
c2255c1c62 fixed warnings 2020-02-04 13:21:25 +01:00
Günter Obiltschnig
a759c5cff6 updated CHANGELOG 2020-02-04 12:45:09 +01:00
Günter Obiltschnig
fc17a2ddb8 updated changelog 2020-02-04 12:33:40 +01:00
Günter Obiltschnig
07be1a328b upgrade bundled SQLite to 3.31.1 2020-02-04 11:59:09 +01:00
Günter Obiltschnig
58e63be162 #2894: Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED 2020-02-04 11:05:21 +01:00
Günter Obiltschnig
b3f75eb850 #2902: [FTPClient] Optimize expression 2020-02-04 10:56:58 +01:00
Günter Obiltschnig
c4bdadffb3 #2787: add queueSize property to the AsyncChannel 2020-02-04 10:53:01 +01:00
Günter Obiltschnig
81624a269f #2898: poco 1.10/ NetSSL / openssl < 1.1 : default server usage changed (compare to 1.9.4) 2020-02-04 10:23:55 +01:00
Günter Obiltschnig
bfa7ca5c82 #2834: Wrong cancelation of the fix: incorrect type of store name parameter in CertOpenStore API call into NetSSL_Win. Release 1.10.0 2020-02-04 09:53:47 +01:00
Günter Obiltschnig
6e321e6256 #2791: allow pre-allocation of the buffer in LogStreamBuf 2020-02-04 09:45:26 +01:00
Günter Obiltschnig
d33a39a987 #2816: Modernise TLS configuration 2020-02-04 09:33:31 +01:00
Günter Obiltschnig
fafa92d353 #2818: Add getSpecifiedPort() method to URI 2020-02-04 09:06:49 +01:00