summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
...
* * Use the correct pool. ht->pool isn't set to pool yet.Ruediger Pluem2009-09-221-1/+1
* The implementation of expand_array() in tables/apr_hash.c allocatesGraham Leggett2009-09-221-8/+34
* Make sure we break when callback returns zero. Thanks DaviMladen Turk2008-07-151-2/+2
* Intruduce apr_hash_do functionMladen Turk2008-07-151-0/+33
* Add table cloning (deep copy) convenience function named apr_table_clone().Davi Arnaut2007-06-301-0/+14
* Fix debugging messages in apr_table_addn()/apr_table_mergen().Bojan Smojver2007-05-221-2/+2
* Add apr_array_clear() API.Paul Querna2007-05-161-0/+5
* * tables/apr_tables.c [MAKE_TABLE_PROFILE] (do_table_push): RenameJoe Orton2007-04-261-3/+9
* Add an apr_hash_clear() API for clearing the contents of existing hashGarrett Rooney2006-09-121-0/+7
* Fix the typo.Joe Orton2006-08-032-2/+2
* Update license header.Joe Orton2006-08-032-12/+12
* jorton claims this is an exported function, although that's not necessaryWilliam A. Rowe Jr2006-04-081-1/+2
* The internal table_mergesort can use entirely unsigned qtys,William A. Rowe Jr2005-09-031-7/+8
* Fix incorrect comments describing how the index within a table worksBrian Pane2005-06-251-7/+6
* We play pointer math with local 'i', so it must be apr_size_t.William A. Rowe Jr2005-05-161-2/+2
* * tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging.Joe Orton2005-05-041-3/+6
* * tables/apr_tables.c (apr_table_overlap): Don't erase dest tableJoe Orton2005-05-041-8/+8
* * tables/apr_tables.c: Enable pool lifetime debugging checksJoe Orton2005-05-041-12/+15
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-042-2/+4
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* * tables/apr_hash.c (find_entry): Fix gcc warning.Joe Orton2004-11-151-1/+1
* Prevent unbounded memory use during repeated operations on a hash table.Thom May2004-11-141-1/+11
* fix some unsigned char/signed char discrepanciesJeff Trawick2004-04-191-2/+3
* * tables/apr_hash.c (apr_hash_merge): Copy the hash_func.Joe Orton2004-04-191-2/+3
* Fix the compile errors. I thought I compiled this after making myRyan Bloom2004-04-181-1/+1
* Allow developers to specify their own hash function for hash tables usingRyan Bloom2004-04-181-20/+41
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-132-102/+20
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* 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