summaryrefslogtreecommitdiff
path: root/tables/apr_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-8/+8
* apr_tables: fix petential left shift of 31 on an int.Yann Ylavic2021-08-261-2/+2
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenGraham Leggett2016-03-071-0/+4
* Add the apr_table_getm() call, which transparently handles theGraham Leggett2013-05-071-0/+56
* fix warning: comparison of distinct pointer types lacks a castStefan Fritsch2013-03-221-2/+4
* * We only need the pool variable in the debug case.Ruediger Pluem2012-08-031-1/+1
* * Prevent apr_table_mergen from aborting when APR_POOL_DEBUG is set and key orRuediger Pluem2012-07-301-2/+5
* 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
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* 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_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-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* 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
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.William A. Rowe Jr2002-12-101-2/+2
* 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
* 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
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* 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