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
* include/apr_dbm.h: Document that drivers don't guarantee cross-process/thread-safe locking for concurrent r/w use. 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, apr_brigade_to_iovec, apr_brigade_flatten): Ignore or cope with metadata buckets which return (NULL, 0) on read(). More... over 1 year ago
* buckets/apr_brigade.c (apr_brigade_split_line): Replace ad-hoc brigade memory corruption test with APR_BRIGADE_CHECK_CONSISTENCY. 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 the empty string. More... over 1 year ago
* dbm/apr_dbm_lmdb.c: Fix test failure on i686 due to too big map size More... almost 2 years ago
* build/dbm.m4 (APU_CHECK_DBM): Fail if configured with --with-dbm=lmdb but LMDB is not available. More... almost 2 years ago
* dbm/apr_dbm_lmdb.c: Improve error handling throughout to avoid double-free on error paths. More... almost 2 years ago
* test/testdbm (test_dbm): Use APR_ASSERT_SUCCESS to give better errors in failure cases. More... almost 2 years ago
sdbm: Fix old style function prototype warning with clang More... almost 2 years ago
Test that configure really sets APx_HAVE_x flags in apr.h in configurations for optional features. More... almost 2 years ago
* dbm/apr_dbm_lmdb.c: Syntax/comment cleanup, no functional change. More... almost 2 years ago
Add LMDB driver for apr_dbm. More... almost 2 years ago
* memcache/apr_memcache.c (conn_connect, mc_conn_construct): Fix regression in IPv4 handling in r1907242. Cycle through the address list handling v4/v6 addresses correctly. More... about 2 years ago
* Whitespace fixes only. No functional change More... over 2 years ago
Align the apr_memcache API with the apr_reslist API More... over 2 years ago
Add a configurable retry period for dead servers instead of the currently hardcoded period of 5 seconds. The default is still 5 seconds. More... over 2 years ago
apr_jose: Pass NULL context within tests. More... over 2 years ago
apr_jose: Allow a user specified context to be passed with a signature or recipient. More... over 2 years ago
* Ignore the echoargs test app More... over 2 years ago
* Add CHANGES entry for r1909474, r1909585, r1909586, r1909590 More... over 2 years ago
* Wait for the mock memcached to shutdown the socket More... over 2 years ago
* Add missing test/memcachedmock.c More... over 2 years ago
Check sockets from connection pool before using them and try to reconnect them if they are not usable any longer. More... over 2 years ago
In case that we have threads store the apr_reslist parameters in the apr_memcache_server_t struct for later usage. More... over 2 years ago