summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/teststr.c (overflow_strfsize): Iterate from LONG_MAX downwards,jorton2018-06-061-1/+1
* Win32: Improve apr_file_read() performance on buffered files by reducingkotkov2018-04-061-0/+365
* testpoll: check that the wakeup pipe is still in the pollset after returningylavic2018-01-021-5/+12
* Add apr_pool_get_tag to retrieve the pool tag name.jorton2017-12-121-0/+8
* * test/testsock.c (test_zone): Remove duplicate test,jorton2017-12-081-3/+0
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): Failjorton2017-11-291-1/+6
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-281-0/+93
* * test/testipsub.c (test_parse_addr_port): More tests.jorton2017-10-251-1/+8
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression injorton2017-10-251-0/+47
* * test/testlock.c (test_timeoutcond): Increase fudge factor injorton2017-09-191-1/+1
* * test/testipsub.c (test_bad_input): Fix test in r1808832 to matchjorton2017-09-191-1/+1
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.kotkov2017-09-151-0/+51
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyjorton2017-09-111-0/+1
* Win32: Fix a deadlock when appending to locked files (PR50058).ivan2017-08-291-0/+167
* Win32: Improve apr_file_write() performance on buffered files by reducingivan2017-08-261-0/+186
* locks: follow up to r1790488, r1790521 and r1790523: likewise for the tests.ylavic2017-04-072-4/+4