summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use documented GetFileInformationByHandleEx() instead ofIvan Zhakov2019-05-051-25/+0
* Fix some missing doxygen documentation (even if ready to use!)Christophe Jaillet2019-05-041-2/+4
* 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-221-2/+7
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-201-1/+2
* Small corrections to if_indextoname resolution on win32, compiles cleanWilliam A. Rowe Jr2019-03-191-1/+1
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC William A. Rowe Jr2019-03-191-2/+24
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...Jim Jagielski2019-03-141-0/+7
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.Yann Ylavic2019-03-081-0/+7
* 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-171-2/+6
* Happy New Year 2019Rainer Jung2019-01-011-1/+1
* Add in Atomics for 64bit intsJim Jagielski2018-09-172-0/+71
* Explicitly declare parameters as nonnull.Graham Leggett2018-09-021-17/+34
* Fix a doxygen warningChristophe Jaillet2018-09-021-1/+1
* apr_jose: Change the signature of apr_jose_make() so that it is noGraham Leggett2018-09-011-15/+29
* apr_json: Split apr_json_object_set() into apr_json_object_set() withGraham Leggett2018-09-011-2/+18
* Add header and tests for JOSE support. I need sleep.Graham Leggett2018-09-011-0/+1139
* Axe the 'pool' arg from apr_json_array_add() since it's not needed.Graham Leggett2018-09-011-3/+2
* Simplify apr_errprintf() to return a structure instead of a status.Graham Leggett2018-09-011-5/+5
* Revert 1839755 for now to unblock apr_jose.h.Graham Leggett2018-09-011-11/+12
* apr_json: object keys are strings.Yann Ylavic2018-08-311-12/+11
* Make it possible to iterate through JSON arrays as well as JSON objects.Graham Leggett2018-08-311-2/+68
* Add apr_json_object_first() and apr_json_object_next(), allowing theGraham Leggett2018-08-301-0/+25
* Clarify comments on apr_json functions.Graham Leggett2018-08-301-3/+5
* Teach apr_json_object_get() to support a length, to align with apr_hash_get().Graham Leggett2018-08-301-1/+4
* Let Doxygen build the crypto docChristophe Jaillet2018-08-261-1/+1
* s/APR_NOKEY/APR_ENOKEY/Christophe Jaillet2018-08-261-4/+4
* s/APR_NOTIMPL/APR_ENOTIMPL/Christophe Jaillet2018-08-261-1/+1
* Do not forget to escape characters in the documentation of functions that esc...Christophe Jaillet2018-08-261-5/+5
* Slightly improve doxygen generated documentation.Christophe Jaillet2018-08-266-22/+23
* Add apr_errprintf() as a convenience function to create andGraham Leggett2018-08-191-0/+22
* crypto: move APR_USE_OPENSSL_PRE* definitions to apr_crypto_internal.h.Yann Ylavic2018-08-041-0/+18
* Add the ability to overlay one JSON object over another.Graham Leggett2018-08-031-0/+29
* Pass the apr_json_value_t into the apr_json_object_get() function toGraham Leggett2018-08-021-1/+1
* Follow up to r1836616: Provide APR_SIZEOF_OFF_T on Windows/Netware too.Yann Ylavic2018-07-253-0/+15
* Provide APR_SIZEOF_OFF_T.Yann Ylavic2018-07-251-0/+1
* apr_crypto: Add support for digest functions, with hashing, signingGraham Leggett2018-07-223-41/+599
* Begone foul tabs, and blight not our shores.Graham Leggett2018-07-161-12/+12
* Rework the create functions to create a JSON object for eachGraham Leggett2018-07-151-10/+79
* * We cannot define the type of apr_json_object_t twice, here and in line 83.Ruediger Pluem2018-07-091-2/+2
* apr_json: Add support for encoding and decoding RFC8259 JSON.Graham Leggett2018-07-081-0/+248
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.Yann Ylavic2018-06-281-1/+4
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-271-13/+28
* Follow up to r1834371: enclose bitwise OR macro between parentheses.Yann Ylavic2018-06-271-1/+1
* FIx one more formatting oddness introduced by the indent tool.Graham Leggett2018-06-251-2/+2
* FIx some formatting oddness introduced by the indent tool.Graham Leggett2018-06-251-57/+57
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-253-0/+666