1472 Commits

Author SHA1 Message Date
Alex Fabijanic
94650738b1 feat(SocketProactor): initial version w/ completion handler and executor 2021-07-21 13:49:09 +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
ec9ea7b411 feat(Endpoint): add Endpoint (socket address directly wrapping native structures) 2021-04-26 20:07:56 +02:00
Alex Fabijanic
d70fb9b2ba Merge branch 'devel' into feat/hash-range 2021-04-23 18:02:33 +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
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
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
cb6e801537 merge changes from 1.10.2 2021-04-11 16:31:35 +02:00
Alex Fabijanic
ec9c64a913 fix(hashRange): change function names casing 2021-04-05 18:04:27 +02:00
Alex Fabijanic
56cb6a2326 feat(HashRange): port HashRange from boost 2021-03-31 20:39:17 +02:00
Aleksandar Fabijanic
3fbf5d2238
[SharedPtr] Poco::makeSharedArray #3200 2021-02-04 20:28:57 +01:00
Nikita Migunov
d9252b744b Fix typo in the ThreadPool's docs 2020-08-17 21:54:47 +03:00
Thomas Sablik
06142a7271 Fix constness of URI::getPathSegments 2020-07-15 15:47:25 +00:00
Maksim Kita
bb5467afcb PatternFormatter priorityNames fix 2020-06-02 21:47:07 +03:00
akete
1d16cb115b
Fixed issue 2945 (#2946)
* Fixed #2945

* Added unit tests for #2945

* Dissalow iterator on empty Var (#2945)

* Updated unit tests for #2945

* More concise unit tests for #2945

* Removed some more clutter (#2945)
2020-03-03 20:47:53 +01:00
Günter Obiltschnig
e199cc60a2 removed SDK version from project files 2020-02-21 14:24:09 +01:00
Jan Kevin Dick
0522bf282f Updated Comment 2020-02-19 13:59:15 +01:00
Jan Kevin Dick
13a89d4af4 Added Test and new Pattern 'O' to only log the Filename not the full Path. 2020-02-19 13:56:52 +01:00
Günter Obiltschnig
6b84d43768 Merge branch 'poco-1.10.1' into devel 2020-02-16 20:01:07 +01:00
Günter Obiltschnig
4e92f3c2ab #2922: 1.10 cmake build fails on FreeBSD 11.2 Release 2020-02-16 18:48:31 +01:00
Günter Obiltschnig
d92200c5b7 #2908 improve check whether arg needs to be quoted 2020-02-14 21:16:43 +01:00
Günter Obiltschnig
27f24c5783 Merge branch 'poco-1.10.1' into devel 2020-02-14 11:46:27 +01:00
Günter Obiltschnig
4de9a21187 make CMake files style (more) consistent 2020-02-14 11:07:32 +01:00
Günter Obiltschnig
4f59aef815 remove non-UTF8 Windows platform support 2020-02-14 09:52:50 +01:00
Günter Obiltschnig
76012717b0 #2908 tests 2020-02-14 09:28:21 +01:00
Günter Obiltschnig
888d8e6fb9 commit missing file 2020-02-14 09:05:38 +01:00
Günter Obiltschnig
1cfe6b0f02 #2908: [Windows] Process arguments quoting is broken. 2020-02-14 09:03:03 +01:00
Günter Obiltschnig
dea91c8105 style fix 2020-02-13 22:08:44 +01:00
Günter Obiltschnig
23da8c21c9 fixed a bug in RefAnyCast causing a crash if the cast is invalid 2020-02-13 21:56:59 +01:00
Günter Obiltschnig
4e5d4605dd Merge branch 'poco-1.10.1' into devel 2020-02-12 22:53:02 +01:00
Günter Obiltschnig
75a86ad868 remove POCO_STATIC 2020-02-12 22:10:01 +01:00
Günter Obiltschnig
7e8c9bc0fd Merge branch 'poco-1.10.1' into devel 2020-02-12 20:19:42 +01:00
Günter Obiltschnig
29f745ff65 backport #2921 2020-02-12 20:15:02 +01:00
Günter Obiltschnig
0326b349e1
Merge pull request #2921 from Thomas-Barbier-1A/rename_pcre_symbols
Rename pcre internal symbols used by Poco to avoid symbol collision
2020-02-12 20:09:59 +01:00
tbarbier
7424c0a188 Rename pcre internal symbols used by Poco to avoid symbol collision
https://github.com/pocoproject/poco/issues/2916
This patch was backported from https://github.com/pld-linux/poco/blob/master/pcre.patch
2020-02-12 17:30:41 +01:00
Günter Obiltschnig
aec9205eab Merge branch 'poco-1.10.1' into devel 2020-02-08 20:44:46 +01:00
Günter Obiltschnig
4092984256 fix UTF16/UTF32Encoding wrong byte order handling on bigendian 2020-02-08 20:25:00 +01:00
Günter Obiltschnig
ed2f6b813e GH #2909: fix SHA2Engine for big-endian architectures 2020-02-08 16:09:37 +01:00
Günter Obiltschnig
bc69ddb128 Merge branch 'poco-1.10.1' into devel 2020-02-07 18:14:46 +01:00
Günter Obiltschnig
e51449e159 AutoPtr and SharedPtr comparison with nullptr 2020-02-07 18:13:22 +01:00
Günter Obiltschnig
ebc1e16a9f Merge branch 'poco-1.10.1' into devel 2020-02-04 12:23:12 +01:00
Günter Obiltschnig
c4bdadffb3 #2787: add queueSize property to the AsyncChannel 2020-02-04 10:53:01 +01:00
Günter Obiltschnig
6e321e6256 #2791: allow pre-allocation of the buffer in LogStreamBuf 2020-02-04 09:45:26 +01:00
Günter Obiltschnig
fafa92d353 #2818: Add getSpecifiedPort() method to URI 2020-02-04 09:06:49 +01:00
Günter Obiltschnig
8d227dc8d3 bump version to 1.10.1 2020-02-04 08:52:26 +01:00
Günter Obiltschnig
80af555ee8 Merge branch 'poco-1.10.0' into devel 2020-01-26 15:18:30 +01:00
Günter Obiltschnig
d7f3ba9f95 fixed CppUnit includes 2020-01-26 15:18:12 +01:00