1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* build/apr_common.m4 (APR_END_DECISION, APR_ENABLE_LAYOUT): Use standard autoconf output macros (cosmetic change only). More... 9 days ago
CI: Add some sanity tests for various apr_private.h definitions. More... 9 days ago
* build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Simplify by using APR_LANG_PROGRAM. More... 9 days ago
* build/apr_network.m4: In the gethostbyname_r/getservbyname_r checks, try harder to suppress "unused variable" warnings which could otherwise create false negatives in the tests. More... 9 days ago
* configure.in: Fix cross-compilation detection when build_alias and host_alias are set to the same non-empty value. More... 9 days ago
* configure.in: Use consistent reporting of detected integer sizes/format/parsing (cosmetic change only). More... 9 days ago
* configure.in: Use standard autoconf macro AC_C_VARARRAYS for detecting VLA support. More... 9 days ago
Fix some warnings from doxygen. More... 11 days ago
Fix pool debugging. With lifetime or owner checks enabled, pools couldn't even be created, except for the global pool which is a special case. More... 13 days ago
update IBM I platform detection More... 26 days ago
apr_ldap: Reset apr_ldap_bind_interact_t each time in case the callback misbehaves. More... about 2 months ago
Follow-up to r1926628. More... about 2 months ago
* .github/workflows/windows.yml: Save VS DevEnv environment to GITHUB_ENV to avoid calling VsDevCmd.bat script on all steps. More... about 2 months ago
The apu_dso_load() function accepts a NULL dlhandleptr. Avoid a segfault when we try load a module twice. More... 2 months ago
* .github/workflows/linux.yml: Try the different syntax for GHA. More... 2 months ago
* .github/workflows/linux.yml: Try the different syntax for GHA. More... 2 months ago
* .github/workflows/linux.yml: Add Ubuntu arm builder More... 2 months ago
Revert r1926399 and 1926400. More... 2 months ago
Follow-up to r1926399: Check for correct status variable in tests. More... 2 months ago
* test/testshm.c: Close (deatch) shared memory object after delete, because some platforms (e.g. Windows) doesn't delete object until last handle is closed. More... 2 months ago
* .github/workflows/windows.yml: Add Windows arm64 job. More... 2 months ago
apr_strings: Provide timing safe memory and string comparison functions. More... 3 months ago
* test/testcrypto.c: Do not use return for void functions. More... 3 months ago
vcpkg: Add LDAP feature. More... 3 months ago
* buckets/apr_brigade.c (apr_brigade_split_line): Factor-out local variable. More... 3 months ago
* network_io/win32/socket_pipe.c: (create_socket_pipe): Use htonl(INADDR_LOOPBACK) instead of inet_addr("127.0.0.1") to get loopback address. More... 3 months ago
test/testbuckets.c: Use ABTS_SIZE_EQUAL() instead of ABTS_INT_EQUAL() to check iov_len. More... 3 months ago
Follow-up to r1924755: Include <WinBer.h> on Windows. More... 3 months ago
CMakeLists.txt: Use MODULE instead of SHARED for DSO modules. More... 3 months ago
apr_ldap: Fix leak while walking attributes. More... 5 months ago