summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* No longer return NOTIMPL for macOSjim2017-04-071-5/+0
* locks: follow up to r1667900.ylavic2017-04-073-6/+6
* locks: follow up to r1790330.ylavic2017-04-061-0/+27
* make this more obviousjim2017-04-041-1/+1
* There are 10 lights! I mean filesjim2017-04-041-1/+1
* Add in our own pthread_mutex_timedlock impl for those OSs, likejim2017-04-041-1/+1
* Follow up to r1667900: don't fail test{proc,global}mutex ifylavic2017-04-032-6/+9
* Fix two issues with apr_file_trunc() for buffered files:ivan2017-03-271-4/+142
* Win32: Improve apr_file_gets() performance on buffered files by not callingivan2017-03-021-0/+217
* apr_base64_encode_len() already inclues the \0.dirkx2017-01-241-1/+2
* race conditionjim2017-01-101-1/+1
* Follow-up to r1770471: resolve two compiler warnings in testfile.c.ivan2016-11-191-2/+1
* Add test for apr_file_open(APR_FOPEN_APPEND).ivan2016-11-191-0/+70
* Redis in APR_2.0 toojim2016-11-055-1/+556
* Follow-up to r1604596: Fix Windows build.ivan2016-10-281-0/+1
* siphash: follow up to r1763672.ylavic2016-10-071-16/+7
* crypto: follow up to r1763669.ylavic2016-10-071-0/+78
* Follow up to r1763672: remove debug triks :pylavic2016-10-071-4/+0
* Provide apr_siphash*() functions family.ylavic2016-10-076-3/+169
* Follow up to r1763666: adapt unit test.ylavic2016-10-071-4/+4
* Reduce code drift between trunk and 1.6.x.rjung2016-08-101-1/+1
* apr_crypto: Add apr_crypto_key() function which supports keysminfrin2016-07-091-121/+347
* testcrypto: Don't silently swallow errors when the driver loads but theminfrin2016-07-071-8/+17
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofminfrin2016-03-131-2/+2
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenminfrin2016-03-071-0/+24
* * include/apr_network_io.h (APR_SO_FREEBIND): Add option.jorton2016-03-031-0/+34
* Add header file include needed for usingrjung2016-02-071-0/+1
* Add ivan's r1612823 test cases for apr_cstr_skip_prefixwrowe2016-01-271-0/+12
* apr_filepath_merge: Fix truename length calculation on Windowsbrane2015-06-171-0/+34
* testatomic: silence Sun compiler warning.ylavic2015-04-231-3/+3
* testskiplist: silence Sun compiler warning.ylavic2015-04-231-2/+4
* testskiplist: axe buggy compare function acomp() and associated test.ylavic2015-04-091-31/+57
* skiplist: fix the minimum height (to one).ylavic2015-04-091-1/+1
* skiplist: follow up to r1664769.ylavic2015-04-091-44/+44
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().ylavic2015-04-071-0/+62
* Test the scenario where apr_pollset_poll() is called after atrawick2015-04-061-4/+32
* Fix build on non-Unix.trawick2015-04-051-5/+15
* make internal function static to avoid a warningtrawick2015-04-041-1/+1
* Follow up to r1667900: revert spurious change on test/abts_tests.h.ylavic2015-03-191-2/+0
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().ylavic2015-03-196-50/+248
* skiplist: Introduce apr_skiplist_replace[_compare]().ylavic2015-03-171-3/+46