Commit Graph

3196 Commits

Author SHA1 Message Date
Günter Obiltschnig
d18e400a88 fix for Windows 2017-06-21 15:42:48 +02:00
Guenter Obiltschnig
c562469eb3 upgrade bundled expat to 2.2.1; apply POCO-specific changes 2017-06-21 15:15:55 +02:00
Günter Obiltschnig
8237e9ba14 fix CipherImpl issue with OpenSSL 1.1 2017-04-18 11:42:39 +02:00
Guenter Obiltschnig
6da4af32a5 Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8 2017-04-16 08:33:10 +02:00
Guenter Obiltschnig
a141f9fbe1 fixed GH #1665: CipherImpl memory leak with OpenSSL 1.1 2017-04-16 08:32:57 +02:00
Günter Obiltschnig
aae9c2e0f6 Merge pull request #1636 from pothosware/use_cmake_dl_libs
replace dl library with CMAKE_DL_LIBS
2017-03-15 10:57:30 +01:00
Josh Blum
7dc24a2561 replace dl library with CMAKE_DL_LIBS
Some platforms do not have -ldl, specifically in this case freebsd.
The CMAKE_DL_LIBS is part of standard cmake and is supported
in the cmake_minimum_required() in the top level CMakeLists.txt
CMAKE_DL_LIBS will be -ldl on platforms that support it, or empty.
2017-03-14 12:58:54 -07:00
Guenter Obiltschnig
c5c75e1989 fixed makedepend.clang and makedepend.gcc scripts 2017-03-11 18:50:57 +01:00
Guenter Obiltschnig
db8b95d51d merge f64e3d9db0 from master 2017-03-07 12:38:04 +01:00
Günter Obiltschnig
20e2313881 Merge pull request #1622 from HenryHu/master
fix build when using poll
2017-03-07 12:36:10 +01:00
Henry Hu
f64e3d9db0 fix build when using poll 2017-03-06 10:37:35 -05:00
Guenter Obiltschnig
4403634bef Merge branch 'poco-1.7.8' 2017-02-22 14:13:42 +01:00
Guenter Obiltschnig
2baab1a051 Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8 2017-02-22 14:13:18 +01:00
Guenter Obiltschnig
5e4d172312 fixed GH #1604: pcre_internal.h HAVE_STDINT_H usage changed from 1.7.7 to 1.7.8 breaking the build on older MSVC 2017-02-22 14:11:11 +01:00
Günter Obiltschnig
986162c8d3 Update README.md 2017-02-21 15:11:16 +01:00
Guenter Obiltschnig
c7e67e5169 Merge branch 'master' into poco-1.7.8
Conflicts:
	README.md
2017-02-21 15:08:01 +01:00
Guenter Obiltschnig
351dd652da fixed release script for vs150 2017-02-20 17:33:31 +01:00
Guenter Obiltschnig
d8a0eec15e remove debug output 2017-02-20 16:55:51 +01:00
Günter Obiltschnig
7a199d5545 added support for Visual Studio 2017 2017-02-20 16:35:22 +01:00
Guenter Obiltschnig
f10d3a28f3 added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
e2bfbb1540 updated release notes 2017-02-20 09:31:44 +01:00
Christopher Baker
e85aa902f9 Fixed position of scope parameter. Fixes #1552 2017-02-20 09:28:53 +01:00
Guenter Obiltschnig
9efedaafe3 style fix 2017-02-19 18:42:24 +01:00
Günter Obiltschnig
4126f85cd4 Merge pull request #1600 from zosrothko/patch-2
Backport patch for Power PC with Little Endian
2017-02-19 18:24:22 +01:00
zosrothko
d27043a213 Backport patch for Power PC with Little Endian 2017-02-19 18:21:57 +01:00
Guenter Obiltschnig
5aa942baed fixed a namespace lookup bug 2017-02-18 22:29:24 +01:00
Guenter Obiltschnig
2de97f7ef4 fixed file headers 2017-02-18 14:30:54 +01:00
Guenter Obiltschnig
6548da5678 fixed docs 2017-02-18 14:03:55 +01:00
Guenter Obiltschnig
8ba4cdc47e fix incorrect auto_ptr usage in testsuite 2017-02-18 07:03:31 +01:00
Guenter Obiltschnig
0debc7c571 one more fix for #1597: check for empty streams in Compress::addEntry() so this also works with non-seekable output streams 2017-02-17 20:15:27 +01:00
Guenter Obiltschnig
6462d4ce86 code cleanup 2017-02-17 16:22:14 +01:00
Guenter Obiltschnig
3b58fc1818 updated changelog 2017-02-17 15:46:15 +01:00
Guenter Obiltschnig
4ddce11dc0 fixed GH #1597: adding empty file to zip leads to archive that can't be unzipped by windows 2017-02-17 15:32:01 +01:00
Guenter Obiltschnig
7c81a551c4 added test for AutoDetectStream 2017-02-17 14:28:53 +01:00
Guenter Obiltschnig
4b9e9c44b3 fixed test due to changed URI::encode() behavior 2017-02-17 13:41:43 +01:00
Guenter Obiltschnig
cab98f4895 fixed GH #1599: readFromDevice( ) in AutoDetectStream.cpp in Poco Zip cannot detect signature 2017-02-17 09:56:35 +01:00
Guenter Obiltschnig
2fbfe63649 updated release notes 2017-02-17 09:29:56 +01:00
Guenter Obiltschnig
4b0ca2a13b updated CHANGELOG 2017-02-17 09:29:30 +01:00
Guenter Obiltschnig
e4f5c66dfd fixed GH #1260: URI encoding 2017-02-17 09:23:36 +01:00
Guenter Obiltschnig
6031e24091 fixed GH #1596: Control reaches end of non-void function in SocketImpl::poll on systems for which POCO_HAVE_FD_POLL is set 2017-02-15 22:27:50 +01:00
Guenter Obiltschnig
0a0dae07a4 fix error introduced in last commit in SocketAddressImpl 2017-02-15 09:56:30 +01:00
Guenter Obiltschnig
5692187d2d minor fixes, mostly style and documentation 2017-02-15 09:52:58 +01:00
Guenter Obiltschnig
68a0ff1515 Updated AppVeyor and Travis links 2017-02-14 17:10:47 +01:00
Guenter Obiltschnig
3de2358bdf another attempt at strerror_r(), using C++ power 2017-02-14 14:49:15 +01:00
Guenter Obiltschnig
1435c9ad97 revert changes to Error.cpp; it's hopeless with strerror_r()... 2017-02-14 14:35:56 +01:00
Guenter Obiltschnig
f18b7210f4 use strerror_r on Darwin 2017-02-14 14:10:26 +01:00
root
3b49520d63 another fix for strerror() with musl 2017-02-14 12:59:09 +00:00
Guenter Obiltschnig
1a7a1810f6 fix warning regarding unused return value 2017-02-14 13:46:03 +01:00
Guenter Obiltschnig
bd82bb1306 minor improvements to documentation and style 2017-02-13 22:33:48 +01:00
Guenter Obiltschnig
ba6a7900e2 improve compatibility with DocumentDB 2017-02-13 20:44:41 +01:00