Commit Graph

3466 Commits

Author SHA1 Message Date
Günter Obiltschnig
af6900b9d6 bumped version to 1.8.2 2018-01-25 23:12:44 +01:00
Günter Obiltschnig
4727145db5 updated Changelog and copyright date 2018-01-09 10:30:22 +01:00
Günter Obiltschnig
040d211216 fixed GH #2080: Fix bugs in Poco::Net::Socket::select() for poll() implementation 2018-01-09 10:19:00 +01:00
Guenter Obiltschnig
14d41a6a87 added PageCompiler.make 2018-01-08 16:05:14 +01:00
Günter Obiltschnig
6e89a241e8 revert last change 2018-01-02 12:52:47 +01:00
Günter Obiltschnig
6774b5deb6 merge JSON fix from develop 2018-01-02 12:12:59 +01:00
Günter Obiltschnig
13ae63c623 updated CHANGELOG 2017-12-22 09:54:18 +01:00
Günter Obiltschnig
ef19714077 removed useless code 2017-12-22 09:48:33 +01:00
Günter Obiltschnig
320fa9c445 don't set _peerHostName from peerAddress 2017-12-21 14:32:08 +01:00
Alex Fabijanic
db414bf6e9 fix NetworkInterface test 2017-12-20 21:05:05 +01:00
Aleksandar Fabijanic
bc5c40fb47
poco-1.8.0.1 project compile error #2055 2017-12-19 10:40:54 +01:00
Aleksandar Fabijanic
d007edb8ca
remove empty comments 2017-12-19 09:30:11 +01:00
Alex Fabijanic
2b125e1c4e Poco::Net::NetworkInterface::list does not list inactive interfaces even when explicitly being asked for it #2044 2017-12-19 08:48:48 +01:00
Günter Obiltschnig
56a483bcf9 updated changelog 2017-12-18 10:44:09 +01:00
Günter Obiltschnig
0d9d2a8dc6 Merge branch 'poco-1.8.1' of https://github.com/pocoproject/poco into poco-1.8.1 2017-12-18 10:33:23 +01:00
Günter Obiltschnig
26fe80e995 #1991 2017-12-18 10:33:11 +01:00
Günter Obiltschnig
9b0a3c2d68
Merge pull request #2021 from pocoproject/fix/sqlite-exception
Fix/sqlite exception
2017-12-18 10:24:05 +01:00
Günter Obiltschnig
98feaa7bb9 fixed GH #2042: Android abstract namespace local socket address 2017-12-18 10:14:09 +01:00
Günter Obiltschnig
3f8c637610 fix File::linkTo() on Windows 2017-12-14 11:44:30 +01:00
Günter Obiltschnig
07d900b979 minor style fix 2017-12-14 11:44:03 +01:00
Günter Obiltschnig
d29972ef24 added Poco::File::linkTo() 2017-12-14 10:35:07 +01:00
zosrothko
9472b163b4 Poco 1.8.1: fix typo for build.gradle (#2022)
* Remove version from wxs file.

* Add Poco.wsx

* Remove extra '}'

* Add missing closing "'"

* Add missing various XXXX_WIN32.h includes.

* Add VS2017 directory.

* Fix Poco.wsx file name.
2017-12-11 11:20:44 -06:00
Shahzad
e9b2ba9b35 Updated to PCRE version 8.41
Testing Done: Built on Windows OS for all configurations.
2017-12-11 18:18:37 +01:00
Günter Obiltschnig
2cac517034 style fix 2017-12-11 17:55:09 +01:00
Günter Obiltschnig
025a4b0667 Merge branch 'poco-1.8.1' of https://github.com/pocoproject/poco into poco-1.8.1 2017-12-11 17:53:56 +01:00
Joerg-Christian Boehme
9a688250ac Remove preprocessor if statement to set min stack size in android (#2035) 2017-12-11 10:51:09 -06:00
Alexey Milovidov
8c3e207ed5 Fixed performance issue: destructor of Poco::Timespan was not inlined [#CLICKHOUSE-3458]. 2017-12-06 11:31:45 +01:00
Günter Obiltschnig
a07c33aaae fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. 2017-12-06 11:10:06 +01:00
Alex Fabijanic
52cc7e669d Data/SQLite: Exception messages contain duplicate text #2012 2017-11-29 19:40:21 -06:00
Alex Fabijanic
21704830f1 SQLite not handling parameter count mismatch correctly #2020 2017-11-29 19:39:45 -06:00
Alex Fabijanic
de692354b4 fix MinGW 4.8.2 Compilation #1603 2017-11-29 14:43:44 -06:00
Günter Obiltschnig
56880873b2
Merge pull request #2013 from pocoproject/upgrade/haru
Upgrade/haru
2017-11-27 13:24:36 +01:00
Alex Fabijanic
92087fae18 add Page::setTTFont 2017-11-26 21:46:30 -06:00
Alex Fabijanic
36b39d0623 put back Text.cpp 2017-11-22 20:54:40 -06:00
Alex Fabijanic
fe0f6bc488 posix build 2017-11-22 20:53:23 -06:00
Alex Fabijanic
8579722f38 regenerate VS projects; replace font with DejaVu and add license file; embed external font in text sample 2017-11-22 20:19:42 -06:00
Alex Fabijanic
e067b19903 upgrade libHaru to 2.3.0; make UTF-8 encoding default; some internal modifications and fixes 2017-11-21 20:42:14 -06:00
Scott Talbert
1724e8ba53 Backport patches (#2006)
* Guard SQLITE_BUSY_SNAPSHOT which is not available in older SQLite releases

When building POCO unbundled with older versions of SQLite (such as on RHEL7)
SQLITE_BUSY_SNAPSHOT is not defined, so #ifdef guard it.

* Some of the samples need to link with PocoJSON

* Build parallelization issues #1730

* Fix building XMLStreamParser with unbundled expat
2017-11-20 09:31:20 -06:00
Aleksandar Fabijanic
6cdf579b48
fix name case 2017-11-16 22:27:16 -06:00
Aleksandar Fabijanic
860975b372
Fix EVPTest on RHEL/Fedora by removing hard-coded EC curve name (#2002) 2017-11-15 20:35:25 -06:00
zosrothko
4d852b7b8d Gradle: update WiX file name (#2003)
* Remove version from wxs file.

* Add Poco.wsx
2017-11-15 10:59:42 -06:00
Günter Obiltschnig
363a1b7d85 created poco-1.8.1 branch 2017-11-14 14:57:18 +02:00
Guenter Obiltschnig
24ecd1736e fix more embedded Linux build configs 2017-11-11 17:42:15 +01:00
Guenter Obiltschnig
fe47b58652 revert change for GH #1828: causes Zip file corruption in some cases; bumped version no to 1.8.0.1 2017-11-11 17:36:00 +01:00
Guenter Obiltschnig
c88f0f2731 PocoDoc fixes 2017-11-11 15:53:34 +01:00
zosrothko
b92e98b7df Update DOCTYPE & releasesNotes
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 13:32:10 +01:00
zosrothko
27981bd82a Update DOCTYPE
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 13:31:40 +01:00
zosrothko
a6523002b0 Remove VMS includes
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 13:31:12 +01:00
zosrothko
365d1c8626 Add Redis module
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 13:30:59 +01:00
zosrothko
d2b7a690f3 Fix PocoDoc configuration file.
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 10:41:18 +01:00