summaryrefslogtreecommitdiff
path: root/jose
Commit message (Expand)AuthorAgeFilesLines
* apr_jose: Fix a the case where existing memory buffers were used, but theyGraham Leggett2020-03-161-40/+20
* Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration toIvan Zhakov2019-10-082-6/+8
* jose: declare local functions as static.Yann Ylavic2019-01-171-0/+13
* Perform nesting level checks before each invocation of apr_jose_decode()Graham Leggett2018-09-021-0/+35
* Explicitly declare parameters as nonnull.Graham Leggett2018-09-021-5/+0
* apr_jose: Change the signature of apr_jose_make() so that it is noGraham Leggett2018-09-012-210/+203
* apr_json: Split apr_json_object_set() into apr_json_object_set() withGraham Leggett2018-09-011-59/+43
* apr_jose: Add support for encoding and decoding of JSON Object Graham Leggett2018-09-013-0/+2872