summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* If --with-installbuilddir is not supplied, it unconditially overrides the valuerjung2018-08-253-2/+4
* Add apr_errprintf() as a convenience function to create andminfrin2018-08-193-0/+70
* crypto: follow up to r1833421.ylavic2018-08-042-3/+268
* crypto: move APR_USE_OPENSSL_PRE* definitions to apr_crypto_internal.h.ylavic2018-08-042-18/+20
* Add the ability to overlay one JSON object over another.minfrin2018-08-033-0/+115
* Pass the apr_json_value_t into the apr_json_object_get() function tominfrin2018-08-022-3/+7
* Follow up to r1836616: Provide APR_SIZEOF_OFF_T on Windows/Netware too.ylavic2018-07-253-0/+15
* Provide APR_SIZEOF_OFF_T.ylavic2018-07-252-0/+8
* configure.in: match fallback apr_off_t type with the comment/format.ylavic2018-07-251-1/+1
* * Scratch md2 and md4 as they are not part of key_digests arrayrpluem2018-07-251-3/+1
* crypto: follow up to r1836439: restore apr_crypto_lib_init/term().ylavic2018-07-244-158/+12
* PR 62555: fix edge-case int overflow in apr_itoaniq2018-07-231-8/+12
* apr_crypto: follow up to r1836445: fix APR_USE_OPENSSL_PRE_1_1_API check.ylavic2018-07-231-1/+1
* apr_crypto: Add support for digest functions, with hashing, signingminfrin2018-07-229-562/+3981
* Make sure we compile in the absence of APU_HAVE_CRYPTO_PRNG. Make sure we don'tminfrin2018-07-222-6/+18
* Make sure rv is not used uninitialised.minfrin2018-07-181-1/+1
* Remove dereference of null pointer.minfrin2018-07-181-1/+2
* Remove dead assignments.minfrin2018-07-184-7/+7
* Begone foul tabs, and blight not our shores.minfrin2018-07-164-70/+70
* apr_json: strengthen decoding of float and object key.ylavic2018-07-161-13/+22
* Document apr_xml_internal.h.minfrin2018-07-151-7/+16
* Rework the create functions to create a JSON object for eachminfrin2018-07-154-27/+193
* * We cannot define the type of apr_json_object_t twice, here and in line 83.rpluem2018-07-091-2/+2
* Remove redundant checks, trailing garbage is caught elsewhere.minfrin2018-07-081-12/+3
* Create the subpool after the failure cases are all considerd.minfrin2018-07-081-7/+8
* Fix the string unescape logic for multiple escaped characters. Addminfrin2018-07-082-13/+36
* apr_json: Add support for encoding and decoding RFC8259 JSON.minfrin2018-07-0810-2/+1588
* apr_crypto: follow up to r1833359: axe cprng_rekey() helper.ylavic2018-06-281-15/+12
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.ylavic2018-06-283-31/+35
* apr_crypto: follow up to r1833359: save a memset().ylavic2018-06-281-2/+1
* apr_crypto: follow up to r1833359: simpler cprng_stream[_ctx]_bytes interface.ylavic2018-06-281-59/+49
* apr_crypto: follow up to r1833359: wipe the key from openssl internals.ylavic2018-06-281-5/+15
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-274-174/+420
* Follow up to r1834371: enclose bitwise OR macro between parentheses.ylavic2018-06-271-1/+1
* * build/buildcheck.sh, buildconf: Detect and run under Python 3 or 2,jorton2018-06-273-24/+29
* FIx one more formatting oddness introduced by the indent tool.minfrin2018-06-251-2/+2
* FIx some formatting oddness introduced by the indent tool.minfrin2018-06-251-57/+57
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-2510-45/+3213
* Fix some doxygen commentsjailletc362018-06-243-4/+4
* apr_reslist: put common code in push_resource().ylavic2018-06-211-12/+13
* apr_reslist: don't release/re-acquire the mutex in apr_reslist_release().ylavic2018-06-211-20/+20
* Reduce reslist test execution time.ylavic2018-06-211-1/+1
* apr_reslist: add apr_reslist_acquire_ex().ylavic2018-06-213-9/+53
* apr_reslist: always expire oldest entries first.ylavic2018-06-211-13/+20
* apr_reslist: follow up to r1834023: avoid unnecessary apr_time_now() calls.ylavic2018-06-211-3/+7
* apr_reslist: fix release of resource with zero/no TTL.ylavic2018-06-211-2/+4
* apr_reslist: test for ttl = 0ylavic2018-06-211-0/+39
* apr_crypto_prng API backported to 1.7.x.ylavic2018-06-211-3/+0
* apr_crypto: follow up to r1833599: simpler #ifdef-ery.ylavic2018-06-211-16/+4
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.ylavic2018-06-213-4/+4