Alex Fabijanic
2d0609b10c
feat(SocketReactor): extract and expose poll() as a member function
2021-04-26 18:17:23 +02:00
Alex Fabijanic
54667890eb
chore(UDPServer): fix spelling
2021-04-26 14:59:16 +02:00
Günter Obiltschnig
9906cf4995
merge fix from 1.10.2
2021-04-11 16:47:10 +02:00
Günter Obiltschnig
d1f72c6716
RemoteSyslogChannel/RemoteSyslogListener: make UDP buffer size configurable
2021-04-11 16:43:23 +02:00
micheleselea
dd0dc49b56
Changed EventHandlerMap key ( #3116 )
...
* Changed EventHandlerMap key
Changed EventHandlerMap key from Socket to poco_socket_t to avoid errors in removing/access EventHandlerMap when for example we make an SSL handshake
* Changed EventHandlerMap key
Changed EventHandlerMap key from Socket to poco_socket_t to avoid errors in removing/access EventHandlerMap when for example we make an SSL handshake
* avoid too much call to sockfd() and impl()
2020-10-05 13:47:47 +02:00
Günter Obiltschnig
aec9205eab
Merge branch 'poco-1.10.1' into devel
2020-02-08 20:44:46 +01:00
Günter Obiltschnig
137c6ad136
clarify documentation of flags parameter
2020-02-08 16:29:01 +01:00
Günter Obiltschnig
1b6cef1869
Merge branch 'poco-1.10.0' into devel
2020-01-23 19:23:46 +01:00
Günter Obiltschnig
58b257c0a8
fixed docs
2020-01-23 19:18:41 +01:00
Günter Obiltschnig
26f08dc45b
Merge branch 'poco-1.10.0' into devel
2020-01-23 19:11:07 +01:00
Günter Obiltschnig
d65bf03a83
fixes and improvements to FTP(S)ClientSession
2020-01-23 17:55:30 +01:00
Günter Obiltschnig
878b8bbeca
fixes for FTPSClientSession
2020-01-23 13:29:54 +01:00
Günter Obiltschnig
5d481ff493
merge FTPSClientSession from develop-experimental
2020-01-23 11:57:28 +01:00
Günter Obiltschnig
0d6e94745c
GH #2351 : WebSocket docs
2020-01-23 11:04:21 +01:00
Günter Obiltschnig
ef648dc840
fix doc error
2020-01-17 07:09:00 +01:00
Günter Obiltschnig
1bf40a0cd2
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
2020-01-09 10:08:09 +01:00
Günter Obiltschnig
4ec5d35060
added support for SameSite cookie attribute
2020-01-04 10:15:41 +01:00
Günter Obiltschnig
665a840692
added Poco::Net::escapeHTML() and Poco::Net::EscapeHTMLStream; PageCompiler now supports optional HTML-escaping of <%= %> expressions.
2019-11-20 14:22:41 +01:00
Günter Obiltschnig
03f22ded65
fix a typo
2019-11-04 21:08:03 +01:00
Günter Obiltschnig
96a7263219
added HTTP*Credentials::empty() and HTTP*Credentials::clear()
2019-06-04 18:33:50 +02:00
Günter Obiltschnig
ec8ea48062
SecureSMTPClientSession now uses _host from SMTPClientSession
2019-05-16 14:35:19 +02:00
Günter Obiltschnig
2510a8a055
WebSocket documentation update
2019-05-16 10:01:18 +02:00
Günter Obiltschnig
16f63eed0a
WebSocket: allow setting the maximum payload size for receiving frames
2019-05-16 08:43:46 +02:00
Günter Obiltschnig
e821a2a9f1
added support for SSPI-based NTLM authentication using the credentials of the currently logged in Windows user (Windows only)
2019-05-15 15:43:37 +02:00
Günter Obiltschnig
2e26da9b34
added HTTPClientSession::flushRequest()
2019-04-05 13:00:55 +02:00
Günter Obiltschnig
fa84db6d65
added NTLM authentication to SMTPClientSession
2019-04-02 16:47:12 +02:00
Günter Obiltschnig
72a9dd7ac6
Merge branch 'feature/ntlm-auth' of github.com:pocoproject/poco into feature/ntlm-auth
2019-03-19 09:11:10 +01:00
Günter Obiltschnig
a8bcb214c5
minor refactoring; check server challenge for NTLMv2 support
2019-03-19 08:38:32 +01:00
Günter Obiltschnig
0f3f11a3b2
NTLM (proxy) authentication support for HTTPClientSession
2019-03-18 16:58:57 +01:00
Günter Obiltschnig
db86fec382
#2565 : HTMLForm: optional enforcement of Content-Length instead of Chunked Transfer-Encoding
2018-12-12 18:00:58 +01:00
Günter Obiltschnig
e1aac5ff95
fix typo
2018-11-28 12:14:12 +01:00
Günter Obiltschnig
fd57b3b34c
backport MultipartSource for MailMessage from develop branch
2018-10-29 13:46:59 +01:00
Alex Fabijanic
b42900ee5b
fix for pre-c++11 compilers
2018-09-04 20:14:18 +02:00
tomaz-beltram
f140808fab
Fixed Windows http timeout #2451 . ( #2452 )
2018-09-04 15:27:25 +02:00
Aleksandar Fabijanic
11dc0e50a6
LINKER error trying to use POCO NET #2168
2018-08-13 11:47:17 -05:00
Aleksandar Fabijanic
c4e676d36d
Feature net udp ( #2347 )
...
* add PMTU discovery #2329
* add socket gather/scatter capabilities #2330 (win, udp)
* enable WSAPoll
* add FastMemoryPool
* add receiveFrom() with native args
* allow copying of StringTokenizer
* add AtomicFlag and SpinlockMutex
* update .gitignore
* UDPServer and client #2343 (windows)
* fix warnings
* fix warnings
* regenerate Net VS solutions
* regenerate CppUnit projects/solutions
* clang fixes
* gcc fixes
* try to fix travis
* more travis fixes
* more travis fixes
* handle UDPClient exception
* fix makefiles and init order warnings
* add UNIX gather/scatter sendto/recvfrom implementations and tests
* run travis tests as sudo
* try to run tests as sudo, 2nd attempt
* fix warning
* use mutex in reactor
* lock-order-inversion in SocketReactor #2346
* add PMTU discovery #2329 (linux)
* ICMPSocket does not check reply address #1921
* remove some ignored tests
* add PMTU discovery #2329 (reconcile logic with #1921 )
* fix native receiveFrome()
* reinstate ignoring of proxy errors
* add testMTU to ignore list
* add include atomic
* NTPClient not checking reply address #2348
* some ICMP/MTU fixes
* UDPSocketReader cleanup
* resolve some socket inheritance warnings
* add NTP time sync to ignored tests
* SocketNotifier not thread-safe #2345
* prevent x64 samples build attempt for win32
* build TestApp and Library
* fix ICMP tests
* regen VS projects
* regen VS projects and add missing 2012 files
* remove debug prints
2018-06-02 14:02:33 -05:00
Alex Fabijanic
8f5455717e
fix cherry pick leftover
2018-05-04 13:48:47 -05:00
Alex Fabijanic
82c88a238c
PollSet behaves differently on windows #2313
2018-05-04 13:39:36 -05:00
Alex Fabijanic
2c445f3fb1
clang/gcc fixes
2018-05-04 13:39:14 -05:00
Alex Fabijanic
df46368413
add PollSet::has/empty(); ParallelAcceptor: always use same reactor for a socket, if registered
2018-05-04 13:38:43 -05:00
Alex Fabijanic
6912384422
Use PollSet in SocketReactor #2092 (windows tested)
2018-05-04 13:31:52 -05:00
Alex Fabijanic
479bde1e46
SocketAcceptor::setReactor() is broken #2308
2018-05-04 13:23:04 -05: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
Günter Obiltschnig
285ac5af5b
fix parenthesis placement
2018-03-05 22:14:14 +01:00
Günter Obiltschnig
7eb1325bba
style fixes
2018-03-05 15:05:04 +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
Alex Fabijanic
2ff645d598
Run ping with custom data size #1912
2018-02-24 08:39:13 -06: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