summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* testfile: try to determine how apr_file_datasync() fails for streams on macos.Yann Ylavic2022-06-221-1/+3
* Trigger ci.Yann Ylavic2022-06-221-1/+1
* time: Don't apr_sleep() less than the requested time on WIN32.Yann Ylavic2022-06-221-1/+1
* * .github/workflows/linux.yml: Do not run Linux workflow for pull requestsIvan Zhakov2022-06-221-1/+1
* Configure GitHub Actions macOS CI.Ivan Zhakov2022-06-221-0/+32
* Fix compiler warning.Ivan Zhakov2022-06-211-2/+2
* Fix compiler warning.Ivan Zhakov2022-06-211-1/+1
* * test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.Ivan Zhakov2022-06-211-24/+24
* Fix compiler warning.Ivan Zhakov2022-06-211-1/+1
* * .github/workflows/linux.yml: Disable fail-fast.Ivan Zhakov2022-06-211-0/+1
* * .github/workflows/linux.yml: Enable Linux CI workflow for 1.8.x branch.Ivan Zhakov2022-06-211-2/+2
* * .github/workflows/linux.yml: Add Address Sanitizer tests.Ivan Zhakov2022-06-211-0/+8
* Configure GitHub Actions Linux CI. Based on Travis configuration.Ivan Zhakov2022-06-211-0/+50
* Rename .github/workflows/cmake.yml to .github/workflows/windows.yml.Ivan Zhakov2022-06-211-1/+1
* win32: Fix spurious apr_thread_once() failures.Ivan Zhakov2022-06-211-3/+1
* Revert r1902107.Ivan Zhakov2022-06-201-3/+3
* * test/testmmap.c: Create test files in data directory instead of drive root.Ivan Zhakov2022-06-201-3/+3
* * .github/workflows/cmake.yml: Explicitly enable APR_BUILD_TESTAPR.Ivan Zhakov2022-06-201-1/+1
* Add initial configuration for GitHub Actions.Ivan Zhakov2022-06-201-0/+42
* * threadproc/win32/thread.cIvan Zhakov2022-06-201-3/+3
* * threadproc/win32/thread.cIvan Zhakov2022-06-191-1/+1
* * CMakeLists.txt: Pass '-v' to testall.exe when running tests.Ivan Zhakov2022-06-191-1/+1
* * test/internal/testutf.c:Ivan Zhakov2022-06-191-1/+1
* Use ABTS_SIZE_EQUAL in test suite.Ivan Zhakov2022-06-192-37/+37
* * CMakeLists.txt: Set BINPATH for test executables.Ivan Zhakov2022-06-191-0/+2
* Follow-up to r1902070: Use TESTBINPATH in code.Ivan Zhakov2022-06-191-2/+2
* * test/test/testproc.c: Use BINPATH in path for child process.Ivan Zhakov2022-06-191-2/+2
* * CMakeLists.txt: Use full path to gen_test_char.exe in CUSTOM_COMMAND.Ivan Zhakov2022-06-191-2/+2
* * misc/win32/apr_app.c: Cleanup unused #include directives.Ivan Zhakov2022-06-191-2/+1
* win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]Ivan Zhakov2022-06-192-2/+6
* win32: Fix attempt to free invalid memory on exit when apr_app is used.Ivan Zhakov2022-06-192-5/+30
* CHANGES: Remove change backported to 1.8.x branch in r1902044.Ivan Zhakov2022-06-181-2/+0
* CHANGES: Remove change backported to 1.8.x branch in r1902043.Ivan Zhakov2022-06-181-2/+0
* tests: Follow up to r1902015: Fix warnings.Yann Ylavic2022-06-172-4/+2
* apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/gYann Ylavic2022-06-174-4/+4
* CMakeLists: Make testall test suites separate tests in terms of CMake/CTest.Ivan Zhakov2022-06-171-76/+86
* tests: Check for memcache/redis servers only if memcache/redis tests configuredIvan Zhakov2022-06-172-163/+258
* win32: Remove unused ANSI compatibility code.Ivan Zhakov2022-06-172-10/+0
* Follow-up to r1896717: Add CHANGES entry.Ivan Zhakov2022-06-161-0/+2
* Followup to r1901212; Normalize ucs-4 to utf-32William A. Rowe Jr2022-05-241-3/+3
* Normalize ucs-4 to utf-32 (documentation change)William A. Rowe Jr2022-05-243-16/+16
* Prefer posix shared mem over SysV in all cases:Jim Jagielski2022-05-182-8/+11
* Bump (C)William A. Rowe Jr2022-03-092-2/+2
* * Improve detection of _Thread_localRuediger Pluem2022-03-091-1/+3
* Fix various harmless cases of undefined behaviour, and add a TravisJoe Orton2022-02-145-8/+20
* Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.Ivan Zhakov2022-02-0912-294/+338
|\
| * On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Merge changes fromwin32-pollset-wakeup-no-file-socket-emulationIvan Zhakov2022-02-0914-124/+581
| |\ | |/ |/|
* | apr_thread: Follow up to r1897207: apr_thread_current_create() compilation.Yann Ylavic2022-02-085-2/+7
* | * test/testbuckets.c (flatten_match): Avoid GCC 12 -Wformat-overflowJoe Orton2022-02-011-4/+4
* | poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.Yann Ylavic2022-01-271-1/+1