summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning.ivan2022-06-211-1/+1
* * test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.ivan2022-06-211-24/+24
* Fix compiler warning.ivan2022-06-211-1/+1
* * .github/workflows/linux.yml: Disable fail-fast.ivan2022-06-211-0/+1
* * .github/workflows/linux.yml: Enable Linux CI workflow for 1.8.x branch.ivan2022-06-211-2/+2
* * .github/workflows/linux.yml: Add Address Sanitizer tests.ivan2022-06-211-0/+8
* Configure GitHub Actions Linux CI. Based on Travis configuration.ivan2022-06-211-0/+50
* Rename .github/workflows/cmake.yml to .github/workflows/windows.yml.ivan2022-06-211-1/+1
* win32: Fix spurious apr_thread_once() failures.ivan2022-06-211-3/+1
* Revert r1902107.ivan2022-06-201-3/+3
* * test/testmmap.c: Create test files in data directory instead of drive root.ivan2022-06-201-3/+3
* * .github/workflows/cmake.yml: Explicitly enable APR_BUILD_TESTAPR.ivan2022-06-201-1/+1
* Add initial configuration for GitHub Actions.ivan2022-06-201-0/+42
* * threadproc/win32/thread.civan2022-06-201-3/+3
* * threadproc/win32/thread.civan2022-06-191-1/+1
* * CMakeLists.txt: Pass '-v' to testall.exe when running tests.ivan2022-06-191-1/+1
* * test/internal/testutf.c:ivan2022-06-191-1/+1
* Use ABTS_SIZE_EQUAL in test suite.ivan2022-06-192-37/+37
* * CMakeLists.txt: Set BINPATH for test executables.ivan2022-06-191-0/+2
* Follow-up to r1902070: Use TESTBINPATH in code.ivan2022-06-191-2/+2
* * test/test/testproc.c: Use BINPATH in path for child process.ivan2022-06-191-2/+2
* * CMakeLists.txt: Use full path to gen_test_char.exe in CUSTOM_COMMAND.ivan2022-06-191-2/+2
* * misc/win32/apr_app.c: Cleanup unused #include directives.ivan2022-06-191-2/+1
* win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]ivan2022-06-192-2/+6
* win32: Fix attempt to free invalid memory on exit when apr_app is used.ivan2022-06-192-5/+30
* CHANGES: Remove change backported to 1.8.x branch in r1902044.ivan2022-06-181-2/+0
* CHANGES: Remove change backported to 1.8.x branch in r1902043.ivan2022-06-181-2/+0
* tests: Follow up to r1902015: Fix warnings.ylavic2022-06-172-4/+2
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gylavic2022-06-174-4/+4
* CMakeLists: Make testall test suites separate tests in terms of CMake/CTest.ivan2022-06-171-76/+86
* tests: Check for memcache/redis servers only if memcache/redis tests configuredivan2022-06-172-163/+258
* win32: Remove unused ANSI compatibility code.ivan2022-06-172-10/+0
* Follow-up to r1896717: Add CHANGES entry.ivan2022-06-161-0/+2
* Followup to r1901212; Normalize ucs-4 to utf-32wrowe2022-05-241-3/+3
* Normalize ucs-4 to utf-32 (documentation change)wrowe2022-05-243-16/+16
* Prefer posix shared mem over SysV in all cases:jim2022-05-182-8/+11
* Bump (C)wrowe2022-03-092-2/+2
* * Improve detection of _Thread_localrpluem2022-03-091-1/+3
* Fix various harmless cases of undefined behaviour, and add a Travisjorton2022-02-145-8/+20
* Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.ivan2022-02-0912-294/+338
* apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.ylavic2022-02-085-2/+7
* * test/testbuckets.c (flatten_match): Avoid GCC 12 -Wformat-overflowjorton2022-02-011-4/+4
* poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.ylavic2022-01-271-1/+1
* poll: Follow up to r1897521: struct epoll_event's events field is unsigned int.ylavic2022-01-271-3/+3
* poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.ylavic2022-01-262-0/+5
* poll: Implement APR_POLLSET_NOCOPY for kqueue.ylavic2022-01-262-50/+79
* Revert r1897518 (spurious changes).ylavic2022-01-263-234/+168
* poll: Implement APR_POLLSET_NOCOPY for kqueue.ylavic2022-01-263-168/+234
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().ylavic2022-01-2510-1/+54
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..ylavic2022-01-256-24/+28