summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Merge changes fromwin32-pollset-wakeup-no-file-socket-emulationivan2022-02-0914-124/+581
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch:ivan2022-01-202-39/+6
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch:ivan2022-01-206-189/+207
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch:ivan2022-01-201-8/+4
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch:ivan2022-01-198-84/+147
* New development branch to rework win32 poll wakeup implemention. The plan is:ivan2022-01-190-0/+0
* apr_thread: Follow up to r1897197: Safer apr_thread_join().ylavic2022-01-193-20/+15
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.ylavic2022-01-195-64/+71
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.ylavic2022-01-186-265/+155
* apr_cstr: Follow up to r1897102: Yet better apr_cstr_casecmp[n]().ylavic2022-01-161-14/+16
* apr_cstr: Improve apr_cstr_casecmp() and apr_cstr_casecmpn() performances.ylavic2022-01-151-26/+16
* Move misplaced comment.ylavic2022-01-131-2/+2
* Disable odbc tests with ASan for now, dlclose() leaks memory somehow.ylavic2022-01-131-1/+4
* Add Asan builds to travis.ylavic2022-01-121-4/+32
* apr_sockaddr_ip_getbuf: Follow up to r1883728.ylavic2022-01-121-3/+4
* Revert VPATH build breakage introduced in r1890191wrowe2022-01-121-2/+2
* apr_buckets_file: Always use the given pool for FILE buckets set aside.ylavic2022-01-071-4/+1
* apr_atomic_set64: Follow up to r1868129.ylavic2022-01-071-0/+7
* testcrypto: Fix warnings about unused functions (depending on the libs avail).ylavic2022-01-071-11/+55
* testatomic: Fix gcc-11 warnings.ylavic2022-01-071-9/+9
* Since bionic is the default, switch one -Werror build to xenial.jorton2022-01-071-2/+2
* apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.ylavic2022-01-061-6/+6
* Win32: Minor optimization of apr_stat() and apr_file_info_get().ivan2022-01-051-2/+4
* Add GCC 10 build to Travis config.jorton2022-01-051-0/+10
* * file_io/win32/filestat.civan2022-01-051-2/+1
* * file_io/win32/filestat.c:ivan2022-01-051-1/+0
* Remove Windows 95 compatibility code.ivan2022-01-053-78/+36
* Fix a regression in apr_stat() for root path on Windows caused by the extendedivan2022-01-051-10/+6
* Follow-up to r1896625: Add typecast.ivan2022-01-021-1/+1
* Refactor code for further code improvements.ivan2022-01-021-1/+51
* Optimize apr_file_mtime_set() on Windows.ivan2022-01-022-11/+4
* apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().ylavic2021-12-301-12/+16
* Cleanup README.cmake 'experimental' claims. It works and builds perfectlymturk2021-12-071-43/+10
* Add minimal vcpkg ports/apr-2mturk2021-12-032-0/+64
* Do not install import libraries for DSO modulesmturk2021-12-031-3/+8
* Get rid of useless APU_DSO_MODULE_BUILD for CMakemturk2021-12-031-3/+0
* Ensure that APR_HAVE_MODULAR_DSO is defined with valuemturk2021-12-031-4/+7
* Use the correct location for installing apr-2 headers (same layout as on nixes)mturk2021-12-031-3/+3
* libapr.rc already appends -2 suffix to DLL_NAMEmturk2021-12-031-3/+3
* Add support for building sqlite3 dbd module ... It compiles and pass testsmturk2021-12-032-3/+26
* Use standard configure options for dbd ODBCmturk2021-12-032-8/+7
* Fix testcrypto ensuring it runs only compiled driversmturk2021-12-031-51/+34
* Change rest of variable append directivesmturk2021-12-031-2/+2
* Fix module names and use CMake's LIST APPEND instead using SET(foo ${foo} ...mturk2021-12-031-17/+17
* TAB police ... get rid of missmatch of TAB and spaces through the codemturk2021-12-022-95/+95
* TAB police ... get rid of missmatch of TAB and spaces through the codemturk2021-12-025-200/+200
* Add option to create 'minimal' build without any third-party library dependen...mturk2021-12-021-6/+10
* Fix message; The LOCATION property should not be read from target gen_test_charmturk2021-12-021-1/+1
* Fix xml test suite. External parsers do not return APR error codesmturk2021-12-021-1/+1
* Get rid of check for old versions that cannot be run anyhowmturk2021-12-023-35/+5