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
Guenter Obiltschnig
ad7c166913
merged connection string URI support from 1.8
2017-11-08 12:02:46 +01:00
Alex Fabijanic
7250de8a65
TextEncodingRegistry documentation
2017-11-07 15:55:50 -06:00
Alex Fabijanic
a294e1fd88
Merge branch 'develop' into feature/mail-msg-decode
2017-11-07 15:42:46 -06:00
Alex Fabijanic
7564c7bed2
Implement MailMessage::decode #1543 (tentatively done); add encode 'B', decode 'Q' and 'B'
2017-11-07 15:42:14 -06:00
Günter Obiltschnig
70217aa083
fixed GH #1828 : DeflatingStreamBuf::sync() should also flush underlying stream.
2017-11-07 18:09:53 +01:00
Guenter Obiltschnig
ffc97bbed4
additional fix for GH #1212 : WebSocketImpl::available() now reports number of bytes in internal buffer.
2017-11-07 13:56:30 +01:00
zosrothko
2d7a013ce9
Restore _ostr(std::cout) to avoid timeouts on AppVeyor ( #1980 )
2017-11-06 13:32:32 -06:00
OgreTransporter
f95d2fdfbf
Add kit version 10 for message compiler ( #1978 )
2017-11-06 09:47:56 -06:00
Alex Fabijanic
64becc6266
only convert encoded-word if explicitly requested
2017-11-03 22:10:11 -05:00
Alex Fabijanic
0dfc1bdbf9
fix warning
2017-11-03 21:55:29 -05:00