summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * misc/win32/misc.cIvan Zhakov2019-06-111-2/+2
* * misc/win32/misc.cIvan Zhakov2019-06-111-1/+3
* * network_io/win32/sockets.c: Remove ANSI codepath.Ivan Zhakov2019-06-111-33/+11
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-108-168/+334
* Allow NSS to be found on MacPorts installations.Graham Leggett2019-06-101-1/+1
* 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
* * file_io/win32/dir.cIvan Zhakov2019-06-071-2/+0
* * file_io/win32/dir.cIvan Zhakov2019-06-071-10/+1
* * include/arch/win32/apr_arch_file_io.hIvan Zhakov2019-06-072-20/+9
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenIvan Zhakov2019-06-072-1/+63
* Windows platform: Remove ANSI codepath from apr_dir_*().Ivan Zhakov2019-06-071-192/+85
* Windows platform: Use semaphore object instead of manual reset event toIvan Zhakov2019-06-072-8/+7
* Windows platform: Make pipe test report 'not implemented' instead of failing.Ivan Zhakov2019-05-281-1/+6
* * Only include apr_arch_utf8.h if we use xmlliteRuediger Pluem2019-05-281-1/+1
* * locks/win32/thread_mutex.cIvan Zhakov2019-05-281-16/+3
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelIvan Zhakov2019-05-282-21/+62
* Add simple tests for nested and unnested thread mutexes.Ivan Zhakov2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.Ivan Zhakov2019-05-271-1/+4
* Windows platform: Use XmlLite by default in legacy build.Ivan Zhakov2019-05-271-1/+2
* Windows platform: Use WSAPoll directly.Ivan Zhakov2019-05-273-47/+2
* * util-misc/apr_thread_pool.cIvan Zhakov2019-05-271-1/+1
* Fix bug in apr_json_double_create().Ivan Zhakov2019-05-272-1/+48
* Windows platform: Provide a native XML parser implementation based onIvan Zhakov2019-05-274-12/+679
|\
| * On 'xmllite' branch: Merge changes from trunk.xmlliteIvan Zhakov2019-05-2710-104/+102
| |\ | |/ |/|
* | Use manual reset events for OVERLAPPED I/O on Windows: I/O operations resetIvan Zhakov2019-05-272-5/+5
* | * file_io/win32/open.cIvan Zhakov2019-05-271-1/+2
* | Optimize overlapped I/O for files and pipes on Windows.Ivan Zhakov2019-05-271-10/+30
* | * file_io/win32/readwrite.cIvan Zhakov2019-05-271-8/+6
* | * file_io/win32/open.cIvan Zhakov2019-05-271-5/+2
* | * file_io/win32/readwrite.cIvan Zhakov2019-05-271-18/+5
* | win32: Factor out common code to private function apr_wait_for_single_object().Ivan Zhakov2019-05-265-62/+43
* | Fix handle leak in the Win32 apr_uid_current implementation.Ivan Zhakov2019-05-262-8/+22
| * On 'xmllite' branch: Update CHANGES file.Ivan Zhakov2019-05-271-0/+3
| * On 'xmllite' branch: Fix indentation.Ivan Zhakov2019-05-261-4/+2
| * On 'xmllite' branch: Increase chunk size for CDATA processing.Ivan Zhakov2019-05-261-1/+1
| * On 'xmllite' branch: Merge changes from trunk.Ivan Zhakov2019-05-269-185/+109
| |\ | |/ |/|
* | Follow-up to r1859519.Ivan Zhakov2019-05-261-1/+1
* | Follow-up to r1860045: Fix condition.Ivan Zhakov2019-05-261-1/+1
* | * file_io/win32/filestat.cIvan Zhakov2019-05-261-3/+2
* | * file_io/win32/filestat.cIvan Zhakov2019-05-261-8/+15
* | win32: Remove ANSI codepath from apr_file_attrs_set().Ivan Zhakov2019-05-261-30/+6
* | win32: Correctly cancel write operation on timeout.Ivan Zhakov2019-05-261-19/+31
* | * file_io/win32/readwrite.cIvan Zhakov2019-05-262-3/+3
* | * file_io/win32/readwrite.cIvan Zhakov2019-05-261-2/+1
* | apr_generate_random_bytes: Use BCryptGenRandom() instead of CryptGenRandom()Ivan Zhakov2019-05-212-18/+13
* | Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.Ivan Zhakov2019-05-203-108/+44
| * On 'xmllite' branch: Fix indentation.Ivan Zhakov2019-05-261-2/+1
| * On 'xmllite' branch: Merge changes from trunk.Ivan Zhakov2019-05-2015-148/+151
| |\ | |/ |/|
* | * dso/win32/dso.cIvan Zhakov2019-05-191-2/+5