summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* testcrypto: Don't silently swallow errors when the driver loads but theGraham Leggett2016-07-071-8/+17
* apr_file_io: Add apr_file_pipe_create_pools() allowing a pair ofGraham Leggett2016-03-131-2/+2
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenGraham Leggett2016-03-071-0/+24
* * include/apr_network_io.h (APR_SO_FREEBIND): Add option.Joe Orton2016-03-031-0/+34
* Add header file include needed for usingRainer Jung2016-02-071-0/+1
* Add ivan's r1612823 test cases for apr_cstr_skip_prefixWilliam A. Rowe Jr2016-01-271-0/+12
* apr_filepath_merge: Fix truename length calculation on WindowsBranko Čibej2015-06-171-0/+34
* testatomic: silence Sun compiler warning.Yann Ylavic2015-04-231-3/+3
* testskiplist: silence Sun compiler warning.Yann Ylavic2015-04-231-2/+4
* testskiplist: axe buggy compare function acomp() and associated test.Yann Ylavic2015-04-091-31/+57
* skiplist: fix the minimum height (to one).Yann Ylavic2015-04-091-1/+1
* skiplist: follow up to r1664769.Yann Ylavic2015-04-091-44/+44
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().Yann Ylavic2015-04-071-0/+62
* Test the scenario where apr_pollset_poll() is called after aJeff Trawick2015-04-061-4/+32
* Fix build on non-Unix.Jeff Trawick2015-04-051-5/+15
* make internal function static to avoid a warningJeff Trawick2015-04-041-1/+1
* Follow up to r1667900: revert spurious change on test/abts_tests.h.Yann Ylavic2015-03-191-2/+0
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-196-50/+248
* skiplist: Introduce apr_skiplist_replace[_compare]().Yann Ylavic2015-03-171-3/+46
* apr_queue: Add apr_queue_timedpush() and apr_queue_timedpop() toYann Ylavic2015-03-161-0/+50
* Add testescape to windows testGregg Lewis Smith2015-03-161-0/+1
* testskiplist: Add a test to show that comparek == compare is required forYann Ylavic2015-03-131-9/+25
* testskiplist: revert r1666602. Yann Ylavic2015-03-131-4/+4
* skiplist: sync tests with 1.5.x.Yann Ylavic2015-03-131-4/+4
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),Yann Ylavic2015-03-131-22/+22
* apr_hash: introduce apr_hash_get_or_set().Yann Ylavic2015-03-111-0/+29
* skiplist:Yann Ylavic2015-03-081-3/+3
* fix testJim Jagielski2015-03-071-1/+1
* remove debugJim Jagielski2015-03-071-5/+0
* Adj test to ensure that dups are entered AFTER existing onesJim Jagielski2015-03-071-0/+55
* skiplist: improve duplicates ordering test.Yann Ylavic2015-03-051-2/+7
* skiplist: keep tests in sync with 1.5.x and 1.6.x.Yann Ylavic2015-03-051-1/+18
* FIX: Skiplists should allow for dups by default. Also, when added, dupsJim Jagielski2015-03-051-19/+19
* apr_crypto_nss: Explicitly declare key sizes when using NSS. Not all versionsGraham Leggett2014-09-211-42/+44
* Some more NetWare build fixes.Guenter Knauf2014-07-241-0/+2
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesYann Ylavic2014-07-171-20/+36
* Improve skiplist tests.Yann Ylavic2014-07-161-4/+213
* Merge forward r1610988 from 1.6.x branch:Jeff Trawick2014-07-161-2/+2
* typo in r1604596 that wasn't in my hand-modified MakefileEric Covener2014-06-221-1/+1
* Add a basic skiplist test. Based on test program posted to PR 56654 by Takas...Eric Covener2014-06-224-2/+104
* Add apr_shm_delete()Jim Jagielski2014-04-281-0/+41
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-3/+27
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+12
* Add testcase for apr_sockaddr_info_copy()Jeff Trawick2014-04-151-0/+51
* Give every thread in the parallel recursive mkdir test its own poolBranko Čibej2014-01-211-15/+28
* Fix timing bug in parallel apr_dir_make_recursive on Windows.Branko Čibej2014-01-211-0/+122
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-1813-75/+85
* skip entity encode/decode tests on EBCDIC OS.Eric Covener2013-12-211-0/+2
* pick up htons where neededEric Covener2013-12-211-0/+2
* Add testcase for broken handling of APR_O_NONBLOCK_INHERITEDJeff Trawick2013-12-172-1/+56