summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | win32: Remove non-unicode codepath from apr_dso_load().Ivan Zhakov2019-05-191-52/+21
* | Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-193-5/+28
* | * CMakeLists.txt: Error if MIN_WINDOWS_VER set to Vista.Ivan Zhakov2019-05-191-1/+1
* | * CMakeLists.txt: Set MIN_WINDOWS_VER to Windows 7 by default.Ivan Zhakov2019-05-191-1/+1
* | * CMakeLists.txt: Define _WIN32_WINNT to 0x0601 by default, since Windows 7Ivan Zhakov2019-05-191-1/+1
* | * include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7Ivan Zhakov2019-05-191-1/+1
* | win32: Use INIT_ONCE to prevent loading delayed libraries multiple times.Ivan Zhakov2019-05-181-16/+29
* | Follow-up to r1859473: Fix stupid typo: use *OFFSET instead of OFFSET inIvan Zhakov2019-05-181-1/+1
* | win32: Do not use delay load for GetCompressedFileSize() and SetDllDirectoryW()Ivan Zhakov2019-05-181-29/+0
* | The minimum supported Windows OS versions are now Windows 7 / Windows ServerIvan Zhakov2019-05-181-0/+3
* | win32: Use SetFilePointerEx() instead of SetFilePointer().Ivan Zhakov2019-05-181-26/+21
* | win32: Use LoadLibraryW() instead of LoadLibraryA() to late load libraries.Ivan Zhakov2019-05-161-9/+9
* | Refactoring: Combine lateDllName and lateDllHandle arrays to one array ofIvan Zhakov2019-05-161-15/+23