summaryrefslogtreecommitdiff
path: root/tables/apr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* apr_hash: introduce apr_hash_get_or_set().Yann Ylavic2015-03-111-0/+19
* Revert r1237078 partially: do not hash the hash.Bojan Smojver2012-01-291-7/+9
* Further improve hash randomisation:Bojan Smojver2012-01-281-14/+10
* Randomise hashes by providing a seed (initial hash value).Bojan Smojver2012-01-281-10/+31
* Revert hash randomisation again. Elegant, but ultimately ineffective.Bojan Smojver2012-01-281-18/+5
* Randomise hashes by providing a seed.Bojan Smojver2012-01-271-5/+18
* Revert hash randomisation for now. Causing regressions in httpd.Bojan Smojver2012-01-171-22/+7
* Do not use srand()/rand() to randomise hashes. Use just "random" data instead.Bojan Smojver2012-01-161-5/+2
* Randomise hashes by providing a seed.Bojan Smojver2012-01-151-7/+25
* Add apr_hash_this_key(), apr_hash_this_key_len(), and Jeff Trawick2010-04-081-0/+23
* Revert r817806.Graham Leggett2010-01-191-34/+8
* * Use the correct pool. ht->pool isn't set to pool yet.Ruediger Pluem2009-09-221-1/+1
* The implementation of expand_array() in tables/apr_hash.c allocatesGraham Leggett2009-09-221-8/+34
* Make sure we break when callback returns zero. Thanks DaviMladen Turk2008-07-151-2/+2
* Intruduce apr_hash_do functionMladen Turk2008-07-151-0/+33
* Add an apr_hash_clear() API for clearing the contents of existing hashGarrett Rooney2006-09-121-0/+7
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* jorton claims this is an exported function, although that's not necessaryWilliam A. Rowe Jr2006-04-081-1/+2
* * tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging.Joe Orton2005-05-041-3/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * tables/apr_hash.c (find_entry): Fix gcc warning.Joe Orton2004-11-151-1/+1
* Prevent unbounded memory use during repeated operations on a hash table.Thom May2004-11-141-1/+11
* fix some unsigned char/signed char discrepanciesJeff Trawick2004-04-191-2/+3
* * tables/apr_hash.c (apr_hash_merge): Copy the hash_func.Joe Orton2004-04-191-2/+3
* Fix the compile errors. I thought I compiled this after making myRyan Bloom2004-04-181-1/+1
* Allow developers to specify their own hash function for hash tables usingRyan Bloom2004-04-181-20/+41
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-53/+10
* A binary-safe patch that satisfies Jerenkrantz's original desire forWilliam A. Rowe Jr2003-01-131-12/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.Justin Erenkrantz2002-12-301-10/+10
* Allow apr_hash to have greater than int number of elements.Justin Erenkrantz2002-12-231-10/+11
* Fix a bug in apr_hash_merge() which caused the last entry in theJeff Trawick2002-11-231-1/+1
* All TABS and members present of other gangs, like the dreadful trailingSander Striker2002-07-191-41/+44
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* This patch speeds up the apr_hash_t implementation'sIan Holsman2001-11-211-5/+11
* Remove a compiler warning.Ryan Bloom2001-11-101-1/+1
* Add 2 new hash functions.Ian Holsman2001-11-091-19/+97
* The find_entry() function in apr_hash.c is responsible for overJustin Erenkrantz2001-09-061-1/+2
* Now I _know_ how long it's been since someone actually was _really_William A. Rowe Jr2001-08-021-2/+2
* Provide every hash a private, internal iterator for internal reconstructionWilliam A. Rowe Jr2001-08-021-17/+21
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!William A. Rowe Jr2001-08-021-2/+2
* Almost used this when I thought our contents were going out of context.William A. Rowe Jr2001-08-011-0/+2
* Add apr_hash_overlay function in the spirit of apr_table_overlay.Justin Erenkrantz2001-07-191-0/+55
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-6/+6
* better hash function citationTony Finch2001-03-221-8/+13
* Fix a subtle bug in the hash tables. We can't expand the array afterRyan Bloom2001-03-101-4/+5
* Change the return type of apr_hash_count() to some counter typeJeff Trawick2001-03-071-5/+5
* Fix typo.Cliff Woolley2001-02-261-1/+1