summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * poll: Follow up to r1897521: struct epoll_event's events field is unsigned int.Yann Ylavic2022-01-271-3/+3
| * poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.Yann Ylavic2022-01-262-0/+5
| * poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-262-50/+79
| * Revert r1897518 (spurious changes).Yann Ylavic2022-01-263-234/+168
| * poll: Implement APR_POLLSET_NOCOPY for kqueue.Yann Ylavic2022-01-263-168/+234
| * apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-2510-1/+54
| * apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-256-24/+28
| * apr_thread: Follow up to r1897207: Don't NULLify current_thread on exit.Yann Ylavic2022-01-255-33/+5
| * apr_thread: Follow up to r1897179: abort_fn on apr_allocator_create() failure.Yann Ylavic2022-01-245-10/+20
| * apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-196-56/+435
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-202-39/+6
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-206-189/+207
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-201-8/+4
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-198-84/+147
* | New development branch to rework win32 poll wakeup implemention. The plan is:Ivan Zhakov2022-01-190-0/+0
|/
* apr_thread: Follow up to r1897197: Safer apr_thread_join().Yann Ylavic2022-01-193-20/+15
* apr_thread: Allocate the apr_thread_t struct on the thread's pool.Yann Ylavic2022-01-195-64/+71
* apr_thread: Follow up to r1884078: Unmanaged pools for attached threads too.Yann Ylavic2022-01-186-265/+155
* apr_cstr: Follow up to r1897102: Yet better apr_cstr_casecmp[n]().Yann Ylavic2022-01-161-14/+16
* apr_cstr: Improve apr_cstr_casecmp() and apr_cstr_casecmpn() performances.Yann Ylavic2022-01-151-26/+16
* Move misplaced comment.Yann Ylavic2022-01-131-2/+2
* Disable odbc tests with ASan for now, dlclose() leaks memory somehow.Yann Ylavic2022-01-131-1/+4
* Add Asan builds to travis.Yann Ylavic2022-01-121-4/+32
* apr_sockaddr_ip_getbuf: Follow up to r1883728.Yann Ylavic2022-01-121-3/+4
* Revert VPATH build breakage introduced in r1890191William A. Rowe Jr2022-01-121-2/+2
* apr_buckets_file: Always use the given pool for FILE buckets set aside.Yann Ylavic2022-01-071-4/+1
* apr_atomic_set64: Follow up to r1868129.Yann Ylavic2022-01-071-0/+7
* testcrypto: Fix warnings about unused functions (depending on the libs avail).Yann Ylavic2022-01-071-11/+55
* testatomic: Fix gcc-11 warnings.Yann Ylavic2022-01-071-9/+9
* Since bionic is the default, switch one -Werror build to xenial.Joe Orton2022-01-071-2/+2
* apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.Yann Ylavic2022-01-061-6/+6
* Win32: Minor optimization of apr_stat() and apr_file_info_get().Ivan Zhakov2022-01-051-2/+4
* Add GCC 10 build to Travis config.Joe Orton2022-01-051-0/+10
* * file_io/win32/filestat.cIvan Zhakov2022-01-051-2/+1
* * file_io/win32/filestat.c:Ivan Zhakov2022-01-051-1/+0
* Remove Windows 95 compatibility code.Ivan Zhakov2022-01-053-78/+36
* Fix a regression in apr_stat() for root path on Windows caused by the extendedIvan Zhakov2022-01-051-10/+6
* Follow-up to r1896625: Add typecast.Ivan Zhakov2022-01-021-1/+1
* Refactor code for further code improvements.Ivan Zhakov2022-01-021-1/+51
* Optimize apr_file_mtime_set() on Windows.Ivan Zhakov2022-01-022-11/+4
* apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().Yann Ylavic2021-12-301-12/+16
* Cleanup README.cmake 'experimental' claims. It works and builds perfectlyMladen Turk2021-12-071-43/+10
* Add minimal vcpkg ports/apr-2Mladen Turk2021-12-032-0/+64
* Do not install import libraries for DSO modulesMladen Turk2021-12-031-3/+8
* Get rid of useless APU_DSO_MODULE_BUILD for CMakeMladen Turk2021-12-031-3/+0
* Ensure that APR_HAVE_MODULAR_DSO is defined with valueMladen Turk2021-12-031-4/+7