summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Note apr_dir_pread.jorton2019-06-251-0/+4
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersjorton2019-06-255-9/+80
* * file_io/unix/filedup.c (file_dup): Add assert() for possible values jorton2019-06-251-0/+4
* Revert r1833421 et al:minfrin2019-06-241-15/+0
* apr_crypto_openssl: Remove unused link to the ssl library.minfrin2019-06-232-3/+6
* apu_dso_init: Fix pool lifetime and introduce a reference count. minfrin2019-06-232-16/+37
* Fix the declation test.minfrin2019-06-231-1/+1
* apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL minfrin2019-06-233-1/+30
* Revert r1833421 et al:minfrin2019-06-236-411/+45
* Revert r1833421 et al:minfrin2019-06-224-166/+113
* Revert r1833421 et al:minfrin2019-06-224-161/+2
* Fix typojailletc362019-06-131-1/+1
* Windows: create non-inheritable sockets in one step instead of creating aivan2019-06-111-20/+28
* * include/arch/win32/apr_arch_misc.hivan2019-06-112-2/+7
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.ivan2019-06-113-2/+5
* * include/arch/win32/apr_arch_misc.hivan2019-06-112-2/+5
* * misc/win32/misc.civan2019-06-111-1/+1
* * misc/win32/misc.civan2019-06-111-16/+4
* * misc/win32/misc.civan2019-06-111-2/+2
* * misc/win32/misc.civan2019-06-111-1/+3
* * network_io/win32/sockets.c: Remove ANSI codepath.ivan2019-06-111-33/+11
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.minfrin2019-06-108-168/+334
* Allow NSS to be found on MacPorts installations.minfrin2019-06-101-1/+1
* 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
* * file_io/win32/dir.civan2019-06-071-2/+0
* * file_io/win32/dir.civan2019-06-071-10/+1
* * include/arch/win32/apr_arch_file_io.hivan2019-06-072-20/+9
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenivan2019-06-072-1/+63
* Windows platform: Remove ANSI codepath from apr_dir_*().ivan2019-06-071-192/+85
* Windows platform: Use semaphore object instead of manual reset event toivan2019-06-072-8/+7
* Windows platform: Make pipe test report 'not implemented' instead of failing.ivan2019-05-281-1/+6
* * Only include apr_arch_utf8.h if we use xmlliterpluem2019-05-281-1/+1
* * locks/win32/thread_mutex.civan2019-05-281-16/+3
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelivan2019-05-282-21/+62
* Add simple tests for nested and unnested thread mutexes.ivan2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.ivan2019-05-271-1/+4
* Windows platform: Use XmlLite by default in legacy build.ivan2019-05-271-1/+2
* Windows platform: Use WSAPoll directly.ivan2019-05-273-47/+2
* * util-misc/apr_thread_pool.civan2019-05-271-1/+1
* Fix bug in apr_json_double_create().ivan2019-05-272-1/+48
* Windows platform: Provide a native XML parser implementation based onivan2019-05-274-12/+679
* Use manual reset events for OVERLAPPED I/O on Windows: I/O operations resetivan2019-05-272-5/+5
* * file_io/win32/open.civan2019-05-271-1/+2
* Optimize overlapped I/O for files and pipes on Windows.ivan2019-05-271-10/+30
* * file_io/win32/readwrite.civan2019-05-271-8/+6
* * file_io/win32/open.civan2019-05-271-5/+2
* * file_io/win32/readwrite.civan2019-05-271-18/+5
* win32: Factor out common code to private function apr_wait_for_single_object().ivan2019-05-265-62/+43
* Fix handle leak in the Win32 apr_uid_current implementation.ivan2019-05-262-8/+22