summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/testbuckest.c (flatten_match): Fix error message (thanks to gcc warning).Joe Orton2019-05-161-1/+1
* Add simple tests for apr_xml_parser_geterror().Ivan Zhakov2019-05-121-0/+51
* Add more XML tests.Ivan Zhakov2019-05-121-0/+34
* Call apr_xml_quote_elem() before apr_xml_to_text() in round-trip XML tests.Ivan Zhakov2019-05-121-0/+2
* Add another test for apr_xml_parser.Ivan Zhakov2019-05-111-0/+74
* testencode: better fix compilation on VS.Yann Ylavic2019-03-251-256/+72
* testencode: fix compilation on VS.Yann Ylavic2019-03-221-28/+11
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.William A. Rowe Jr2019-03-191-1/+5
* * test/testpools.c (dodgy_cleanup) Run the right cleanup.Joe Orton2018-11-231-1/+1
* * test/testpools.c: Test that it is safe to run a cleanup from a cleanup,Joe Orton2018-11-231-0/+25
* Add in Atomics for 64bit intsJim Jagielski2018-09-171-0/+387
* apr_jose: Change the signature of apr_jose_make() so that it is noGraham Leggett2018-09-011-42/+39
* Add header and tests for JOSE support. I need sleep.Graham Leggett2018-09-011-0/+1423
* apr_jose: Add support for encoding and decoding of JSON Object Graham Leggett2018-09-013-2/+5
* Make it possible to iterate through JSON arrays as well as JSON objects.Graham Leggett2018-08-311-7/+61
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-13/+0
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-0/+13
* Add the ability to overlay one JSON object over another.Graham Leggett2018-08-031-0/+30
* crypto: follow up to r1836439: restore apr_crypto_lib_init/term().Yann Ylavic2018-07-241-9/+5
* apr_crypto: Add support for digest functions, with hashing, signingGraham Leggett2018-07-221-7/+941
* Make sure we compile in the absence of APU_HAVE_CRYPTO_PRNG. Make sure we don'tGraham Leggett2018-07-221-5/+13
* Make sure rv is not used uninitialised.Graham Leggett2018-07-181-1/+1
* Remove dead assignments.Graham Leggett2018-07-184-7/+7
* Begone foul tabs, and blight not our shores.Graham Leggett2018-07-161-3/+3
* Fix the string unescape logic for multiple escaped characters. AddGraham Leggett2018-07-081-0/+23
* apr_json: Add support for encoding and decoding RFC8259 JSON.Graham Leggett2018-07-084-2/+143
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-271-40/+50
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-254-1/+1120
* Reduce reslist test execution time.Yann Ylavic2018-06-211-1/+1
* apr_reslist: test for ttl = 0Yann Ylavic2018-06-211-0/+39
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.Yann Ylavic2018-06-211-2/+2
* apr_crypto: follow up to r1833359: fix some root pool scopes (possible leaks).Yann Ylavic2018-06-141-2/+5
* apr_crypto: follow up to r1833359.Yann Ylavic2018-06-121-7/+0
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-111-0/+241
* * test/teststr.c (overflow_strfsize): Iterate from LONG_MAX downwards,Joe Orton2018-06-061-1/+1
* Win32: Improve apr_file_read() performance on buffered files by reducingEvgeny Kotkov2018-04-061-0/+365
* testpoll: check that the wakeup pipe is still in the pollset after returningYann Ylavic2018-01-021-5/+12
* Add apr_pool_get_tag to retrieve the pool tag name.Joe Orton2017-12-121-0/+8
* * test/testsock.c (test_zone): Remove duplicate test,Joe Orton2017-12-081-3/+0
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): FailJoe Orton2017-11-291-1/+6
* Support IPv6 link-local address scope/zone mapping.Joe Orton2017-11-281-0/+93
* * test/testipsub.c (test_parse_addr_port): More tests.Joe Orton2017-10-251-1/+8
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression inJoe Orton2017-10-251-0/+47
* * test/testlock.c (test_timeoutcond): Increase fudge factor inJoe Orton2017-09-191-1/+1
* * test/testipsub.c (test_bad_input): Fix test in r1808832 to matchJoe Orton2017-09-191-1/+1
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.Evgeny Kotkov2017-09-151-0/+51
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyJoe Orton2017-09-111-0/+1
* Win32: Fix a deadlock when appending to locked files (PR50058).Ivan Zhakov2017-08-291-0/+167
* Win32: Improve apr_file_write() performance on buffered files by reducingIvan Zhakov2017-08-261-0/+186
* locks: follow up to r1790488, r1790521 and r1790523: likewise for the tests.Yann Ylavic2017-04-072-4/+4