Work around ASAN issue with current Ubuntu runners. |
|
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: |
|
More...
|
about 1 year ago
|
* buckets/apr_brigade.c (apr_brigade_split_line): After finding an LF, |
|
More...
|
about 1 year ago
|
* dbm/apr_dbm_lmdb.c (DEFAULT_ENV_FLAGS): Add MDB_NOLOCK to drop |
|
More...
|
over 1 year ago
|
* include/apr_dbm.h: Document that drivers don't guarantee |
|
More...
|
over 1 year ago
|
RFC8259 says a JSON null must be lower case. |
|
More...
|
over 1 year ago
|
apr_escape: Add apr_escape_json() and apr_pescape_json(). |
|
More...
|
over 1 year ago
|
* buckets/apr_brigade.c (apr_brigade_split_line, |
|
More...
|
over 1 year ago
|
* buckets/apr_brigade.c (apr_brigade_split_line): Replace ad-hoc |
|
More...
|
over 1 year ago
|
Add .gitignore, generated with: |
|
More...
|
over 1 year ago
|
Ignore more DBM test files. |
|
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 |
|
More...
|
over 1 year ago
|
* dbm/apr_dbm_lmdb.c: Fix test failure on i686 due to too big map size |
|
More...
|
over 1 year ago
|
* build/dbm.m4 (APU_CHECK_DBM): Fail if configured with |
|
More...
|
over 1 year ago
|
* dbm/apr_dbm_lmdb.c: Improve error handling throughout to avoid |
|
More...
|
over 1 year ago
|
* test/testdbm (test_dbm): Use APR_ASSERT_SUCCESS to give better |
|
More...
|
over 1 year ago
|
sdbm: Fix old style function prototype warning with clang |
|
More...
|
over 1 year ago
|
Test that configure really sets APx_HAVE_x flags in apr.h |
|
More...
|
over 1 year ago
|
* dbm/apr_dbm_lmdb.c: Syntax/comment cleanup, no functional change. |
|
More...
|
over 1 year ago
|
Add LMDB driver for apr_dbm. |
|
More...
|
over 1 year ago
|