summaryrefslogtreecommitdiff
path: root/tables/apr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* heh. there is a simpler way to do this...gstein2001-01-111-2/+2
* add an accessor to the number of key/value pairs in the hash table.gstein2001-01-111-0/+5
* Use the right index into the new array whan resizing the hash table.fanf2000-11-081-1/+1
* Fix hash resizing: the hash table size was updated before the array was,fanf2000-10-301-8/+10
* Make sure that passing (s, APR_HASH_KEY_STRING) and (s, strlen(s)) aregstein2000-10-161-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-6/+6
* the zero-length hash key is valid. use (-1) as the discrimnator forgstein2000-10-161-4/+4
* size_t should be an apr_size_t.gstein2000-10-051-7/+7
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-18/+18
* prefix libapr functions and types with apr_dougm2000-08-021-23/+23
* Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This isrbb2000-07-241-0/+314