Commit Graph

4715 Commits

Author SHA1 Message Date
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
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
fenghao119
dd3fcc0fd1
crash when remove key from JSON::Object(JSON_PRESERVE_KEY_ORDER). (#3151) 2020-11-25 15:39:03 -06:00
Federico Kircheis
ff64d516a4
Fix configuration error while cross compiling (#3127)
During the configuration phase in a cross compilation scenario,
`include(InstallRequiredSystemLibraries)` fails even if
`MSVC_REDIST_DIR` is provided.

This should not be an hard error, in case someone wants to
compile/use the library, and not package it.

As explained on https://reviews.llvm.org/D41220, the most sensible fix
is to include `InstallRequiredSystemLibraries` only on a Windows host.
2020-10-26 18:41:48 +01: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
Nikita Migunov
d9252b744b Fix typo in the ThreadPool's docs 2020-08-17 21:54:47 +03:00
Günter Obiltschnig
013c867615
Merge pull request #3052 from jabaa/devel
Fix constness of URI::getPathSegments
2020-07-16 18:57:04 +02:00
Thomas Sablik
06142a7271 Fix constness of URI::getPathSegments 2020-07-15 15:47:25 +00:00
Alexander Galanin
29cfff29d0 PKCS12Container: fix memory leaks on exceptions 2020-06-04 19:52:44 +03:00
Maksim Kita
bb5467afcb PatternFormatter priorityNames fix 2020-06-02 21:47:07 +03:00
Günter Obiltschnig
bc9f15e9e9
Merge pull request #2995 from bytedreamer/bytedreamer-patch-1
Fix set padding call for new versions of OpenSSL
2020-05-12 07:34:49 +02:00
Jonathan Horvath
8d632dbb76
Fix set padding call for new versions of OpenSSL 2020-05-11 18:30:16 -04:00
Günter Obiltschnig
daa729c66e
Merge pull request #2929 from linquize/zip
Zip and SevenZip do not depend on Util, XML, JSON
2020-05-05 11:33:42 +02:00
Günter Obiltschnig
95d38c8355 fixed GH #2970: Poco::Data::TypeHandler<Poco::Nullable<T>>::prepare() must prepare with underlying type, not Poco::Data::Keywords::null 2020-04-01 13:48:27 +02:00
Günter Obiltschnig
5a5e8584f9 NetSSL_Win: fix potential endless loop due to wrong error handling 2020-03-13 09:33:08 +01: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
7ca90cb0c3 style fixes for #2935; check OpenSSL version 2020-02-28 08:57:31 +01:00
Günter Obiltschnig
edc975ab70
Merge pull request #2935 from p-neels/OCSPStaplingSupportForClientConn
Configuration to receive OCSP stapling response for client connection…
2020-02-28 08:20:50 +01:00
Alex Fabijanic
0daa88f589 fix Invalid condition [ICMPv4PacketImpl.cpp:234] #2783 2020-02-25 19:53:52 +01:00
Günter Obiltschnig
0c5a0597dd run Application::initialize() in try-catch block 2020-02-24 08:06:43 +01:00
Günter Obiltschnig
e199cc60a2 removed SDK version from project files 2020-02-21 14:24:09 +01:00
Neelima Patil
1811445758 Configuration to receive OCSP stapling response for client connections and callback implementation to verify the response if the server returns any response 2020-02-20 17:11:11 +05:30
Günter Obiltschnig
7c1bc7e67b
Merge pull request #2933 from KevDi/feature/SourceFileLoggingPattern
Write only Filename to the Log Output
2020-02-19 20:44:59 +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
Linquize
5568c005bc Zip and SevenZip do not depend on Util, XML, JSON 2020-02-18 00:14:36 +08:00
Günter Obiltschnig
76a89e0b3d
Merge pull request #2928 from linquize/clang
Fix clang issue
2020-02-17 17:06:40 +01:00
Linquize
8e2036fd03 Fix MSVC clang build fail 2020-02-18 00:02:37 +08:00