summaryrefslogtreecommitdiff
path: root/tables/apr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* apr_hash: introduce apr_hash_get_or_set().ylavic2015-03-111-0/+19
* Revert r1237078 partially: do not hash the hash.bojan2012-01-291-7/+9
* Further improve hash randomisation:bojan2012-01-281-14/+10
* Randomise hashes by providing a seed (initial hash value).bojan2012-01-281-10/+31
* Revert hash randomisation again. Elegant, but ultimately ineffective.bojan2012-01-281-18/+5
* Randomise hashes by providing a seed.bojan2012-01-271-5/+18
* Revert hash randomisation for now. Causing regressions in httpd.bojan2012-01-171-22/+7
* Do not use srand()/rand() to randomise hashes. Use just "random" data instead.bojan2012-01-161-5/+2
* Randomise hashes by providing a seed.bojan2012-01-151-7/+25
* Add apr_hash_this_key(), apr_hash_this_key_len(), and trawick2010-04-081-0/+23
* Revert r817806.minfrin2010-01-191-34/+8
* * Use the correct pool. ht->pool isn't set to pool yet.rpluem2009-09-221-1/+1
* The implementation of expand_array() in tables/apr_hash.c allocatesminfrin2009-09-221-8/+34
* Make sure we break when callback returns zero. Thanks Davimturk2008-07-151-2/+2
* Intruduce apr_hash_do functionmturk2008-07-151-0/+33
* Add an apr_hash_clear() API for clearing the contents of existing hashrooneg2006-09-121-0/+7
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* jorton claims this is an exported function, although that's not necessarywrowe2006-04-081-1/+2
* * tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging.jorton2005-05-041-3/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * tables/apr_hash.c (find_entry): Fix gcc warning.jorton2004-11-151-1/+1
* Prevent unbounded memory use during repeated operations on a hash table.thommay2004-11-141-1/+11
* fix some unsigned char/signed char discrepanciestrawick2004-04-191-2/+3
* * tables/apr_hash.c (apr_hash_merge): Copy the hash_func.jorton2004-04-191-2/+3
* Fix the compile errors. I thought I compiled this after making myrbb2004-04-181-1/+1
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-20/+41
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-53/+10
* A binary-safe patch that satisfies Jerenkrantz's original desire forwrowe2003-01-131-12/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.jerenkrantz2002-12-301-10/+10
* Allow apr_hash to have greater than int number of elements.jerenkrantz2002-12-231-10/+11
* Fix a bug in apr_hash_merge() which caused the last entry in thetrawick2002-11-231-1/+1
* All TABS and members present of other gangs, like the dreadful trailingstriker2002-07-191-41/+44
* Update our copyright for this year.fielding2002-03-131-1/+1
* This patch speeds up the apr_hash_t implementation'sianh2001-11-211-5/+11
* Remove a compiler warning.rbb2001-11-101-1/+1
* Add 2 new hash functions.ianh2001-11-091-19/+97
* The find_entry() function in apr_hash.c is responsible for overjerenkrantz2001-09-061-1/+2
* Now I _know_ how long it's been since someone actually was _really_wrowe2001-08-021-2/+2
* Provide every hash a private, internal iterator for internal reconstructionwrowe2001-08-021-17/+21
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!wrowe2001-08-021-2/+2
* Almost used this when I thought our contents were going out of context.wrowe2001-08-011-0/+2
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+55
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-6/+6
* better hash function citationfanf2001-03-221-8/+13
* Fix a subtle bug in the hash tables. We can't expand the array afterrbb2001-03-101-4/+5
* Change the return type of apr_hash_count() to some counter typetrawick2001-03-071-5/+5
* Fix typo.jwoolley2001-02-261-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-2/+2