summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix issue 61109: Use LocalFree() instead of GlobalFree() to free result ofIvan Zhakov2019-05-161-1/+1
| * * test/testbuckest.c (flatten_match): Fix error message (thanks to gcc warning).Joe Orton2019-05-161-1/+1
| * win32: Check return value from apr_generate_random_bytes() inIvan Zhakov2019-05-161-2/+8
| * win32: Fix handle leak apr_shm_create() implementation.Ivan Zhakov2019-05-151-2/+6
| * win32: Use LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR flag for LoadLibraryExW inIvan Zhakov2019-05-151-10/+4
| * apr_dir_read: Do not request short file names on Windows 7 and later. ThisIvan Zhakov2019-05-131-1/+15
| * Use API constant instead of magic number.Ivan Zhakov2019-05-131-1/+1
* | On 'xmllite' branch: Merge changes from trunk.Ivan Zhakov2019-05-121-0/+87
|\ \ | |/
| * Add simple tests for apr_xml_parser_geterror().Ivan Zhakov2019-05-121-0/+51
| * Add more XML tests.Ivan Zhakov2019-05-121-0/+34
| * Call apr_xml_quote_elem() before apr_xml_to_text() in round-trip XML tests.Ivan Zhakov2019-05-121-0/+2
* | On 'xmllite' branch: Add initial XmlLite based XML parser implementation.Ivan Zhakov2019-05-121-15/+573
* | On 'xmllite' branch: Add placeholder for XmlLite support.Ivan Zhakov2019-05-113-12/+121
* | Create experimental branch to use XmlLite as library for XML parser on Windows.Ivan Zhakov2019-05-110-0/+0
|/
* Add another test for apr_xml_parser.Ivan Zhakov2019-05-111-0/+74
* Use documented GetFileInformationByHandleEx() instead ofIvan Zhakov2019-05-052-37/+3
* Fix some missing doxygen documentation (even if ready to use!)Christophe Jaillet2019-05-041-2/+4
* * file_io/win32/filestat.cIvan Zhakov2019-04-281-1/+2
* * file_io/win32/filestat.c: Use IsReparseTagNameSurrogate() macro to test forIvan Zhakov2019-04-281-1/+1
* Register test/testjson.c and test/testjose.c in CMake build.Ivan Zhakov2019-04-281-0/+2
* Follow-up to r1835348: Register json/*.c in CMake build.Ivan Zhakov2019-04-281-0/+3
* Follow-up to r1839819: Register jose/*.c in CMake build.Ivan Zhakov2019-04-281-0/+3
* Follow-up to r1834371: Register encoding/apr_encode.c and test/testencode.cIvan Zhakov2019-04-281-0/+2
* Follow-up to r1838375: Register util-misc/apr_error.c in CMake build.Ivan Zhakov2019-04-281-0/+1
* Follow-up to r1841078: Register atomic/win32/apr_atomic64.c in CMake build.Ivan Zhakov2019-04-281-0/+1
* Add .vs directory to svn:ignore.Ivan Zhakov2019-04-280-0/+0
* Address some warnings raised by MSVC-32/64.Yann Ylavic2019-04-034-46/+18
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwaysWilliam A. Rowe Jr2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorWilliam A. Rowe Jr2019-04-012-28/+4
* apr_dir: no need to allocate our dir entry if readdir{,64}_r() is not used.Yann Ylavic2019-03-251-9/+14
* Follow up to r1856189: use NAME_MAX from limits.h when available.Yann Ylavic2019-03-251-1/+5
* Follow up to r1856189: sys/types.h possibly needed.Yann Ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.Yann Ylavic2019-03-252-4/+24
* testencode: better fix compilation on VS.Yann Ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.Yann Ylavic2019-03-221-28/+11