summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Quit redundantly looking up shlibpath_varwrowe2019-03-131-1/+4
* Silence some leftover noisy trace logicwrowe2019-03-131-1/+0
* Silence WARNING 'Makefile.in' seems to ignore the --datarootdir settingwrowe2019-03-121-0/+1
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.ylavic2019-03-081-0/+7
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.ylavic2019-02-222-6/+2
* atomic: c89/ansi can use native atomics for builtin and solarisylavic2019-01-171-4/+4
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-1710-14/+43
* jose: declare local functions as static.ylavic2019-01-171-0/+13
* Update config.guess and config.sub fromrjung2019-01-012-1547/+1517
* Happy New Year 2019rjung2019-01-012-2/+2
* * test/testpools.c (dodgy_cleanup) Run the right cleanup.jorton2018-11-231-1/+1
* * test/testpools.c: Test that it is safe to run a cleanup from a cleanup,jorton2018-11-231-0/+25
* Drop _EXPORT, as _IMPORT is assumed,, for loadable modulewrowe2018-11-221-1/+1
* Fix Python3 compatibility.brane2018-11-171-1/+2
* Untested but presumably this code was also -- found by Coverity:jorton2018-10-041-1/+1
* Add in Atomics for 64bit intsjim2018-09-178-0/+799
* Correct cut-n-paste assignment error.wrowe2018-09-081-1/+1
* Fix test coverage functionalityjailletc362018-09-072-12/+41
* Perform nesting level checks before each invocation of apr_jose_decode()minfrin2018-09-021-0/+35
* Explicitly declare parameters as nonnull.minfrin2018-09-022-22/+34
* Fix a doxygen warningjailletc362018-09-021-1/+1
* apr_jose: Change the signature of apr_jose_make() so that it is nominfrin2018-09-014-267/+271
* apr_json: Split apr_json_object_set() into apr_json_object_set() withminfrin2018-09-014-67/+109
* Add header and tests for JOSE support. I need sleep.minfrin2018-09-012-0/+2562
* apr_jose: Add support for encoding and decoding of JSON Object minfrin2018-09-018-2/+2882
* Axe the 'pool' arg from apr_json_array_add() since it's not needed.minfrin2018-09-013-5/+4
* Simplify apr_errprintf() to return a structure instead of a status.minfrin2018-09-012-16/+14
* Revert 1839755 for now to unblock apr_jose.h.minfrin2018-09-013-26/+29
* Revert 1839779 for now to unblock apr_jose.h.minfrin2018-09-012-43/+17
* apr_json: follow up to r1839755: preserve formatting when decoding object keys.ylavic2018-08-312-17/+43
* Resolve invalid rvalue from void() function, the test is only required in onewrowe2018-08-311-3/+7
* apr_json: object keys are strings.ylavic2018-08-313-29/+26
* Make it possible to iterate through JSON arrays as well as JSON objects.minfrin2018-08-315-51/+242
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-303-9/+8
* Revert 1839699, this contained unintended, additional noise. Re-correcting.wrowe2018-08-306-29/+13
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-306-13/+29
* Add apr_json_object_first() and apr_json_object_next(), allowing theminfrin2018-08-302-0/+61
* Clarify comments on apr_json functions.minfrin2018-08-301-3/+5
* Teach apr_json_object_get() to support a length, to align with apr_hash_get().minfrin2018-08-302-3/+7
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>wrowe2018-08-303-8/+9
* Spelling corrections in docs;wrowe2018-08-304-22/+22
* Fix breakage on _WIN32_WINNT>=0x0600 due to if_indextoname,wrowe2018-08-281-0/+5
* Remove non existent digests.minfrin2018-08-271-3/+1
* Remove an unnecessary cipher lookup in the HMAC case.minfrin2018-08-272-12/+0
* Let Doxygen build the crypto docjailletc362018-08-261-1/+1
* s/APR_NOKEY/APR_ENOKEY/jailletc362018-08-261-4/+4
* s/APR_NOTIMPL/APR_ENOTIMPL/jailletc362018-08-261-1/+1
* Do not forget to escape characters in the documentation of functions that esc...jailletc362018-08-261-5/+5
* Slightly improve doxygen generated documentation.jailletc362018-08-266-22/+23
* Follow-up to r1832203.jailletc362018-08-251-1/+1