4675 Commits

Author SHA1 Message Date
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
Alex Fabijanic
6fbbb0648c Merge branch 'develop' into feature/mail-msg-decode 2017-11-03 21:51:44 -05:00
Alex Fabijanic
6e80bcc7cf Implement MailMessage::decode #1543 (wip 2) 2017-11-03 21:51:35 -05:00
Günter Obiltschnig
ac79bdc375 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2017-11-02 09:26:35 +01:00
Günter Obiltschnig
2b95e4d2ee minor fixes 2017-11-02 09:26:17 +01:00
Günter Obiltschnig
72d2b1c049 minor fixes 2017-11-02 09:17:29 +01:00
Alex Fabijanic
b09b32a3de fix relative path check, eliminate unused warnings 2017-11-01 20:00:46 -05:00
Alex Fabijanic
f5b2cf3dd6 - fix Zip Decompress Parent Path Injection #1968 bug
- add valid patch check test
- add vulnearbility triggering zip archive and test
- remove temporary test output files
- if possible, redirect temporary file generation to temp directory or
- delete temporary files after tests
2017-11-01 19:25:24 -05:00
Guenter Obiltschnig
bdbc94d825 GH #1412: added Poco::DigestEngine::constantTimeEquals() 2017-11-01 17:37:35 +01:00
Günter Obiltschnig
0db79db029 PollSet: on Windows, use WSAPoll if available 2017-11-01 11:11:37 +01:00
Günter Obiltschnig
cff9a1ea5f updated VS project files for PollSet 2017-11-01 10:52:05 +01:00
Guenter Obiltschnig
74a70c41ef added PollSet class 2017-11-01 10:35:42 +01:00
Alex Fabijanic
5486fa9d68 Implement MailMessage::decode #1543 (wip) 2017-10-31 22:02:30 -05:00
Guenter Obiltschnig
0c4cbb55ff fixed GH #1934: File::setExecutable() on POSIX should set executable bit for group and other if corresponding readable bit is set 2017-10-31 22:17:33 +01:00
Guenter Obiltschnig
1f546c4502 fix test with gcc 2017-10-31 20:02:35 +01:00
Guenter Obiltschnig
c792d52474 fix test 2017-10-31 19:46:08 +01:00
Aleksandar Fabijanic
a91f9a0afa
Fix/tcp dispatcher (#1965)
* TCPServerDispatcher::run() issue #1884; make integral members atomic and minimize locking

* Update TCPServerDispatcher.cpp
2017-10-31 13:16:00 -05:00
Guenter Obiltschnig
9288e89bfe remove remaining $Id$ tags from file headers 2017-10-31 15:58:10 +01:00
Guenter Obiltschnig
d1b881f7e7 removed $ tags 2017-10-31 13:07:04 +01:00
Guenter Obiltschnig
feac1ae451 Base64Encoder/Decoder: added support for 'base64url' encoding 2017-10-31 12:25:33 +01:00
Alex Fabijanic
fbfc61644f add uninstall to phony 2017-10-30 19:59:39 -05:00
Alex Fabijanic
4d4c857968 make uninstall does not remove .so symlinks #1017 2017-10-30 19:47:49 -05:00