summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* atomics: Disentangle 32bit and 64bit atomics configuration.Yann Ylavic2023-04-211-11/+9
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-211-0/+10
|\
| * On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-271-0/+10
* | Remove trailing whitespaces.Ivan Zhakov2022-11-1917-52/+52
* | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-145-0/+5
* | Remove declaration on removed function (status_from_res_error).Ivan Zhakov2022-07-091-2/+0
* | Replace tabs to spaces.Ivan Zhakov2022-07-083-13/+13
* | win32: Fix build with IPv6 disabled.Ivan Zhakov2022-07-081-0/+4
|/
* 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
* 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
* 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-021-10/+2
* Add support for APU_HAS_ICONV optionMladen Turk2021-12-021-1/+1
* 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
* poll: don't #include sys/poll.h if poll.h is available.Yann Ylavic2021-09-091-3/+1
* * locks/unix/thread_mutex.c,Joe Orton2021-07-021-0/+2
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-034-0/+4
* Restore deprecated function names for httpd and tcnativeWilliam A. Rowe Jr2020-09-051-0/+10
* Follow-up to r1871082: Actually use api-ms-win-downlevel-shell32-l1-1-0.dllIvan Zhakov2019-12-231-4/+4
* Follow-up to r1871447.Ivan Zhakov2019-12-231-3/+4
* win32: Rewrite late linking code (again) without using INIT_ONCE as groundworkIvan Zhakov2019-12-141-14/+9
* win32: Try to avoid loading shell32.dll whenever possible:Ivan Zhakov2019-12-091-1/+9
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-15/+17
* win32: Remove unused code.Ivan Zhakov2019-09-071-27/+0
* win32: Fix very unlikely race condition in late linking code.Ivan Zhakov2019-09-071-6/+11
* * include/arch/win32/apr_arch_misc.hIvan Zhakov2019-06-111-0/+1
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.Ivan Zhakov2019-06-111-1/+2
* * include/arch/win32/apr_arch_misc.hIvan Zhakov2019-06-111-1/+2
* Make apr_*_inherit_set() actually work on Windows.Ivan Zhakov2019-06-071-9/+9
* Remove legacy and dead code from include/arch/win32/apr_arch_inherit.h.Ivan Zhakov2019-06-071-79/+0
* * include/arch/win32/apr_arch_file_io.hIvan Zhakov2019-06-071-12/+1
* Windows platform: Use semaphore object instead of manual reset event toIvan Zhakov2019-06-071-2/+2
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelIvan Zhakov2019-05-281-0/+9
* Windows platform: Use WSAPoll directly.Ivan Zhakov2019-05-271-32/+0
* win32: Factor out common code to private function apr_wait_for_single_object().Ivan Zhakov2019-05-261-0/+5
* Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.Ivan Zhakov2019-05-201-3/+2
* Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-191-1/+1
* win32: Do not use delay load for GetCompressedFileSize() and SetDllDirectoryW()Ivan Zhakov2019-05-181-29/+0
* Use documented GetFileInformationByHandleEx() instead ofIvan Zhakov2019-05-051-25/+0
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-201-1/+2
* Small corrections to if_indextoname resolution on win32, compiles cleanWilliam A. Rowe Jr2019-03-191-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC William A. Rowe Jr2019-03-191-2/+24
* atomic: c89/ansi can use native atomics for builtin and solarisYann Ylavic2019-01-171-4/+4