37
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 12 months ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Work around ASAN issue with current Ubuntu runners.
Joe Orton
as jorton
More... about 1 year ago
apr_escape_json(): Don't truncate escaped \uXXXX characters. More... about 1 year ago
apr_escape_entity(): Don't truncate the final ';' in hex entities. More... about 1 year ago
apr_general: Follow up to r1916337: Work around some broken compilers. More... about 1 year ago
apr_general: Use __builtin_offsetof for APR_OFFSETOF if available. PR 68763. More... about 1 year ago
testescape: missing ';' in entity escaping. More... about 1 year ago
apr_pools: Set APR_POOL_DEBUG's pool->owner before using the pool. More... about 1 year ago
apr_file_write, windows: Unlock the file in seek error path. More... about 1 year ago
configure: autoconf needs <string.h> to find mem*() functions. More... about 1 year ago
Missed in r1915658:
Joe Orton
as jorton
More... about 1 year ago
* buckets/apr_brigade.c (apr_brigade_split_line): After finding an LF,
Joe Orton
as jorton
More... about 1 year ago
* dbm/apr_dbm_lmdb.c (DEFAULT_ENV_FLAGS): Add MDB_NOLOCK to drop
Joe Orton
as jorton
More... over 1 year ago
* include/apr_dbm.h: Document that drivers don't guarantee
Joe Orton
as jorton
More... over 1 year ago
RFC8259 says a JSON null must be lower case.
Graham Leggett
as minfrin
More... over 1 year ago
apr_escape: Add apr_escape_json() and apr_pescape_json().
Graham Leggett
as minfrin
More... over 1 year ago
* buckets/apr_brigade.c (apr_brigade_split_line,
Joe Orton
as jorton
More... over 1 year ago
* buckets/apr_brigade.c (apr_brigade_split_line): Replace ad-hoc
Joe Orton
as jorton
More... over 1 year ago
Add .gitignore, generated with:
Joe Orton
as jorton
More... over 1 year ago
Ignore more DBM test files.
Joe Orton
as jorton
More... over 1 year ago
proc_mutex: Fix macro warning. More... over 1 year ago
dbd, dso, threadproc: Fix prototypes warnings. More... over 1 year ago
apr_getopt: Fix error message. The "-" is the invalid character, not
Graham Leggett
as minfrin
More... over 1 year ago
* dbm/apr_dbm_lmdb.c: Fix test failure on i686 due to too big map size
Joe Orton
as jorton
More... over 1 year ago
* build/dbm.m4 (APU_CHECK_DBM): Fail if configured with
Joe Orton
as jorton
More... over 1 year ago
* dbm/apr_dbm_lmdb.c: Improve error handling throughout to avoid
Joe Orton
as jorton
More... over 1 year ago
* test/testdbm (test_dbm): Use APR_ASSERT_SUCCESS to give better
Joe Orton
as jorton
More... over 1 year ago
sdbm: Fix old style function prototype warning with clang
Joe Orton
as jorton
More... over 1 year ago
Test that configure really sets APx_HAVE_x flags in apr.h
Joe Orton
as jorton
More... over 1 year ago
* dbm/apr_dbm_lmdb.c: Syntax/comment cleanup, no functional change.
Joe Orton
as jorton
More... over 1 year ago
Add LMDB driver for apr_dbm.
Joe Orton
as jorton
More... over 1 year ago