summaryrefslogtreecommitdiff
path: root/test/testhash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-4/+4
* apr_hash: introduce apr_hash_get_or_set().ylavic2015-03-111-0/+29
* Randomise hashes by providing a seed (initial hash value).bojan2012-01-281-0/+74
* Revert hash randomisation again. Elegant, but ultimately ineffective.bojan2012-01-281-74/+0
* Randomise hashes by providing a seed.bojan2012-01-271-0/+74
* * test/testhash.c (dump_hash): Fix compiler warning due to lack of const.jorton2010-06-051-1/+1
* Add apr_hash_this_key(), apr_hash_this_key_len(), and trawick2010-04-081-3/+4
* Broken on EBCDIC platforms at a minimum, perhaps others.wrowe2007-11-011-51/+67
* Add an apr_hash_clear() API for clearing the contents of existing hashrooneg2006-09-121-0/+19
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-42/+42
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-79/+79
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-1/+29
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Joe pointed out that this file wasn't committed yesterday.rbb2002-12-051-165/+313
* Update our copyright for this year.fielding2002-03-131-1/+1
* fix the type of the length parameter to apr_hash_this()trawick2001-08-071-3/+3
* Context man, give me contextwrowe2001-08-021-10/+10
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+293