Günter Obiltschnig
9f215cddce
Poco::Net::WebSocket: don't attempt to send empty credentials in response to 401 response
2019-06-24 20:17:49 +02:00
Günter Obiltschnig
8dc93706b3
Added HTTP*Credentials::empty() and HTTPCredentials::clear()
2019-06-24 20:15:40 +02:00
Günter Obiltschnig
670e7b8827
fixed GH #2565 : HTMLForm: optional enforcement of Content-Length instead of Chunked Transfer-Encoding
2019-06-24 20:15:08 +02:00
Günter Obiltschnig
545b7d7536
include version resource in DLLs built with CMake
2019-06-24 15:11:51 +02:00
Günter Obiltschnig
2c3edb8f04
re-generated Visual Studio project/solution files
2019-06-23 21:27:16 +02:00
Günter Obiltschnig
9626aba20b
fix poll/WSAPoll on Windows
2019-06-23 08:27:23 +02:00
Günter Obiltschnig
3ce83ed560
fixed VS projects/solutions; added VS2019 projects/solutions
2019-06-23 08:25:34 +02:00
Günter Obiltschnig
5d3e3b36eb
style fixes
2019-06-22 19:04:37 +02:00
Günter Obiltschnig
a45598d45a
fix formatting
2019-06-22 14:49:12 +02:00
Günter Obiltschnig
303173b76f
fixed pocoproject.org IP address
2019-06-22 14:48:25 +02:00
Günter Obiltschnig
5fc4cd3ff9
Poco::Net::WebSocket::setMaxPayloadSize() and Poco::Net::WebSocket::getMaxPayloadSize()
...
to specify a maximum acceptable payload size for Poco::Net::WebSocket::receiveFrame()
2019-06-22 14:47:55 +02:00
Günter Obiltschnig
2cd8950dfc
fixed GH #2549 : Fix keepAlive in http client session
2019-06-22 14:47:08 +02:00
Günter Obiltschnig
e5f49a898d
fixed GH #2492 : Net::Socket::address() crash on Android
2019-06-22 14:46:38 +02:00
Günter Obiltschnig
479564069e
fixed GH #2570 : DialogSocket: receiveStatusMessage() - line length limit applies to entire multi-line message
2019-06-22 14:42:59 +02:00
Günter Obiltschnig
caac69a0cb
fixed GH #2313 : PollSet behaves differently on windows
2019-06-22 13:47:31 +02:00
Günter Obiltschnig
41cc2a632e
added structure-data doc
2018-03-07 07:01:01 +01:00
Günter Obiltschnig
69588abd71
RemoteSyslogChannel should allow the RFC 5424 STRUCTURED-DATA field to be set #2173
2018-03-07 06:51:39 +01:00
Lau bakman
79532cb172
Use MAX_ADDRESS_LENGTH to determine buffer size
...
Modify operator>> to use IPAddress::MAX_ADDRESS_LENGTH to determine size
of buf array. This will allow the operator>> to be compiled on platforms
that does not support IPv6.
2018-03-06 11:17:10 +01:00
Günter Obiltschnig
285ac5af5b
fix parenthesis placement
2018-03-05 22:14:14 +01:00
Günter Obiltschnig
4b50fee50b
revert fix for #2088 as it breaks testsuite
2018-03-05 22:13:30 +01:00
Günter Obiltschnig
d0f2253c51
HTTP Authentication Schemes #2089
2018-03-05 15:32:08 +01:00
Conor Burgess
603a6e23da
Fix race condition in TCPServerDispatcher.cpp
2018-03-05 15:23:53 +01:00
Günter Obiltschnig
7eb1325bba
style fixes
2018-03-05 15:05:04 +01:00
Jörg-Christian Böhme
181fc0eea3
Fix unit tests for android build
2018-03-04 21:26:08 +01:00
Joerg-Christian Boehme
73897b4357
Add POCO_OS_ANDROID as platfrom definitons ( #2186 )
...
* Add POCO_OS_ANDROID as platform definition
* Ignore test big ping when its failing
2018-02-26 19:18:45 -06:00
Joerg-Christian Boehme
9feabc7723
Add android build on travis ( #1981 )
...
* Add build for android in travis CI.
* Fix review findings. Change from __ANDORID__ to POCO_ANDROID
* Add android test
* Fix compile issue after rebase
* Ignore test big ping when its failing
2018-02-26 18:54:40 -06:00
Alex Fabijanic
59415a3dbb
remove extraneous catch
2018-02-24 08:50:33 -06:00
Günter Obiltschnig
1fdc18d35f
don't wrap TimeoutException in ICMPException
2018-02-24 08:39:33 -06:00
Alex Fabijanic
2ff645d598
Run ping with custom data size #1912
2018-02-24 08:39:13 -06:00
Günter Obiltschnig
e5f71bb085
re-add special handling for TimeoutException
2018-02-21 19:12:12 +01:00
Günter Obiltschnig
864d287d94
remove long deprecated flushCache() method
2018-02-17 18:27:02 +01:00
Günter Obiltschnig
c17c569d13
IDN testsuite and fixes
2018-02-17 18:09:19 +01:00
Günter Obiltschnig
c74af100b5
added IDN support to Poco::Net::DNS
2018-02-17 15:48:27 +01:00
Aleksandar Fabijanic
59a6027c0a
Mingw cross-compilation error #2103
2018-01-26 20:11:24 -06: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
Günter Obiltschnig
ef19714077
removed useless code
2017-12-22 09:48:33 +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
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
98feaa7bb9
fixed GH #2042 : Android abstract namespace local socket address
2017-12-18 10:14:09 +01:00
Günter Obiltschnig
2cac517034
style fix
2017-12-11 17:55:09 +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
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
Guenter Obiltschnig
6fef7a3ae0
fixed a warning
2017-11-10 08:42:31 +01:00
Guenter Obiltschnig
7d4d01e343
GH #1988 : Remove OpenVMS support
2017-11-09 12:42:13 +01:00
zosrothko
bdd371e996
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
2017-11-07 15:05:44 +01:00
Günter Obiltschnig
37927faf66
Merge pull request #1971 from Bjoe/remove-soo-in-net
...
Remove SOO in 1.8
2017-11-07 14:46:17 +01:00
Guenter Obiltschnig
7f17dfcc83
additonal fix for GH #1212 : WebSocketImpl::available() now reports number of bytes in internal buffer.
2017-11-07 13:50:30 +01:00
Joerg-Christian Boehme
1ec60225b6
Remove SOO in IPAddress and SocketAddress
2017-11-02 20:54:38 +01:00
zosrothko
1193c174f6
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
2017-11-02 20:14:30 +01:00