summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
* fixed the removal of duplicate key values in apr_table_compress() where one k...Brian Pane2003-06-241-3/+4
* fix some compiler warningsBrian Pane2003-06-241-2/+1
* Add an apr_table_compress() function to reconcile duplicateBrian Pane2003-06-221-292/+208
* update the name of a function in a commentJeff Trawick2003-04-041-1/+1
* A binary-safe patch that satisfies Jerenkrantz's original desire forWilliam A. Rowe Jr2003-01-131-12/+10
* Update copyright notices to 2003.Thom May2003-01-012-2/+2
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.Justin Erenkrantz2002-12-301-10/+10
* Allow apr_hash to have greater than int number of elements.Justin Erenkrantz2002-12-231-10/+11
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.William A. Rowe Jr2002-12-101-2/+2
* Fix a bug in apr_hash_merge() which caused the last entry in theJeff Trawick2002-11-231-1/+1
* fix a typoJeff Trawick2002-09-171-1/+1
* Add apr_array_pop() function to apr_array_header_t.Justin Erenkrantz2002-09-021-0/+9
* zap an unused variableJeff Trawick2002-07-291-1/+0
* Optimization for apr_table_overlap(): because the destinationBrian Pane2002-07-271-8/+11
* Fixed a bug in apr_table_set/setn from an earlier change: entriesBrian Pane2002-07-271-4/+4
* Updated apr_table_vdo() to take advantage of the indexingBrian Pane2002-07-271-8/+21
* remove an extraneous initialization left over from the last change to apr_tab...Brian Pane2002-07-201-1/+1
* Added a simple index to apr_table_t to reduce the best-caseBrian Pane2002-07-201-45/+238
* All TABS and members present of other gangs, like the dreadful trailingSander Striker2002-07-191-41/+44
* added apr_is_empty_array()Brian Pane2002-07-131-0/+5
* Changed apr_table_elts() and apr_is_empty_table() from macrosBrian Pane2002-07-131-0/+9
* Additional speedup for apr_table_unset(): don't start doing theBrian Pane2002-07-061-6/+11
* Optimized apr_table_unset(): the loop is now O(n) instead ofBrian Pane2002-07-051-20/+14
* Optimized the apr_table_set* functions, and updated a variable nameBrian Pane2002-07-051-71/+58
* Streamlined the code for apr_table_get()Brian Pane2002-07-051-5/+6
* Moved the definition of apr_table_t's internals from apr_tables.hBrian Pane2002-07-051-0/+15
* yikes, didn't even notice those tabs there.Cliff Woolley2002-06-281-8/+8
* A compromise for now: changing the return type of apr_table_do() andCliff Woolley2002-06-281-7/+47
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-281-4/+5
* Why was this in there? It generates a warning (deprecated header file)Cliff Woolley2002-06-111-3/+0
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
* Optimized away the initialization of newly allocated tableBrian Pane2002-03-101-3/+22
* Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find.Justin Erenkrantz2002-02-131-6/+6
* for the call to apr_table_overlap where it has no work to do:Jeff Trawick2002-01-181-0/+12
* fix segv in apr_table_overlapIan Holsman2001-12-091-0/+1
* optimize the apr_array_copy call by remvoing the zero fillIan Holsman2001-12-081-1/+5
* Begone ye festering warning.Roy T. Fielding2001-11-261-1/+0
* Speed up table operations.Ian Holsman2001-11-261-150/+377
* This patch speeds up the apr_hash_t implementation'sIan Holsman2001-11-211-5/+11
* Remove a compiler warning.Ryan Bloom2001-11-101-1/+1
* Add 2 new hash functions.Ian Holsman2001-11-091-19/+97
* The find_entry() function in apr_hash.c is responsible for overJustin Erenkrantz2001-09-061-1/+2
* Now I _know_ how long it's been since someone actually was _really_William A. Rowe Jr2001-08-022-3/+3
* Provide every hash a private, internal iterator for internal reconstructionWilliam A. Rowe Jr2001-08-021-17/+21
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!William A. Rowe Jr2001-08-021-2/+2
* Almost used this when I thought our contents were going out of context.William A. Rowe Jr2001-08-011-0/+2
* Some formatting changes, no code change.David Reid2001-07-191-7/+7
* Add apr_hash_overlay function in the spirit of apr_table_overlay.Justin Erenkrantz2001-07-191-0/+55