Matej Kenda
|
5c572fcdbd
|
enh(Any): modernised source code.
|
2024-12-11 17:21:27 +01:00 |
|
Matej Kenda
|
bc8704f44e
|
fix(Any): set pHolder to nullptr in destruct()
|
2024-12-11 17:20:44 +01:00 |
|
Matej Kenda
|
b380b57d5d
|
CMake: fix for missing utf8proc with unbundled build, resolves #4798 (#4816)
* fix(cmake): Add missing install and find dependency for utf8proc in unbundled build.
* chore(gitignore): Corrected path to Qt creator generated build files.
|
2024-12-11 16:18:04 +01:00 |
|
Aleksandar Fabijanic
|
e2576ff5ab
|
fix(cmake): remove libatomic dependency (#4811)
|
2024-12-07 23:35:39 +01:00 |
|
David Roman
|
d13fac600a
|
fix(cmake): correct typo AVHAI -> AVAHI (#4805)
|
2024-12-04 00:26:41 +01:00 |
|
Günter Obiltschnig
|
ed54e86914
|
Merge pull request #4797 from nyashbox/feat/add_g_specifier_to_format
Make Poco::format() support %g or %G as a format specifier like printf() does
|
2024-12-02 07:16:09 +01:00 |
|
nyashbox
|
b92c6b22b1
|
test(Format): test shortest representation format specifiers
|
2024-12-02 02:10:41 +02:00 |
|
nyashbox
|
42da9b0f1e
|
feat(Format): add support for %g and %G format specifiers
|
2024-12-02 02:09:35 +02:00 |
|
Günter Obiltschnig
|
02c86d4cdd
|
chore(build): PocoDoc dependencies
|
2024-12-01 21:28:31 +01:00 |
|
Günter Obiltschnig
|
c55fccaf5a
|
chore: bump version
|
2024-12-01 21:24:20 +01:00 |
|
Günter Obiltschnig
|
b90a7a4f9a
|
chore(PocoDoc): merge changes from 1.13.3
|
2024-12-01 13:20:46 +01:00 |
|
Günter Obiltschnig
|
1c9dde18d1
|
enh(PocoDoc): support GitHub pull request links (PR #<id>)
|
2024-12-01 11:45:25 +01:00 |
|
Günter Obiltschnig
|
809b37545b
|
chore(qa): add PocoDoc to packages-qa.yml
|
2024-12-01 11:27:54 +01:00 |
|
Günter Obiltschnig
|
e96ad6cc41
|
doc: changelog
|
2024-12-01 11:27:23 +01:00 |
|
Günter Obiltschnig
|
ecfa7d1d7b
|
chore: PocoDoc configuration
|
2024-12-01 11:27:01 +01:00 |
|
Günter Obiltschnig
|
8e023bbd45
|
chore: hide some declarations from PocoDoc/C++ parser
|
2024-12-01 11:26:34 +01:00 |
|
Günter Obiltschnig
|
7d12dd8479
|
chore: updated vscode config
|
2024-12-01 10:11:20 +01:00 |
|
Günter Obiltschnig
|
24fba7b77c
|
fix(NetSSL): Incorrect setting of ciphersuites for TLSv1.3 #4610
|
2024-12-01 10:10:06 +01:00 |
|
Günter Obiltschnig
|
2a1f6c246d
|
Merge pull request #4790 from nyashbox/fix/8bit_integers_in_byteorder_functions
Treat 8-bit integers correctly in Poco::ByteOrder functions
|
2024-12-01 08:15:38 +01:00 |
|
Günter Obiltschnig
|
3a1bfdd82c
|
Merge pull request #4792 from nyashbox/fix/zip_cmake_testrunner
Build Zip library tests without linking unnecessary "Poco::Net"
|
2024-12-01 08:09:05 +01:00 |
|
Günter Obiltschnig
|
250deee751
|
Merge pull request #4793 from nyashbox/fix/implement_zip_methods
Implement ZipArchiveInfo::getVersionMadeBy() and ZipArchiveInfo::getRequiredVersion() methods
|
2024-12-01 08:08:14 +01:00 |
|
Günter Obiltschnig
|
b7ea8597e4
|
fix(build): Poco::Zip - Requires Poco::Net for building, but only in CMake
|
2024-12-01 08:04:54 +01:00 |
|
nyashbox
|
3d7c030c1e
|
fix(Zip): implement ZipArchiveInfo64::getVersionMadeBy() and ZipArchiveInfo64::getRequiredVersion() methods
|
2024-12-01 00:39:58 +02:00 |
|
nyashbox
|
5649a47373
|
fix(Zip): don't link/find unnecessary components
|
2024-11-30 23:34:22 +02:00 |
|
nyashbox
|
16c267dc47
|
test(ByteOrder): add 8-bit integer tests
|
2024-11-30 21:18:40 +02:00 |
|
nyashbox
|
212aa073be
|
fix(ByteOrder): correctly process 8-bit integers
|
2024-11-30 21:15:36 +02:00 |
|
Günter Obiltschnig
|
d8a423c832
|
Merge pull request #4787 from pocoproject/fix-ssl-shutdown
NetSSL_OpenSSL and NetSSL_Win: non-blocking support, shutdown behavior fix
|
2024-11-29 08:45:17 +01:00 |
|
Matej Kenda
|
0f71e6c9e9
|
Version 1.14: Updated release files (#4747)
* Version 1.14: Updated list of contributors
* chore(doc): Update required CMake version.
* chore(changelog): Updates for release 1.14.0
---------
Co-authored-by: Günter Obiltschnig <guenter.obiltschnig@appinf.com>
|
2024-11-28 15:11:42 +01:00 |
|
Matej Kenda
|
fc8a4fd702
|
upgrade(sqlite): bundled SQLite version 3.47.1 (released 2024-11-25)
|
2024-11-28 13:17:20 +01:00 |
|
Günter Obiltschnig
|
0930a0db3b
|
fix(CppUnit): TestCase::run(): check if callback is non-empty before calling it
|
2024-11-28 08:39:23 +01:00 |
|
Günter Obiltschnig
|
e732c50f96
|
enh: added Poco::ResourceLimitException
|
2024-11-28 08:32:22 +01:00 |
|
Günter Obiltschnig
|
e83119b115
|
Merge branch 'fix-ssl-shutdown' of github.com:pocoproject/poco into fix-ssl-shutdown
|
2024-11-28 08:20:31 +01:00 |
|
Günter Obiltschnig
|
663232b8b8
|
chore(NetSSL_Win): rewrite handshake logic to support non-blocking sockets
|
2024-11-28 08:19:46 +01:00 |
|
Günter Obiltschnig
|
0eb2e1b3b3
|
fix(NetSSL): handle EWOULDBLOCK when calling SSL_shutdown()
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
28a08434c6
|
chore(NetSSL_Win): use state machine also for blocking connections; fix non-blocking renegotiation
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
0bf3c15655
|
chore(NetSSL_Win): remove select() calls from state machine
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
f1bb63a1f2
|
chore(NetSSL_Win): refactored state machine (wip)
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
5402032249
|
fix(NetSSL_Win): shutdown behavior
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
1811f2f35c
|
fix(NetSSL): shutdown behavior
|
2024-11-28 08:19:45 +01:00 |
|
Günter Obiltschnig
|
44ffffb6f7
|
chore(NetSSL_Win): rewrite handshake logic to support non-blocking sockets
|
2024-11-26 19:20:03 +01:00 |
|
Matej Kenda
|
29b2c3a7b7
|
chore(MongoDB): Mark some old wire protocol functions as deprecated. (#4782)
|
2024-11-25 14:27:46 +01:00 |
|
Günter Obiltschnig
|
bc6ca8603e
|
fix(NetSSL): handle EWOULDBLOCK when calling SSL_shutdown()
|
2024-11-24 21:04:37 +01:00 |
|
Günter Obiltschnig
|
34852d1c62
|
chore(NetSSL_Win): use state machine also for blocking connections; fix non-blocking renegotiation
|
2024-11-24 16:59:40 +01:00 |
|
Günter Obiltschnig
|
3c1c92ce50
|
chore(NetSSL_Win): remove select() calls from state machine
|
2024-11-24 16:22:57 +01:00 |
|
Günter Obiltschnig
|
a48633b567
|
chore(NetSSL_Win): refactored state machine (wip)
|
2024-11-24 15:22:17 +01:00 |
|
Günter Obiltschnig
|
e911884753
|
fix(NetSSL_Win): shutdown behavior
|
2024-11-23 15:38:13 +01:00 |
|
Günter Obiltschnig
|
25ce194273
|
fix(NetSSL): shutdown behavior
|
2024-11-23 11:10:53 +01:00 |
|
Günter Obiltschnig
|
cecccf7b74
|
enh(Foundation): add Poco::Process::timesMicroseconds()
|
2024-11-21 08:50:49 +01:00 |
|
Aleksandar Fabijanic
|
21f93e3e6a
|
enh(ODBC): ODBC: DataFormatException getting Time value from SQL Server #3801 (#4777)
|
2024-11-20 16:22:53 +01:00 |
|
Matej Kenda
|
1215b217b5
|
chore(version): Update version numbers for release 1.14.0
|
2024-11-20 13:36:36 +01:00 |
|