summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-8/+8
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-152-0/+113
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.ivan2019-10-081-0/+38
* Follow-up to r1866300: Add missing return value in test function.ivan2019-09-091-0/+2
* Add test for WAIT_ABANDONED handling for win32 mutexes. Code works asivan2019-09-031-0/+42
* Revert r1862435, r1862071 per veto from ivanjorton2019-08-281-66/+1
* Add --tag=CC to libtool invocations. PR 62640.minfrin2019-08-171-4/+4
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andjorton2019-07-021-0/+32
* * test/testpools.c (test_tags): Fix spurious failure with APR_POOL_DEBUG.jorton2019-07-021-0/+5
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersjorton2019-06-251-1/+34
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.minfrin2019-06-101-11/+61
* Windows platform: Fix access to uninitialized memory in apr_dir_read() whenivan2019-06-071-0/+52
* Windows platform: Make pipe test report 'not implemented' instead of failing.ivan2019-05-281-1/+6
* Add simple tests for nested and unnested thread mutexes.ivan2019-05-281-0/+50
* Fix testlock failures on platforms where default mutex is nested.ivan2019-05-271-1/+4
* Fix bug in apr_json_double_create().ivan2019-05-271-0/+47
* * test/testbuckest.c (flatten_match): Fix error message (thanks to gcc warning).jorton2019-05-161-1/+1
* Add simple tests for apr_xml_parser_geterror().ivan2019-05-121-0/+51
* Add more XML tests.ivan2019-05-121-0/+34
* Call apr_xml_quote_elem() before apr_xml_to_text() in round-trip XML tests.ivan2019-05-121-0/+2
* Add another test for apr_xml_parser.ivan2019-05-111-0/+74
* testencode: better fix compilation on VS.ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.ylavic2019-03-221-28/+11
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.wrowe2019-03-191-1/+5
* * 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
* Add in Atomics for 64bit intsjim2018-09-171-0/+387
* apr_jose: Change the signature of apr_jose_make() so that it is nominfrin2018-09-011-42/+39
* Add header and tests for JOSE support. I need sleep.minfrin2018-09-011-0/+1423
* apr_jose: Add support for encoding and decoding of JSON Object minfrin2018-09-013-2/+5
* Make it possible to iterate through JSON arrays as well as JSON objects.minfrin2018-08-311-7/+61
* Revert 1839699, this contained unintended, additional noise. Re-correcting.wrowe2018-08-301-13/+0
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-0/+13
* Add the ability to overlay one JSON object over another.minfrin2018-08-031-0/+30
* crypto: follow up to r1836439: restore apr_crypto_lib_init/term().ylavic2018-07-241-9/+5
* apr_crypto: Add support for digest functions, with hashing, signingminfrin2018-07-221-7/+941
* Make sure we compile in the absence of APU_HAVE_CRYPTO_PRNG. Make sure we don'tminfrin2018-07-221-5/+13
* Make sure rv is not used uninitialised.minfrin2018-07-181-1/+1
* Remove dead assignments.minfrin2018-07-184-7/+7
* Begone foul tabs, and blight not our shores.minfrin2018-07-161-3/+3
* Fix the string unescape logic for multiple escaped characters. Addminfrin2018-07-081-0/+23
* apr_json: Add support for encoding and decoding RFC8259 JSON.minfrin2018-07-084-2/+143
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-271-40/+50
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-254-1/+1120
* Reduce reslist test execution time.ylavic2018-06-211-1/+1
* apr_reslist: test for ttl = 0ylavic2018-06-211-0/+39
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.ylavic2018-06-211-2/+2
* apr_crypto: follow up to r1833359: fix some root pool scopes (possible leaks).ylavic2018-06-141-2/+5
* apr_crypto: follow up to r1833359.ylavic2018-06-121-7/+0
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+241