openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
apr
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Aug 25, 2024 — Aug 25, 2025
Showing page 6 of 319
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* README.cmake: Document APR_MODULAR_DSO option.
Ivan Zhakov
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.
Ivan Zhakov
More...
over 1 year ago
CMake: Add minimal support for pool debugging.
Ivan Zhakov
More...
over 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009.
Yann Ylavic
More...
over 1 year ago
Revert r1917741:1917742.
Yann Ylavic
More...
over 1 year ago
apr.h: Follow up to r1917741: Adapt comment.
Yann Ylavic
More...
over 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009.
Yann Ylavic
More...
over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add platform: windows for vcpkg-cmake-config dependency.
Ivan Zhakov
More...
over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add license information.
Ivan Zhakov
More...
over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Sort features.
Ivan Zhakov
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.
Joe Orton
More...
over 1 year ago
Add support for pipe2() on Linux.
Joe Orton
More...
over 1 year ago
CMakeLists.txt: Generate and install package version information.
Ivan Zhakov
More...
over 1 year ago
* CMakePresets.json: Remove CMAKE_CXX_COMPILER -- APR doesn't use C++ compiler.
Ivan Zhakov
More...
over 1 year ago
apr_crypto: Skip tests when the driver cannot be loaded.
Graham Leggett
More...
over 1 year ago
Revert r1917327: duplicate dependency.
Ivan Zhakov
More...
over 1 year ago
build/vcpkg/apr-2/vcpkg.json: Add vcpkg-cmake dependency.
Ivan Zhakov
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.
Graham Leggett
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.
Graham Leggett
More...
over 1 year ago
When loading a DSO, providing an err_t is optional (although recommended).
Graham Leggett
More...
over 1 year ago
apr_buffer: Use memcpy instead of strncpy inside apr_buffer_pstrncat(), the terminating zero is set at the end.
Graham Leggett
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.
Graham Leggett
More...
over 1 year ago
* test/testproc.c (test_create_proc): Close stdin after writing data.
Ivan Zhakov
More...
over 1 year ago
* CMakeLists.txt: Add dependency of testprograms to testall.
Ivan Zhakov
More...
over 1 year ago
* .github/workflows/windows-vcpkg.yml: Add x64-windows-static-md triplet to test matrix.
Ivan Zhakov
More...
over 1 year ago
* .github/workflows/*: Use actions/github-script@v7 instead of actions/github-script@v6.
Ivan Zhakov
More...
over 1 year ago
* .github/workflows/*: Use actions/checkout@v4 instead of actions/checkout@v3.
Ivan Zhakov
More...
over 1 year ago
* .github/workflows/windows-vcpkg.yml: Remove --debug option.
Ivan Zhakov
More...
over 1 year ago
vcpkg: Add dbd-odbc feature.
Ivan Zhakov
More...
over 1 year ago
vcpkg: Remove minimal-build feature and set default-features to empty list.
Ivan Zhakov
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
…
318
319
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree