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
1 day
ago. based on code collected
1 day
ago.
Aug 25, 2024 — Aug 25, 2025
Showing page 8 of 319
Search / Filter on:
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.
Ivan Zhakov
More...
over 1 year ago
.github/workflows/windows.yml: Add TEST_STATIC_LIBS=ON/OFF to test matrix.
Ivan Zhakov
More...
over 1 year ago
* CMakeLists.txt: Use TARGET_COMPILE_DEFINITIONS INTERFACE functionality to set compile definitions when library used.
Ivan Zhakov
More...
over 1 year ago
* CMakeLists.txt: Use TARGET_COMPILE_DEFINITIONS to set DLL_NAME definition for targets.
Ivan Zhakov
More...
over 1 year ago
Follow-up to r1917099.
Ivan Zhakov
More...
over 1 year ago
Add the LDAP test case.
Graham Leggett
More...
over 1 year ago
Remove svn:ignore on apr_ldap.h. The header is no longer generated by the build system.
Graham Leggett
More...
over 1 year ago
apr_ldap: Add the new APR LDAP API.
Graham Leggett
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.
Graham Leggett
More...
over 1 year ago
Redefine the size of apr_buffers to be apr_off_t to work on 32 bit Windows.
Graham Leggett
More...
over 1 year ago
Add APR_OFF_MAX to give the maximum value of apr_off_t.
Graham Leggett
More...
over 1 year ago
Pass details of module loading errors back to the caller through the apu_err_t structure.
Graham Leggett
More...
over 1 year ago
Add apr_buffer to the CMake build.
Graham Leggett
More...
over 1 year ago
Add the apr_buffer API.
Graham Leggett
More...
over 1 year ago
poll/kqueue: Save some kevent() system calls.
Yann Ylavic
More...
over 1 year ago
Adjust copyright notice to the form used by the web server as suggested by Roy
Rainer Jung
More...
over 1 year ago
Update copyright year
Rainer Jung
More...
over 1 year ago
Update config.guess and config.sub from https://git.savannah.gnu.org/cgit/config.git.
Rainer Jung
More...
over 1 year ago
Work around ASAN issue with current Ubuntu runners.
Joe Orton
More...
over 1 year ago
apr_escape_json(): Don't truncate escaped \uXXXX characters.
Yann Ylavic
More...
over 1 year ago
apr_escape_entity(): Don't truncate the final ';' in hex entities.
Yann Ylavic
More...
over 1 year ago
apr_general: Follow up to r1916337: Work around some broken compilers.
Yann Ylavic
More...
over 1 year ago
apr_general: Use __builtin_offsetof for APR_OFFSETOF if available. PR 68763.
Yann Ylavic
More...
over 1 year ago
testescape: missing ';' in entity escaping.
Yann Ylavic
More...
over 1 year ago
apr_pools: Set APR_POOL_DEBUG's pool->owner before using the pool.
Yann Ylavic
More...
over 1 year ago
apr_file_write, windows: Unlock the file in seek error path.
Yann Ylavic
More...
over 1 year ago
configure: autoconf needs <string.h> to find mem*() functions.
Yann Ylavic
More...
over 1 year ago
Missed in r1915658:
Joe Orton
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.
Joe Orton
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.
Joe Orton
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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