1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
apr_strings: Provide apr_memzero_explicit() in APR. More... about 3 years ago
more whitespace More... about 3 years ago
whitespace only More... about 3 years ago
detab More... about 3 years ago
apr_socket_sendv: unix: APR_INCOMPLETE_WRITE pre to post processing. More... about 3 years ago
apr_socket_sendv: WIN32: Limit the number of WSABUFs allocated for a single call. More... about 3 years ago
On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set() API to get/set thread name. More... about 3 years ago
Branch to added API to get/set thread name. See issue PR 60587. More... about 3 years ago
Run GitHub Action CI for commits to all branches. More... about 3 years ago
.editorconfig: Use indent_size = 2 for CMakeLists.txt. More... about 3 years ago
.editorconfig: Use spaces for all files. More... about 3 years ago
Add empty .editorconfig. More... about 3 years ago
testencode: Follow up to r1902281: Inline, no calling convention assumptions. More... about 3 years ago
testencode: Follow up to r1902281: Correct call convention for encdec_fn (try 2). More... about 3 years ago
testencode: Follow up to r1902281: Correct call convention for encdec_fn. More... about 3 years ago
tests: Configure VC runtime to write errors to stderr instead of displaying popup message box on Windows. More... about 3 years ago
testencode: Follow up to r1902281: error tests for apr_decode_base16_binary. More... about 3 years ago
encoding: Better check inputs of apr_{encode,decode}_* functions. More... about 3 years ago
win32: Fix potential race condition in apr_thread_create. More... about 3 years ago
test/testshm: Fix synchronization of msgput/msgwait IPC functions. More... about 3 years ago
atomic: Detect 32bit and 64bit atomic builtins separately. More... about 3 years ago
time: Don't apr_sleep() less than the requested time on OS2/Netware. More... about 3 years ago
atomic: Follow up r1902257: No cast for InterlockedCompareExchangePointer(). More... about 3 years ago
poll: Follow up to r1902236: Fix poll() sleeps cases. More... about 3 years ago
atomic: Avoid casts and/or use correct ones. More... about 3 years ago
poll: Round up milliseconds timeouts. More... about 3 years ago
atomic: Fix -Wincompatible-pointer-types-discards-qualifiers More... about 3 years ago
ci: Set native eol-style on github yamls. More... about 3 years ago
apr_json_decode: Return APR_ENOSPC if a decoded array is above INT_MAX. More... about 3 years ago
apr_base64: Make sure encoding/decoding lengths fit in an int >= 0. More... about 3 years ago