1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CMakeLists: Make testall test suites separate tests in terms of CMake/CTest. More... about 3 years ago
tests: Check for memcache/redis servers only if memcache/redis tests configured to run. More... about 3 years ago
win32: Remove unused ANSI compatibility code. More... about 3 years ago
Follow-up to r1896717: Add CHANGES entry. More... about 3 years ago
Followup to r1901212; Normalize ucs-4 to utf-32 More... over 3 years ago
Normalize ucs-4 to utf-32 (documentation change) More... over 3 years ago
Prefer posix shared mem over SysV in all cases: Have name based order same as anon More... over 3 years ago
Bump (C) More... over 3 years ago
* Improve detection of _Thread_local More... over 3 years ago
Fix various harmless cases of undefined behaviour, and add a Travis job testing under UBSan. More... over 3 years ago
Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk. More... over 3 years ago
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Merge changes from trunk. More... over 3 years ago
apr_thread: Follow up to r1897207: apr_thread_current_create() compilation. More... over 3 years ago
* test/testbuckets.c (flatten_match): Avoid GCC 12 -Wformat-overflow warnings with sprintf. More... over 3 years ago
poll: Follow up to r1897521: Clarify what APR_POLLEXCL means. More... over 3 years ago
poll: Follow up to r1897521: struct epoll_event's events field is unsigned int. More... over 3 years ago
poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it. More... over 3 years ago
poll: Implement APR_POLLSET_NOCOPY for kqueue. More... over 3 years ago
Revert r1897518 (spurious changes). More... over 3 years ago
poll: Implement APR_POLLSET_NOCOPY for kqueue. More... over 3 years ago
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork(). More... over 3 years ago
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean.. More... over 3 years ago
apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit. More... over 3 years ago
apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure. More... over 3 years ago
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: More... over 3 years ago
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: More... over 3 years ago
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: More... over 3 years ago
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: More... over 3 years ago
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer. More... over 3 years ago
New development branch to rework win32 poll wakeup implemention. The plan is: - Explicitly use apr_socket_t instead of apr_file_t for wakeup `pipe` - Remove code in win32 apr_file_t implementation that emulates working with sockets as files. Sockets on Windows are not kernel objects and should be used only via Winsock API. More... over 3 years ago