summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/apr_buckets.h: Ensure macro argument is only expandedjorton2020-03-111-4/+6
* Happy New Year 2020rjung2020-01-011-1/+1
* Follow-up to r1871082: Actually use api-ms-win-downlevel-shell32-l1-1-0.dllivan2019-12-231-4/+4
* Follow-up to r1871447.ivan2019-12-231-3/+4
* win32: Rewrite late linking code (again) without using INIT_ONCE as groundworkivan2019-12-141-14/+9
* win32: Try to avoid loading shell32.dll whenever possible:ivan2019-12-091-1/+9
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-15/+17
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.ivan2019-09-201-6/+1
* win32: Remove unused code.ivan2019-09-071-27/+0
* win32: Fix very unlikely race condition in late linking code.ivan2019-09-071-6/+11
* Revert r1862435, r1862071 per veto from ivanjorton2019-08-281-28/+0
* Add empty stubs for APR pool functions, that arerjung2019-07-171-28/+10
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+3
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andjorton2019-07-021-3/+9
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersjorton2019-06-251-0/+22
* Revert r1833421 et al:minfrin2019-06-231-26/+0
* Revert r1833421 et al:minfrin2019-06-221-8/+0
* Revert r1833421 et al:minfrin2019-06-221-24/+0
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-0/+1
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.ivan2019-06-111-1/+2
* * include/arch/win32/apr_arch_misc.hivan2019-06-111-1/+2
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.minfrin2019-06-102-8/+60
* Make apr_*_inherit_set() actually work on Windows.ivan2019-06-071-9/+9
* Remove legacy and dead code from include/arch/win32/apr_arch_inherit.h.ivan2019-06-071-79/+0
* * include/arch/win32/apr_arch_file_io.hivan2019-06-071-12/+1
* Windows platform: Use semaphore object instead of manual reset event toivan2019-06-071-2/+2
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelivan2019-05-281-0/+9
* Windows platform: Use XmlLite by default in legacy build.ivan2019-05-271-1/+2
* Windows platform: Use WSAPoll directly.ivan2019-05-271-32/+0
* Windows platform: Provide a native XML parser implementation based onivan2019-05-271-0/+1
* win32: Factor out common code to private function apr_wait_for_single_object().ivan2019-05-261-0/+5
* Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.ivan2019-05-201-3/+2
* Use native one-time initialization [1] to implement apr_thread_once_t onivan2019-05-191-1/+1
* * include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7ivan2019-05-191-1/+1
* win32: Do not use delay load for GetCompressedFileSize() and SetDllDirectoryW()ivan2019-05-181-29/+0
* Use documented GetFileInformationByHandleEx() instead ofivan2019-05-051-25/+0
* Fix some missing doxygen documentation (even if ready to use!)jailletc362019-05-041-2/+4
* stdint.h and inttypes.h may include each other so define __STDC macros first.ylavic2019-03-221-5/+7
* Define __STDC_FORMAT_MACROS for C++'s inttypes.ylavic2019-03-221-2/+5
* Don't mangle Darwin's native [U]INT64_C macros.ylavic2019-03-221-10/+10
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-2/+7
* Narrow symbolic link detection on NTFSwrowe2019-03-201-1/+2
* Small corrections to if_indextoname resolution on win32, compiles cleanwrowe2019-03-191-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC wrowe2019-03-191-2/+24
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...jim2019-03-141-0/+7
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.ylavic2019-03-081-0/+7
* atomic: c89/ansi can use native atomics for builtin and solarisylavic2019-01-171-4/+4
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-171-2/+6
* Happy New Year 2019rjung2019-01-011-1/+1
* Add in Atomics for 64bit intsjim2018-09-172-0/+71