summaryrefslogtreecommitdiff
path: root/tables/apr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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