summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* In case that we have threads store the apr_reslist parameters in therpluem2023-04-281-0/+7
* atomics: Disentangle 32bit and 64bit atomics configuration.ylavic2023-04-211-11/+9
* Re-order the fields of 'struct apr_finfo_t' to avoid a hole and some padding.jailletc362023-02-191-2/+2
* duplicate linecovener2023-02-171-1/+0
* Re-order the fields of 'struct apr_bucket_file' to avoid a hole and some padd...jailletc362023-02-141-5/+5
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-212-0/+33
* bump copyright for 2023covener2023-01-191-1/+1
* Remove trailing whitespaces in all *.h.ivan2022-11-1977-810/+810
* Revert r1902312, r1904699 in preparation for a slightly different change.kotkov2022-10-201-6/+0
* apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.ylavic2022-10-191-0/+6
* apr_thread: Provide apr_threadattr_max_free_set().ylavic2022-07-146-0/+14
* win32: Move warning settings to CMakeLists.txt compile options instead ofivan2022-07-101-13/+0
* Remove declaration on removed function (status_from_res_error).ivan2022-07-091-2/+0
* Replace tabs to spaces.ivan2022-07-087-150/+150
* win32: Fix build with IPv6 disabled.ivan2022-07-081-0/+4
* apr_strings: Provide apr_memzero_explicit() in APR.ylavic2022-06-281-0/+10
* encoding: Better check inputs of apr_{encode,decode}_* functions.ylavic2022-06-272-171/+257
* atomic: Detect 32bit and 64bit atomic builtins separately.ylavic2022-06-261-1/+8
* win32: Remove unused ANSI compatibility code.ivan2022-06-171-1/+0
* Bump (C)wrowe2022-03-091-1/+1
* * Improve detection of _Thread_localrpluem2022-03-091-1/+3
* Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.ivan2022-02-093-11/+31
* poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.ylavic2022-01-271-1/+1
* poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.ylavic2022-01-261-0/+1
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().ylavic2022-01-251-1/+7
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..ylavic2022-01-251-3/+7
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.ylavic2022-01-191-0/+37
* apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.ylavic2022-01-061-6/+6
* apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().ylavic2021-12-301-12/+16
* Get rid of useless APU_DSO_MODULE_BUILD for CMakemturk2021-12-031-3/+0
* Add support for building sqlite3 dbd module ... It compiles and pass testsmturk2021-12-031-1/+1
* Use standard configure options for dbd ODBCmturk2021-12-031-7/+3
* Stage 3 in cleaning win95 code ... cleanup headersmturk2021-12-021-24/+0
* Stage 2 in dissmantling _WIN_32_WCE ... cleanup private header filesmturk2021-12-024-18/+2
* Stage 1 in dissmantling _WIN_32_WCE ... cleanup header filesmturk2021-12-023-72/+52
* Add support for APU_HAS_ICONV optionmturk2021-12-022-2/+2
* Use enum instead multiple booleansmturk2021-11-191-1/+7
* Sync WIN32 local function names with 1.7.x branch -- no functional changemturk2021-11-191-4/+6
* Follow up to r1895106: Use less expensive atomics for wakeup.ylavic2021-11-191-1/+1
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...mturk2021-11-171-1/+3
* Revert r1894618.ylavic2021-10-295-63/+0
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-295-0/+63
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatminfrin2021-10-254-0/+4
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitminfrin2021-10-191-0/+37
* apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/gylavic2021-09-101-1/+1
* poll: don't #include sys/poll.h if poll.h is available.ylavic2021-09-091-3/+1
* * locks/unix/thread_mutex.c,jorton2021-07-021-0/+2
* apr_dbm: Add dedicated apr_dbm_get_driver() function that returnsminfrin2021-06-212-8/+54
* Remove Windows apr_mmap_t members pstart, psize and poffset.ylavic2021-03-021-4/+0
* Align apr_mmap()ing offset to a page boundary. PR 65158.ylavic2021-03-021-3/+4