Günter Obiltschnig
Günter Obiltschnig
Add support for binary JSON formats (BSON, CBOR, UBJSON) to the JSON library.
We'd like to contribute our FastInfoset library to the POCO C++ Libraries. This library implements the [Fast Infoset](https://en.wikipedia.org/wiki/Fast_Infoset) binary XML encoding according to ISO/IEC 24824-1 and is based on the...
It would be nice to have support for [YAML](http://yaml.org)-style configuration files in the Util library. However, given the complexity of the [YAML specification](http://www.yaml.org/spec/1.2/spec.html), only a minimal, reasonable subset of YAML...
This adds support for `idl_pstate->outdir` to idlcxx. Requires https://github.com/eclipse-cyclonedds/cyclonedds/pull/922
PollSet uses and event fd to interrupt an ongoing `poll()` in `wakeUp()`. On POSIX platforms this uses `eventfd()` and works fine. On Windows, a ServerSocket is created (either as Unix...
Version 7 UUIDs (UUIDv7) are designed for keys in high-load databases and distributed systems. UUIDv7 begins with a 48 bit big-endian Unix Epoch timestamp with approximately millisecond granularity. The timestamp...
Status: New Owner: ---- CC: a...@[adalogics.com](http://adalogics.com/), guen...@[pocoproject.org](http://pocoproject.org/), a...@[pocoproject.org](http://pocoproject.org/) Labels: Restrict-View-Commit ClusterFuzz Reproducible Stability-Memory-MemorySanitizer Engine-libfuzzer OS-Linux Proj-poco Reported-2024-08-06 Type: Bug New issue 70994 by ClusterFuzz-External: poco:xml_parser_fuzzer: Stack-overflow in Poco::XML::AbstractContainerNode::~AbstractContainerNode https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70994 Detailed...
Specifically, file sizes and CRCs in the central directory should be checked for consistency with entries in the file headers, and inconsistent archives shall not be processed.
MySQL 9.0 has removed the `mysql_native_password` authentication plugin, which is apparently required by Data/MySQL. https://blogs.oracle.com/mysql/post/mysql-90-its-time-to-abandon-the-weak-authentication-method When attempting to connect, an error message regarding the removed plugin is printed to standard...
With Redis being effectively a dead-end now (due to their license change) and Valkey being the hot new thing, we maybe should consider renaming the Redis library to Valkey as...