Commit Graph

5358 Commits

Author SHA1 Message Date
Günter Obiltschnig
99936745e4 #3147: Reading from request stream hangs when "Transfer-Encoding: chunked" is used 2022-11-10 19:12:58 +01:00
Alexander B
aa48d39dbd
testDynamicStructEmptyString always failed (#3863)
There was 1 failure:
 1: N7CppUnit10TestCallerI7VarTestEE.testDynamicStructEmptyString
    "expected: "{ "Empty": "", "Space":   }" but was: "{ "Empty": "", "Space": " " }""
    in "src/VarTest.cpp", line 2294

It's happen because in test we call aStruct.toString(false).
It's mean that we don't expect wrapping, but expected result was written with wrapping
2022-11-08 02:11:10 -06:00
Günter Obiltschnig
894180f943 #3852: SocketReactor - 100 % CPU usage on single-core system 2022-10-31 14:01:13 +01:00
Günter Obiltschnig
dac733d055 #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE] 2022-10-31 13:26:08 +01:00
Günter Obiltschnig
4328fab724 updated changelog 2022-10-24 09:46:11 +02:00
Günter Obiltschnig
1ea6eea406 #3847: Upgrade bundled SQLite to 3.39.4 2022-10-24 09:30:01 +02:00
Günter Obiltschnig
fcf173fd49 #3805: Upgrade expat to 2.4.9 2022-10-24 09:21:36 +02:00
Günter Obiltschnig
d67e2de42a #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE] 2022-10-24 09:00:59 +02:00
Alex Fabijanic
dae96c1110 (chore): remove inadvertently added file 2022-10-23 12:34:05 +02:00
Alex Fabijanic
1319d3f7ef fix(SocketImpl): available() #3834 2022-10-23 12:30:59 +02:00
Hernan Martinez
2effb38396
Progen Net and Net's TestSuite to add ARM64 configurations (#3828) 2022-10-23 05:23:34 -05:00
Günter Obiltschnig
88118e3fee fix publish_release.yml 2022-10-22 21:09:59 +02:00
Günter Obiltschnig
d71b4892f2 fix publish_release.yml 2022-10-22 20:59:08 +02:00
Günter Obiltschnig
6f6e9125fc fix publish_release.yml 2022-10-22 20:44:34 +02:00
Günter Obiltschnig
f93f6e7f2e fix publish_and_release.yml 2022-10-22 20:36:23 +02:00
Günter Obiltschnig
1b78beca50 rework into release script 2022-10-22 20:30:58 +02:00
Günter Obiltschnig
1395d3bae7 fix docs.yml 2022-10-22 16:02:55 +02:00
Günter Obiltschnig
13ed1a354c fix docs.yml 2022-10-22 15:05:54 +02:00
Günter Obiltschnig
1e382b9186 fix docs.yml 2022-10-22 14:56:08 +02:00
Günter Obiltschnig
b12d0e0b8e fix docs.yml 2022-10-22 14:55:25 +02:00
Günter Obiltschnig
3b31b798f8 updated docs.yml 2022-10-22 14:47:48 +02:00
Günter Obiltschnig
59d9801d72 GitLab action for generating docs
Signed-off-by: Günter Obiltschnig <guenter.obiltschnig@appinf.com>
2022-10-22 14:45:59 +02:00
Alex Fabijanic
9c8a92da3d fix(DynamicStruct): toString not wrapping empty strings #3835 2022-10-13 15:25:35 +02:00
Alex Fabijanic
a2c09c29d8 feat(DynamicStruct): toString() escaping #3833 2022-10-13 11:50:53 +02:00
Alex Fabijanic
d11e48f851 fix(Environment): Possibility of memory leak in Windows Environment nodeIdImpl? #3823 2022-10-06 21:19:04 +02:00
Stephen Balousek
1181fb2485
HTTPServer Applications Slow to Terminate #3796 (#3797)
- Queue a StopNotification for each thread in the TCPServerDispatcher thread pool. Otherwise, only one thread in the thread pool is terminated.

Signed-off-by: Stephen Balousek <sbalousek@wickedloop.com>
2022-09-11 12:30:02 -05:00
Damian
1fcbfc6094
fix(Crypto) Update method to extract friendlyName from certificate (#3787)
* fix(Crypto) Update method to extract friendlyName from certificate
2022-09-11 12:28:41 -05:00
Alex Fabijanic
49f6def959 feat(Logger): Optimize multi-arg logger methods to only call format() if log level allows #2332 2022-08-30 09:29:53 +02:00
tomaz-beltram
f03e7de03f
Fixed converting/correcting pre-gregorian dates (#3723). (#3769)
Co-authored-by: Tomaz Beltram <tomaz.beltram@topit.si>
2022-08-27 04:40:31 -05:00
Francis ANDRE
5c3f827c86 Merge branch 'devel' of github.com:pocoproject/poco into devel 2022-08-22 10:53:29 +02:00
Francis ANDRE
4da8181372 Fix version selector for VSWHERE'
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2022-08-22 10:53:05 +02:00
Spencer J Coward
334a754b48
Changes to POCO_APP_MAIN in Poco::Util::Application which allows for compiling a Poco App for a VxWorks RTP (#3764)
Co-authored-by: Spencer Coward <spencerjcoward@gmail.com>
2022-08-21 23:31:48 -05:00
Alex Fabijanic
9b8fe57cb9 chore(Crypto): fix some warnings 2022-08-21 14:40:21 +02:00
Francis ANDRE
c023404a03 Merge branch 'devel' of github.com:pocoproject/poco into devel 2022-08-21 09:33:19 +02:00
Francis ANDRE
89b7b4303c Fix #include <mysql.h> with CLang on MacOS Darwin
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2022-08-20 16:23:09 +02:00
Francis ANDRE
4c04a6285f Update include paths
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2022-08-20 09:29:27 +02:00
Aleksandar Fabijanic
d8611a5f1c
Change CI to macos11 and comment other jobs (#3761)
* Change CI to macos11
2022-08-19 08:23:44 -05:00
Francis ANDRE
ce073b62eb Fix Data/MySQL #include <mysql.h> issue for all build systems on all platforms execpt MacOS Darwin.
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2022-08-19 08:09:51 +02:00
Francis ANDRE
5c612d80a7 Error C2664: unable to convert the argument 1 from 'const EVP_PKEY *' to 'EVP_PKEY *'
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2022-08-19 07:38:22 +02:00
haorui wang
a41d802ccd
fix(CppUint) : RepeatedTest compile error (#3759)
* chore(CppUnit) : style format and revise comment

fix(CppUnit) : RepeatedTest compile error

* chore(CppUnit) : remove TestResult forward declare in RepeatedTest.h
2022-08-18 11:37:35 -05:00
Alex Fabijanic
c252b744f6 fix(ODBC): bindImplLOB zero size (or NULL) HY104 'Invalid precision value' #3744 2022-08-18 08:39:23 +02:00
Kevin Dick
f02088d218
buildwin.ps1 script error building the x64 version of Poco (#3749)
buildwin.ps1 failed to build x64 #3740

If build x64 the scripts looks for the _x64.vcproj Files which no longer exists. By removing this the Build is possible.
If only the Build Tools for Visual Studio are available the script does not run because those are not recognized by the Select-VSSetupInstance Script.
Adding the parameter `-product *` also recognizes the Build Tools.

* Removed unused Parameter `platformName`

* Added New CI targets for building poco with the buildwin.ps1 script

Co-authored-by: Jan Kevin Dick <Jan.Dick@de.bosch.com>
Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com>
2022-08-18 00:58:58 -05:00
Hernan Martinez
a7ffdb91eb
Fix optional JSON support for MySQL (#3753)
* Fix optional JSON support for MySQL

* Fix optional JSON support for MySQLTest
2022-08-16 23:07:25 -05:00
haorui wang
22d2865de2
chore(Foundation) : correct spelling (#3750) 2022-08-14 07:39:03 -05:00
Alex Fabijanic
46d5d58bc8 chore: 1.12.3 version 2022-08-10 15:32:29 +02:00
Alex Fabijanic
59eac3f38f feat: add SocketBufVecSize function 2022-08-10 14:11:25 +02:00
Alex Fabijanic
2006327198 fix(Event): Poco EventImpl for Win32 breaks INFINITE wait #3737 2022-08-10 14:10:12 +02:00
Alex Fabijanic
d6f38dba05 release 1.12.2 2022-08-07 12:07:03 +02:00
Alex Fabijanic
4f5f30936b chore: 1.12.2 versions and notes 2022-08-07 11:54:22 +02:00
Alex Fabijanic
d7ced77529 release 1.12.1 2022-08-07 11:52:21 +02:00