1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* README.cmake: Document APR_MODULAR_DSO option. More... over 1 year ago
win32: Use SRW Lock instead of CRITICAL_SECTION: - The are the same in terms of performance. - The SRW Lock can be statically initialized and does not need to be freed. More... over 1 year ago
CMake: Add minimal support for pool debugging. More... over 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009. More... over 1 year ago
Revert r1917741:1917742. More... over 1 year ago
apr.h: Follow up to r1917741: Adapt comment. More... over 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009. More... over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add platform: windows for vcpkg-cmake-config dependency. More... over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add license information. More... over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Sort features. More... over 1 year ago
* build/apr_threads.m4, build/apr_common.m4, configure.in: Use full prototype for main() throughout, avoiding warnings when building with gcc -Wstrict-prototypes. More... over 1 year ago
Add support for pipe2() on Linux. More... over 1 year ago
CMakeLists.txt: Generate and install package version information. More... over 1 year ago
* CMakePresets.json: Remove CMAKE_CXX_COMPILER -- APR doesn't use C++ compiler. More... over 1 year ago
apr_crypto: Skip tests when the driver cannot be loaded. More... over 1 year ago
Revert r1917327: duplicate dependency. More... over 1 year ago
build/vcpkg/apr-2/vcpkg.json: Add vcpkg-cmake dependency. More... over 1 year ago
Change apr_buffer_mem_create, apr_buffer_str_create, apr_buffer_null_create apr_buffer_arraydup, and apr_buffer_dup to return apr_status_t, distinguishing clearly between APR_ENONMEM and APR_EINVAL. More... over 1 year ago
apr_buffer: small changes - APR_BUFFER_MAX is just half of APR_SIZE_MAX - Explicitly reject non zero terminated strings where expected. - APR_BUFFER_NONE becomes APR_BUFFER_PLAIN. - Handle alloc functions returning NULL. - Add test for the setting of bogus non zero terminated string. More... over 1 year ago
When loading a DSO, providing an err_t is optional (although recommended). More... over 1 year ago
apr_buffer: Use memcpy instead of strncpy inside apr_buffer_pstrncat(), the terminating zero is set at the end. More... over 1 year ago
apr_buffer: Redefine size to separate the unsigned size and the flag to indicate whether a zero terminated string or not. More... over 1 year ago
* test/testproc.c (test_create_proc): Close stdin after writing data. More... over 1 year ago
* CMakeLists.txt: Add dependency of testprograms to testall. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Add x64-windows-static-md triplet to test matrix. More... over 1 year ago
* .github/workflows/*: Use actions/github-script@v7 instead of actions/github-script@v6. More... over 1 year ago
* .github/workflows/*: Use actions/checkout@v4 instead of actions/checkout@v3. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Remove --debug option. More... over 1 year ago
vcpkg: Add dbd-odbc feature. More... over 1 year ago
vcpkg: Remove minimal-build feature and set default-features to empty list. More... over 1 year ago