summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* On 'xmllite' branch: Merge changes from trunk.xmlliteivan2019-05-2710-104/+102
* On 'xmllite' branch: Update CHANGES file.ivan2019-05-271-0/+3
* On 'xmllite' branch: Fix indentation.ivan2019-05-261-4/+2
* On 'xmllite' branch: Increase chunk size for CDATA processing.ivan2019-05-261-1/+1
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-269-185/+109
* On 'xmllite' branch: Fix indentation.ivan2019-05-261-2/+1
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-2015-148/+151
* On 'xmllite' branch: Merge changes from trunk.ivan2019-05-121-0/+87
* On 'xmllite' branch: Add initial XmlLite based XML parser implementation.ivan2019-05-121-15/+573
* On 'xmllite' branch: Add placeholder for XmlLite support.ivan2019-05-113-12/+121
* Create experimental branch to use XmlLite as library for XML parser on Windows.ivan2019-05-110-0/+0
* Add another test for apr_xml_parser.ivan2019-05-111-0/+74
* Use documented GetFileInformationByHandleEx() instead ofivan2019-05-052-37/+3
* Fix some missing doxygen documentation (even if ready to use!)jailletc362019-05-041-2/+4
* * file_io/win32/filestat.civan2019-04-281-1/+2
* * file_io/win32/filestat.c: Use IsReparseTagNameSurrogate() macro to test forivan2019-04-281-1/+1
* Register test/testjson.c and test/testjose.c in CMake build.ivan2019-04-281-0/+2
* Follow-up to r1835348: Register json/*.c in CMake build.ivan2019-04-281-0/+3
* Follow-up to r1839819: Register jose/*.c in CMake build.ivan2019-04-281-0/+3
* Follow-up to r1834371: Register encoding/apr_encode.c and test/testencode.civan2019-04-281-0/+2
* Follow-up to r1838375: Register util-misc/apr_error.c in CMake build.ivan2019-04-281-0/+1
* Follow-up to r1841078: Register atomic/win32/apr_atomic64.c in CMake build.ivan2019-04-281-0/+1
* Add .vs directory to svn:ignore.ivan2019-04-280-0/+0
* Address some warnings raised by MSVC-32/64.ylavic2019-04-034-46/+18
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwayswrowe2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorwrowe2019-04-012-28/+4
* apr_dir: no need to allocate our dir entry if readdir{,64}_r() is not used.ylavic2019-03-251-9/+14
* Follow up to r1856189: use NAME_MAX from limits.h when available.ylavic2019-03-251-1/+5
* Follow up to r1856189: sys/types.h possibly needed.ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.ylavic2019-03-252-4/+24
* testencode: better fix compilation on VS.ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.ylavic2019-03-221-28/+11
* Pull out caller actions from AC_CACHE_CHECK in APR_CHECK_TYPES_FMT_COMPATIBLE.ylavic2019-03-221-5/+10
* The string conversion to apr_off_t is strtoll when it's a long long.ylavic2019-03-221-1/+1
* Purely cosmetic change for list of features following CMake configurewrowe2019-03-221-3/+2
* stdint.h and inttypes.h may include each other so define __STDC macros first.ylavic2019-03-221-5/+7
* Define __STDC_FORMAT_MACROS for C++'s inttypes.ylavic2019-03-221-2/+5
* Don't mangle Darwin's native [U]INT64_C macros.ylavic2019-03-221-10/+10
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-223-14/+46
* * file_io/unix/filepath.c (apr_filepath_merge): Fix Coverity warning;jorton2019-03-221-1/+1
* Use proc mutex pthread by default when robust[_np]ylavic2019-03-223-7/+62
* Narrow symbolic link detection on NTFSwrowe2019-03-204-15/+97
* User-facing behavior changeswrowe2019-03-201-0/+5
* apr_thread_cond_timedwait on windows should wait on the semaphore.ylavic2019-03-201-1/+1
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.wrowe2019-03-191-1/+5
* Small corrections to if_indextoname resolution on win32, compiles cleanwrowe2019-03-192-3/+3
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC wrowe2019-03-193-5/+28
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,wrowe2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEwrowe2019-03-192-7/+36
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...jim2019-03-141-0/+7