summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
* Silence WARNING 'Makefile.in' seems to ignore the --datarootdir settingWilliam A. Rowe Jr2019-03-121-0/+1
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.Yann Ylavic2019-03-081-0/+7
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.Yann Ylavic2019-02-222-6/+2
* atomic: c89/ansi can use native atomics for builtin and solarisYann Ylavic2019-01-171-4/+4
* atomics: follow up to r1841078: provide specific initializer for generic 64bitYann Ylavic2019-01-1710-14/+43
* jose: declare local functions as static.Yann Ylavic2019-01-171-0/+13