1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* CMakeLists.txt: Do not add ${APR_SYSTEM_LIBS} and others as TARGET_LINK_LIBRARIES for test programs: CMake already adds transitive dependencies. More... over 1 year ago
.github/workflows/windows.yml: Add TEST_STATIC_LIBS=ON/OFF to test matrix. More... over 1 year ago
* CMakeLists.txt: Use TARGET_COMPILE_DEFINITIONS INTERFACE functionality to set compile definitions when library used. More... over 1 year ago
* CMakeLists.txt: Use TARGET_COMPILE_DEFINITIONS to set DLL_NAME definition for targets. More... over 1 year ago
Follow-up to r1917099. More... over 1 year ago
Add the LDAP test case. More... over 1 year ago
Remove svn:ignore on apr_ldap.h. The header is no longer generated by the build system. More... over 1 year ago
apr_ldap: Add the new APR LDAP API. More... over 1 year ago
apr_buffer: Add explicit casts on all potentially narrowing conversions to apr_size_t. Define the maximum buffer size as APR_SIZE_MAX/2. More... over 1 year ago
Redefine the size of apr_buffers to be apr_off_t to work on 32 bit Windows. More... over 1 year ago
Add APR_OFF_MAX to give the maximum value of apr_off_t. More... over 1 year ago
Pass details of module loading errors back to the caller through the apu_err_t structure. More... over 1 year ago
Add apr_buffer to the CMake build. More... over 1 year ago
Add the apr_buffer API. More... over 1 year ago
poll/kqueue: Save some kevent() system calls. More... over 1 year ago
Adjust copyright notice to the form used by the web server as suggested by Roy More... over 1 year ago
Update copyright year More... over 1 year ago
Update config.guess and config.sub from https://git.savannah.gnu.org/cgit/config.git. More... over 1 year ago
Work around ASAN issue with current Ubuntu runners. More... over 1 year ago
apr_escape_json(): Don't truncate escaped \uXXXX characters. More... over 1 year ago
apr_escape_entity(): Don't truncate the final ';' in hex entities. More... over 1 year ago
apr_general: Follow up to r1916337: Work around some broken compilers. More... over 1 year ago
apr_general: Use __builtin_offsetof for APR_OFFSETOF if available. PR 68763. More... over 1 year ago
testescape: missing ';' in entity escaping. More... over 1 year ago
apr_pools: Set APR_POOL_DEBUG's pool->owner before using the pool. More... over 1 year ago
apr_file_write, windows: Unlock the file in seek error path. More... over 1 year ago
configure: autoconf needs <string.h> to find mem*() functions. More... over 1 year ago
Missed in r1915658: More... over 1 year ago
* buckets/apr_brigade.c (apr_brigade_split_line): After finding an LF, only split the bucket if the LF is not the last character in the data. More... over 1 year ago
* dbm/apr_dbm_lmdb.c (DEFAULT_ENV_FLAGS): Add MDB_NOLOCK to drop locking since it is only partially safe against concurrency, and adds a performance overhead. More... over 1 year ago