summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
* Why was this in there? It generates a warning (deprecated header file)jwoolley2002-06-111-3/+0
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Update our copyright for this year.fielding2002-03-132-2/+2
* Optimized away the initialization of newly allocated tablebrianp2002-03-101-3/+22
* Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find.jerenkrantz2002-02-131-6/+6
* for the call to apr_table_overlap where it has no work to do:trawick2002-01-181-0/+12
* fix segv in apr_table_overlapianh2001-12-091-0/+1
* optimize the apr_array_copy call by remvoing the zero fillianh2001-12-081-1/+5
* Begone ye festering warning.fielding2001-11-261-1/+0
* Speed up table operations.ianh2001-11-261-150/+377
* 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-022-3/+3
* 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
* Some formatting changes, no code change.dreid2001-07-191-7/+7
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+55
* s/cont/pool/gdreid2001-07-071-27/+27
* 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