summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* 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
* Pull out caller actions from AC_CACHE_CHECK in APR_CHECK_TYPES_FMT_COMPATIBLE.Yann Ylavic2019-03-221-5/+10
* The string conversion to apr_off_t is strtoll when it's a long long.Yann Ylavic2019-03-221-1/+1
* Purely cosmetic change for list of features following CMake configureWilliam A. Rowe Jr2019-03-221-3/+2
* stdint.h and inttypes.h may include each other so define __STDC macros first.Yann Ylavic2019-03-221-5/+7
* Define __STDC_FORMAT_MACROS for C++'s inttypes.Yann Ylavic2019-03-221-2/+5
* Don't mangle Darwin's native [U]INT64_C macros.Yann Ylavic2019-03-221-10/+10
* Use stdint/inttypes 64bit types/formats when both available.Yann Ylavic2019-03-223-14/+46
* * file_io/unix/filepath.c (apr_filepath_merge): Fix Coverity warning;Joe Orton2019-03-221-1/+1
* Use proc mutex pthread by default when robust[_np]Yann Ylavic2019-03-223-7/+62
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-204-15/+97
* User-facing behavior changesWilliam A. Rowe Jr2019-03-201-0/+5
* apr_thread_cond_timedwait on windows should wait on the semaphore.Yann Ylavic2019-03-201-1/+1
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.William A. Rowe Jr2019-03-191-1/+5
* Small corrections to if_indextoname resolution on win32, compiles cleanWilliam A. Rowe Jr2019-03-192-3/+3
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC William A. Rowe Jr2019-03-193-5/+28
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,William A. Rowe Jr2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEWilliam A. Rowe Jr2019-03-192-7/+36
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...Jim Jagielski2019-03-141-0/+7
* Quit redundantly looking up shlibpath_varWilliam A. Rowe Jr2019-03-131-1/+4
* Silence some leftover noisy trace logicWilliam A. Rowe Jr2019-03-131-1/+0