summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* In case that we have threads store the apr_reslist parameters in theRuediger Pluem2023-04-281-0/+7
* atomics: Disentangle 32bit and 64bit atomics configuration.Yann Ylavic2023-04-211-11/+9
* Re-order the fields of 'struct apr_finfo_t' to avoid a hole and some padding.Christophe Jaillet2023-02-191-2/+2
* duplicate lineEric Covener2023-02-171-1/+0
* Re-order the fields of 'struct apr_bucket_file' to avoid a hole and some padd...Christophe Jaillet2023-02-141-5/+5
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-212-0/+33
|\
| * On 'thread-name' branch: Merge changes from trunk.thread-nameIvan Zhakov2022-06-291-0/+10
| |\
| * | On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-272-0/+33
* | | bump copyright for 2023Eric Covener2023-01-191-1/+1
* | | Remove trailing whitespaces.Ivan Zhakov2022-11-1977-810/+810
* | | Revert r1902312, r1904699 in preparation for a slightly different change.Evgeny Kotkov2022-10-201-6/+0
* | | apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.Yann Ylavic2022-10-191-0/+6
* | | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-146-0/+14
* | | win32: Move warning settings to CMakeLists.txt compile options instead ofIvan Zhakov2022-07-101-13/+0
* | | Remove declaration on removed function (status_from_res_error).Ivan Zhakov2022-07-091-2/+0
* | | Replace tabs to spaces.Ivan Zhakov2022-07-087-150/+150
* | | win32: Fix build with IPv6 disabled.Ivan Zhakov2022-07-081-0/+4
| |/ |/|
* | apr_strings: Provide apr_memzero_explicit() in APR.Yann Ylavic2022-06-281-0/+10
|/
* encoding: Better check inputs of apr_{encode,decode}_* functions.Yann Ylavic2022-06-272-171/+257
* atomic: Detect 32bit and 64bit atomic builtins separately.Yann Ylavic2022-06-261-1/+8
* win32: Remove unused ANSI compatibility code.Ivan Zhakov2022-06-171-1/+0
* Bump (C)William A. Rowe Jr2022-03-091-1/+1
* * Improve detection of _Thread_localRuediger Pluem2022-03-091-1/+3
* On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Merge changes fromwin32-pollset-wakeup-no-file-socket-emulationIvan Zhakov2022-02-092-1/+49
|\
| * poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.Yann Ylavic2022-01-271-1/+1
| * poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.Yann Ylavic2022-01-261-0/+1
| * apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-1/+7
| * apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-3/+7
| * apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-191-0/+37
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-201-2/+1
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-202-8/+8
* | On 'win32-pollset-wakeup-no-file-socket-emulation' branch:Ivan Zhakov2022-01-192-4/+25
|/
* apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.Yann Ylavic2022-01-061-6/+6
* apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().Yann Ylavic2021-12-301-12/+16
* Get rid of useless APU_DSO_MODULE_BUILD for CMakeMladen Turk2021-12-031-3/+0
* Add support for building sqlite3 dbd module ... It compiles and pass testsMladen Turk2021-12-031-1/+1
* Use standard configure options for dbd ODBCMladen Turk2021-12-031-7/+3
* Stage 3 in cleaning win95 code ... cleanup headersMladen Turk2021-12-021-24/+0
* Stage 2 in dissmantling _WIN_32_WCE ... cleanup private header filesMladen Turk2021-12-024-18/+2
* Stage 1 in dissmantling _WIN_32_WCE ... cleanup header filesMladen Turk2021-12-023-72/+52
* Add support for APU_HAS_ICONV optionMladen Turk2021-12-022-2/+2
* Use enum instead multiple booleansMladen Turk2021-11-191-1/+7
* Sync WIN32 local function names with 1.7.x branch -- no functional changeMladen Turk2021-11-191-4/+6
* Follow up to r1895106: Use less expensive atomics for wakeup.Yann Ylavic2021-11-191-1/+1
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...Mladen Turk2021-11-171-1/+3
* Revert r1894618.Yann Ylavic2021-10-295-63/+0
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-295-0/+63
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatGraham Leggett2021-10-254-0/+4
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitGraham Leggett2021-10-191-0/+37
* apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/gYann Ylavic2021-09-101-1/+1