summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-162-7/+8
* 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-252-4/+4
* Update copyright to 2001fielding2001-02-162-2/+2
* renaming various functions for consistency sakedougm2001-02-082-15/+15
* yes, you *will* use a hash instead. any questions can be directed to Bubba.gstein2001-01-201-247/+0
* 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
* Libtool-ize APR.gstein2001-01-092-25/+8
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-32/+2
* Fix dependency on misc.hmartin2000-11-091-2/+1
* unix/misc.h isn't actually used, so it shouldn't be included anymore.rbb2000-11-091-1/+0
* Cleanup the tables Makefiles.rbb2000-11-092-4/+3
* 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-162-38/+38
* 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
* Add UNTESTED routines and structures to APR's table implementationcoar2000-08-221-0/+247
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-36/+36
* prefix libapr functions and types with apr_dougm2000-08-022-126/+126
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-261-6/+6
* Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This isrbb2000-07-244-0/+1172