Commit Graph

4742 Commits

Author SHA1 Message Date
Alex Fabijanic
c8027f0f8b fix(SocketReactor): completion handling fixes and tests, separation of i/o and completion mutexes 2021-06-15 14:07:49 +02:00
Alex Fabijanic
11bb74a847 fix(HostEntry): DNS HostEntry returns multiple entries #3303 2021-06-09 07:12:55 +02:00
Alex Fabijanic
96a645e95b feat(Net): Add move semantics to Net (sockets and addresses) #3296 2021-06-07 11:11:08 +02:00
Alex Fabijanic
5219b15b1f fix(NetworkInterface): Unterminated string possible in NetworkInterfaceImpl::setPhyParams() #3301 2021-06-07 06:41:42 +02:00
Alex Fabijanic
ccbdb2cb2b feat: move semantics for sockets and addresses 2021-06-05 20:28:21 +02:00
Alex Fabijanic
62c0615919 chore(Net-testsuite): fix some tests warnings 2021-06-05 07:14:57 +02:00
Alex Fabijanic
564b4d0688 feat(SocketReactor): Add completion handling to SocketReactor #3290 (add scheduled handlers and runOne()) 2021-06-01 21:31:43 +02:00
Alex Fabijanic
d412c0e62b feat(SocketReactor): Add completion handling to SocketReactor #3290 2021-05-28 23:17:06 +02:00
Alex Fabijanic
d0920b8335 feat(DatagramSocket): DatagramSocket does not allow IPV6_V6ONLY #3283 2021-05-25 21:59:00 +02:00
Alex Fabijanic
710b2c51cc feat(IPAddress): add functions returning addres as raw bytes 2021-05-25 21:57:03 +02:00
Alex Fabijanic
03d3251cd1 feat(Endpoint): add some low-level accessors 2021-04-28 10:01:35 +02:00
Alex Fabijanic
b0621702c9 fix(EndpointTest): add missing include 2021-04-27 14:34:50 +02:00
Alex Fabijanic
5330d4b1b5 fix(Endpoint): osx build, align family enum with patform, some other adjustments 2021-04-27 13:31:09 +02:00
Alex Fabijanic
ec9ea7b411 feat(Endpoint): add Endpoint (socket address directly wrapping native structures) 2021-04-26 20:07:56 +02:00
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
Alex Fabijanic
3c61eeeb3e Merge branch 'fix/pollset' into feat/io-service 2021-04-23 18:08:09 +02:00
Alex Fabijanic
d70fb9b2ba Merge branch 'devel' into feat/hash-range 2021-04-23 18:02:33 +02:00
Alex Fabijanic
11fe13fc92 fix(PollSet): #3248 #3249 2021-04-21 07:47:57 +02:00
Günter Obiltschnig
f810bd0b41 include order 2021-04-16 08:11:25 +02:00
Günter Obiltschnig
62436033f0 fix include order 2021-04-16 08:09:55 +02:00
Günter Obiltschnig
68124e410a
Merge pull request #2984 from YuriAzathoth/data-odbc-fix
Fixed linking with Data ODBC error on some platforms
2021-04-16 08:04:55 +02:00
Günter Obiltschnig
44e88825eb
Merge pull request #3078 from creazero/fix-demans-typo-in-threadpool-docs
Fix typo in the ThreadPool's docs
2021-04-14 19:12:14 +02:00
Günter Obiltschnig
2f20e26ed7 #3230: ECDSADigestEngine: include missing header 2021-04-12 20:37:25 +02:00
Günter Obiltschnig
95214e428a #3114: Added JSON Array::empty() method 2021-04-12 20:33:42 +02:00
Günter Obiltschnig
eb992c9042 #3136: Fixed null character issue when parsing a JSON 2021-04-12 20:29:05 +02:00
Günter Obiltschnig
904236eefe #3095: Digest proxy authentication does not work in 1.10.1 2021-04-12 20:20:28 +02:00
Günter Obiltschnig
b4d15d475a #3086: Use POCO_IOS_INIT_HACK for Linux in combination with libc++ 2021-04-12 20:16:08 +02:00
Günter Obiltschnig
8722e0e38d #3044: Upgrade PCRE to 8.44 2021-04-11 21:08:59 +02:00
Günter Obiltschnig
98d2ad1ac7 formatting 2021-04-11 20:21:49 +02:00
Günter Obiltschnig
7d29ed12ca
Merge pull request #3027 from agalanin/devel
PKCS12Container: fix memory leaks on exceptions (devel)
2021-04-11 17:38:27 +02:00
Günter Obiltschnig
7b610ec736 remove HowToGetHelp page due to outdated information 2021-04-11 17:36:22 +02:00
Günter Obiltschnig
a9b4fac5fd #2927 2021-04-11 17:32:55 +02:00
Günter Obiltschnig
0574043643 formatting 2021-04-11 17:25:06 +02:00
Günter Obiltschnig
ddd8bf1c5e
Merge pull request #3021 from kitaisreal/pattern-formatter-priority-names-fix
PatternFormatter priorityNames fix
2021-04-11 17:22:29 +02:00
Günter Obiltschnig
f46cf3ae8a #2993: The Sec-WebSocket-Key of WebSocket is always the same one 2021-04-11 16:57:39 +02:00
Günter Obiltschnig
49cd3028f4 merge Postgres fixes from 1.10.2 2021-04-11 16:48:12 +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
Günter Obiltschnig
5c0852ba04 added Application::windowSize() 2021-04-11 16:39:44 +02:00
Günter Obiltschnig
a7ef9d74cf merge JSON formatting changes from 1.10.2 2021-04-11 16:38:18 +02:00
Günter Obiltschnig
ad2eea5b72 formatting 2021-04-11 16:38:00 +02:00
Günter Obiltschnig
cb6e801537 merge changes from 1.10.2 2021-04-11 16:31:35 +02:00
Alex Fabijanic
54d6649327 Merge branch 'feat/hash-range' of https://github.com/pocoproject/poco into feat/hash-range 2021-04-05 18:04:47 +02:00
Alex Fabijanic
ec9c64a913 fix(hashRange): change function names casing 2021-04-05 18:04:27 +02:00
Alex Fabijanic
ef6f2f94aa chore(cmake): spelling typo fix 2021-03-31 20:39:55 +02:00
Alex Fabijanic
56cb6a2326 feat(HashRange): port HashRange from boost 2021-03-31 20:39:17 +02:00
Günter Obiltschnig
5187f9d0d2 #3202: JWT: ESxxx signature must include padding for ECDSA R and S values 2021-02-06 11:33:27 +01:00
Aleksandar Fabijanic
3fbf5d2238
[SharedPtr] Poco::makeSharedArray #3200 2021-02-04 20:28:57 +01:00
Günter Obiltschnig
7380087176 #3153: Poco::Data::ODBC [N]VARCHAR(MAX) wrong maxDataSize() result 2020-11-27 19:32:00 +01:00