-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poco 1.13.2 #4445
Poco 1.13.2 #4445
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 678bf4c - Browse repository at this point
Copy the full SHA 678bf4cView commit details
Commits on Jan 4, 2024
-
Incorporated Debian patches (#4380)
* Debian: Use null as device file as console might not be there * Debian: Add GNU Hurd support * Debian: Includes not available on Hurd * Debian: Disable SHA2 test on platforms where it's broken * Debian: Set POCO_NO_FPENVIRONMENT for armel --------- Co-authored-by: Jochen Sprickerhof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9d0989 - Browse repository at this point
Copy the full SHA a9d0989View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67c1a8a - Browse repository at this point
Copy the full SHA 67c1a8aView commit details -
fix(Crypto): EVP_CIPHER_CTX_init is incorrectly defined in Envelope.c…
…pp if it is not defined already by OpenSSL. Fixed to properly use EVP_CIPHER_CTX_reset.
Configuration menu - View commit details
-
Copy full SHA for 5b9a405 - Browse repository at this point
Copy the full SHA 5b9a405View commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4467416 - Browse repository at this point
Copy the full SHA 4467416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35075da - Browse repository at this point
Copy the full SHA 35075daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c84992e - Browse repository at this point
Copy the full SHA c84992eView commit details -
fix(test): lock std:cerr to prevent data race in TCP server tests (re…
…ported by clang thread sanitizer) #4313
Configuration menu - View commit details
-
Copy full SHA for db63550 - Browse repository at this point
Copy the full SHA db63550View commit details -
fix(test): Use 96-bit IV with aes-256-gcm to fix (#4347):
I/O error: error:1C800066:Provider routines::cipher operation failed
Configuration menu - View commit details
-
Copy full SHA for b33e02d - Browse repository at this point
Copy the full SHA b33e02dView commit details
Commits on Jan 15, 2024
-
mingw compile and link improvements (#4019) (#4391)
* fix(platform): MinGW Compile and link errors: undefined reference to `WinMain' * fix(platform): MinGW compile UUID tests (conflicting UUID defined as GUID in rpcdce.h via windows.h)
Configuration menu - View commit details
-
Copy full SHA for cb43135 - Browse repository at this point
Copy the full SHA cb43135View commit details -
Configuration menu - View commit details
-
Copy full SHA for b606f7a - Browse repository at this point
Copy the full SHA b606f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7505c - Browse repository at this point
Copy the full SHA 7b7505cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237f4cd - Browse repository at this point
Copy the full SHA 237f4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b756b - Browse repository at this point
Copy the full SHA a1b756bView commit details
Commits on Jan 16, 2024
-
fix(MailMessage): Compare lowercase content disposition headers when …
…reading parts (#3650).
Configuration menu - View commit details
-
Copy full SHA for a3ffe6e - Browse repository at this point
Copy the full SHA a3ffe6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13d492 - Browse repository at this point
Copy the full SHA f13d492View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b29c36 - Browse repository at this point
Copy the full SHA 8b29c36View commit details -
gcc/clang (-fvisibility=hidden): corrections to compile and work prop…
…erly (#4394) * fix(ActiveRecord): missing ActiveRecordLib_API definitions for clang/gcc. * fix(FPEnvironment): export FPEnvironmentImpl classes (#4393, #3331) * fix(Crypto): export *Impl classes used from inlines (#4393, #3331) * fix(Dynamic): explicitly instantiate and export Dynamic::Struct for string and int (-fvisibility=hidden) (#4393, #3331) * fix(JSON): explicitly instantiate and export SharedPtr for JSON::Array and JSON::Object (-fvisibility=hidden) (#4393, #3331) * enh(CMake): Set symbol visibility to hidden (#4393, #3331) * enh(configure): user c++17 standard for iphone, Darwin and ARM-Linux. * fix(UTF): explicitly instantiate and export 16 and 32-bit strings (-fvisibility=hidden) (#4393, #3331) * fix(RecordSet): make Extraction.h internal and instantiate RecordsSet::column template functions only for supported types. (-fvisibility=hidden) (#4393, #3331) * fix(UTF): fix explicitly instantiation on Windows (-fvisibility=hidden) (#4393, #3331) * enh(CMake): Add github jobs for macOS with visibility set to hidden (#4393, #3331) * fix(CppParser): Add missing declarations for CppParser_API (#4393, #3331) * enh(CMake): Enable more options in github jobs for macOS with visibility set to hidden (#4393, #3331) * fix(MongoDB): Add missing MongoDB_API (#4393, #3331)
Configuration menu - View commit details
-
Copy full SHA for b574503 - Browse repository at this point
Copy the full SHA b574503View commit details -
Implemented automated network library initialization for Windows MinG…
…W targets (#4402) * Implemented automated network library initialization for Windows MinGW/GCC targets * Using POCO_COMPILER_MINGW instead of __GNUC__ --------- Co-authored-by: Jesse Hoogervorst <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 696ddac - Browse repository at this point
Copy the full SHA 696ddacView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dcafc8 - Browse repository at this point
Copy the full SHA 6dcafc8View commit details
Commits on Jan 24, 2024
-
fix: NULL pointer strategy when setting rotation never #4411
Regression from 66e93f9.
Configuration menu - View commit details
-
Copy full SHA for fe08b68 - Browse repository at this point
Copy the full SHA fe08b68View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2ee0eb - Browse repository at this point
Copy the full SHA c2ee0ebView commit details
Commits on Jan 29, 2024
-
Implement GetAdaptersAddresses API (#4419)
* Upgrade from GetAdaptersInfo to GetAdaptersAddresses API. The code has been swapped back to a buffer of bytes because the data structure built by GetAdaptersAddresses is a linked list and the returned size is not a multiple of the IP_ADAPTERS_ADDRESSES struct. * Adding back Poco/UnWindows.h * Undoing indents.
Configuration menu - View commit details
-
Copy full SHA for 727db08 - Browse repository at this point
Copy the full SHA 727db08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b6af2 - Browse repository at this point
Copy the full SHA 24b6af2View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f83aea4 - Browse repository at this point
Copy the full SHA f83aea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbe640 - Browse repository at this point
Copy the full SHA fbbe640View commit details -
enh(File): Linux, macOS: microsecond precision for file times (create…
… and modification time).
Configuration menu - View commit details
-
Copy full SHA for 49497df - Browse repository at this point
Copy the full SHA 49497dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47951f5 - Browse repository at this point
Copy the full SHA 47951f5View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99906d5 - Browse repository at this point
Copy the full SHA 99906d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89bd8d - Browse repository at this point
Copy the full SHA b89bd8dView commit details -
chore(buildwin): remove old vs versions from build and progen scripts…
…; update documentation
Configuration menu - View commit details
-
Copy full SHA for 9c5753d - Browse repository at this point
Copy the full SHA 9c5753dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e7278 - Browse repository at this point
Copy the full SHA 28e7278View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a07ce79 - Browse repository at this point
Copy the full SHA a07ce79View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc9fe4c - Browse repository at this point
Copy the full SHA cc9fe4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3e60f - Browse repository at this point
Copy the full SHA 0f3e60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2accd3 - Browse repository at this point
Copy the full SHA f2accd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163f9ed - Browse repository at this point
Copy the full SHA 163f9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8993d4b - Browse repository at this point
Copy the full SHA 8993d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c1475 - Browse repository at this point
Copy the full SHA 98c1475View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3e3715 - Browse repository at this point
Copy the full SHA d3e3715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4624aa0 - Browse repository at this point
Copy the full SHA 4624aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4980f45 - Browse repository at this point
Copy the full SHA 4980f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for e30d806 - Browse repository at this point
Copy the full SHA e30d806View commit details -
Configuration menu - View commit details
-
Copy full SHA for c662ac5 - Browse repository at this point
Copy the full SHA c662ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f7042 - Browse repository at this point
Copy the full SHA 75f7042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578a481 - Browse repository at this point
Copy the full SHA 578a481View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 348ebe8 - Browse repository at this point
Copy the full SHA 348ebe8View commit details