Yegor Yefremov
c226ea3a00
Doc: bump required CMake version to 3.2
...
CMakeLists.txt requires CMake version 3.2 and later, so fix
documentation accordingly.
2017-12-21 07:49:53 +01:00
Alex Fabijanic
cfefb61bf3
fix NetworkInterface test
2017-12-20 21:05:51 +01:00
Alex Fabijanic
0858ff9e29
fix OSX NetworkInterface test
2017-12-20 20:58:58 +01:00
Alex Fabijanic
bb044f6f95
move upgraded PDF from 1.8
2017-12-19 12:13:03 +01:00
Alex Fabijanic
864b69b950
remove deprecated NetworkInterface typedef
2017-12-19 08:49:55 +01:00
Alex Fabijanic
724b31d826
Poco::Net::NetworkInterface::list does not list inactive interfaces even when explicitly being asked for it #2044
2017-12-19 08:47:31 +01:00
zosrothko
14e7647c87
Add TimerTest.testScheduleInterval() ( #2053 )
2017-12-18 11:48:27 +01:00
zosrothko
ba60e328b1
Travis CI ( #2050 )
...
* Factorize info into new verbose file. Refactor Makefile, global, cpp11*. Add Linux32-clang
* Display used config with POCO_VERBOSE
* Add cross compilation toward x86 with host amd64
* Refactor config names
* Add lib32gcc runtime
* Add g++-5-multilib
* Use OSARCH=i386 for OSX x86
* Avoid building Crypto since OpenSSL is only x64 on OSX
* Avoid building Crypto since OpenSSL is only x64
* Avoid Data/* on cross compilation to x86
* Add gcc-5-multilib to clang 4.0 x86
* Ignore TimerTest on OSX for now.
* Cleanup
* Add other set of TimerTest.
* New test that fails on OSX
2017-12-18 11:45:07 +01:00
Alex Fabijanic
b6a5b8b79e
Data/SQLite: Exception messages contain duplicate text #2012
2017-12-18 11:38:57 +01:00
Alex Fabijanic
488f7ad44b
SQLite not handling parameter count mismatch correctly #2020
2017-12-18 11:31:21 +01:00
Günter Obiltschnig
a914e81a36
# 2042
2017-12-18 10:19:49 +01:00
Günter Obiltschnig
0fac99a3c6
remove volatile
2017-12-16 18:54:49 +01:00
Günter Obiltschnig
472f57821d
merge File::linkTo() from 1.8.1
2017-12-14 11:53:32 +01:00
zosrothko
b27daf2324
Add JSON in the includes path ( #2027 )
2017-12-11 15:52:14 -06:00
Günter Obiltschnig
653286b8d4
Merge pull request #2041 from shahzadzafar/develop
...
Updated develop branch to PCRE version 8.41
2017-12-11 17:53:05 +01:00
cpsw
503c289746
Small code style change ( #2043 )
...
Making operator precedence explicit.
2017-12-10 18:49:34 -06:00
Shahzad
15a2cf37ef
Merge remote-tracking branch 'upstream/develop' into develop to sync
2017-12-06 16:21:48 -05:00
Günter Obiltschnig
7a35c54873
GH #2039 : support for nested multi-part content
2017-12-06 12:21:38 +01:00
Günter Obiltschnig
db89dff111
fixed GH #2038 : Poco::Net::MultipartWriter::createBoundary() always returns the same string.
2017-12-06 11:11:57 +01:00
Günter Obiltschnig
7e4ee52226
Merge pull request #2036 from ClickHouse-Extras/clickhouse_timespan
...
Fixed performance issue: destructor of Poco::Timespan was not inlined…
2017-12-06 10:40:29 +01:00
Alexey Milovidov
da8164e4f2
Fixed performance issue: destructor of Poco::Timespan was not inlined [#CLICKHOUSE-3458].
2017-12-05 15:19:41 +03:00
Shahzad
e091894209
Updated to PCRE version 8.41
...
Testing Done: Built on Windows OS for all configurations.
2017-12-01 10:19:10 -05:00
Scott Talbert
d962ffc81b
Fix EVPTest on RHEL/Fedora by removing hard-coded EC curve name ( #2002 )
...
RHEL/Fedora seem to have a much more limited set of EC curves available by
default. This change will instead use the first curve name as used in other
places.
2017-11-15 20:29:56 -06:00
Marian Krivoš
5c1e3b5ab8
SharePtr fix for gcc 7.2 ( #2004 )
2017-11-15 10:49:58 -06:00
Aleksandar Fabijanic
e1018881ba
Harden RecursiveDirectoryIterator when walking the filesystem. ( #2001 )
...
* In the implementation for the *Traverse strategies the next method performs an unguarded list directory. If the directory is not accessible an unrecoverable error is raised thus ruining the walk. This changeset adopts and adapts the error handling protocol as defined in Python's os.walk function where errors from listdir are ignored or are reported to an optional on error callback function.
* Expand DirectoryIteratorsTest testsuite to confirm the hardened iterator behaviour over unreadable directories.
* Expand DirectoryIteratorsTest testsuite to confirm the hardened iterator behaviour over
unreadable directories. Correct bad formatting
* fix clang compile
2017-11-15 10:47:44 -06:00
Günter Obiltschnig
efae4aa050
Merge pull request #1996 from swt2c/xmlstreamparser_unbundled_expat
...
Fix building XMLStreamParser with unbundled expat
2017-11-14 09:10:35 +01:00
Scott Talbert
1a62d5f5c7
Fix building XMLStreamParser with unbundled expat
2017-11-13 21:46:07 -05:00
Günter Obiltschnig
af218a8ac0
added additional move constructor and assignment operators
2017-11-13 19:37:05 +01:00
Günter Obiltschnig
e12458a63a
implement Poco::SharedPtr using std::shared_ptr ( #1993 )
2017-11-13 11:43:55 -06:00
Philippe RG
3ada2d9084
Add mechanism to start a task from within a task ( #1287 )
...
* Add mechanism to start a task from within a task
Staying in the same thread.
* Provide seeds for a task queue creation
TaskManager::taskFinished removes the finished task from the task list
before dispatching the taskFinished notification
* fixup! Add mechanism to start a task from within a task
* fixup! Add mechanism to start a task from within a task
* Add Task::yield
on the same model as Task::sleep
2017-11-13 10:02:49 -06:00
Guenter Obiltschnig
e28504e7a9
updated README.md
2017-11-13 09:35:14 +01:00
Günter Obiltschnig
f3bdea4fea
style fix
2017-11-12 20:58:27 +01:00
Günter Obiltschnig
010a45b357
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2017-11-12 20:56:49 +01:00
Günter Obiltschnig
af95fb4968
Merge pull request #1827 from micheleselea/develop
...
HttpClientSession set specific proxysettings for attached socket
2017-11-12 20:55:52 +01:00
Günter Obiltschnig
088b18f151
Merge pull request #1931 from villytiger/streambuf
...
Fix writing into closed socket from streambuf
2017-11-12 20:54:36 +01:00
Günter Obiltschnig
c5ba9b1e18
Merge pull request #1982 from pocoproject/feature/mail-msg-decode
...
Feature/mail msg decode
2017-11-12 20:54:07 +01:00
Günter Obiltschnig
0f2c80fdc9
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2017-11-12 09:25:38 +01:00
Guenter Obiltschnig
c91b83744b
revert #1828
2017-11-11 19:27:43 +01:00
Alex Fabijanic
e18f1c057c
pd_json strerror deprecation warning on Windows #1984
2017-11-10 15:24:31 -06:00
Jochen Sprickerhof
5d2dae5304
CMake patches for FreeBSD ( #1989 )
...
* Switch FreeBSD to poll
* Link against dl and rt on FreeBSD
2017-11-09 16:56:43 -06:00
Ilya Lyubimov
1a6f82c06a
Fix writing into closed socket from streambuf
...
In case of error occured in writeToDevice pptr may become one byte
farther than epptr. This can lead to crash in streambuf::xsputn from
libstdc++.
2017-11-09 23:52:01 +03:00
Guenter Obiltschnig
f1ebbc93ba
upgraded bundled SQLite to 3.21.0
2017-11-09 13:11:19 +01:00
Guenter Obiltschnig
b25e2d8550
merge branch 'develop' of https://github.com/pocoproject/poco into develop
2017-11-09 12:44:54 +01:00
Guenter Obiltschnig
ee69115150
replace strerror() with Poco::Error::getMessage()
2017-11-09 12:44:19 +01:00
Guenter Obiltschnig
58469d4943
replace strerror() with Poco::Error::getMessage()
2017-11-09 11:35:17 +01:00
Guenter Obiltschnig
0f28c27e98
GH #1988 : Remove OpenVMS support
2017-11-09 11:25:39 +01:00
Günter Obiltschnig
2b7911578a
fixed GH #1404 : Add Poco::Data::Statement::bind() method
2017-11-08 19:31:48 +01:00
zosrothko
c7068f41d2
Remove Cygwin build ( #1985 )
2017-11-08 09:52:29 -06:00
Günter Obiltschnig
f4530b0ebc
fixed GH #1425 : Workaround bug in SolarisStudio 12.4 on RVO-ed objects.
2017-11-08 15:05:40 +01:00
Günter Obiltschnig
18a70a4b3a
Merge pull request #1425 from CosminCremarenco-Murex/fix-rvo-sunstudio124
...
Workaround bug in SolarisStudio 12.4 on RVO-ed objects.
2017-11-08 14:46:19 +01:00