summaryrefslogtreecommitdiff
path: root/include/apr_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-3/+3
* Change the return type of apr_hash_count() to some counter typetrawick2001-03-071-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* be consistent with 'const char * const *' spacing (noticed when parsing the t...dougm2001-02-021-2/+2
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-3/+3
* heh. there is a simpler way to do this...gstein2001-01-111-3/+3
* add an accessor to the number of key/value pairs in the hash table.gstein2001-01-111-0/+9
* Cleanup the hash table docs.rbb2000-12-041-7/+9
* The apr_hash_t typedef should stay in apr_hash.h. Use "struct apr_hash_t" ingstein2000-11-291-0/+5
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatrbb2000-11-291-5/+0
* Make sure that passing (s, APR_HASH_KEY_STRING) and (s, strlen(s)) aregstein2000-10-161-2/+4
* 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-6/+14
* Squishing bugs.wrowe2000-10-111-1/+1
* size_t should be an apr_size_t.gstein2000-10-051-7/+8
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-3/+3
* Document all of the public APR structures with DocBook.rbb2000-08-051-1/+7
* prefix libapr functions and types with apr_dougm2000-08-021-12/+12
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-7/+8
* Update apr_hash.h's docs to use ScanDocrbb2000-07-231-109/+65
* toss in a dependent includegstein2000-07-151-0/+3
* const-ify the hash table interfaces/implementationgstein2000-07-101-6/+9
* Make the hash API nicer when dealing with nul-terminated strings.fanf2000-05-091-0/+2
* Import support for hash tables.fanf2000-05-031-0/+196