summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-17/+17
* Fix some doxygen syntax.Christophe Jaillet2020-11-081-5/+5
* Slightly improve doxygen generated documentation.Christophe Jaillet2018-08-261-4/+4
* Fix a second doxygen syntax errorWilliam A. Rowe Jr2016-12-121-1/+1
* Rather convoluted, fix doxygen and @see references for the table_do logicWilliam A. Rowe Jr2016-12-121-4/+5
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenGraham Leggett2016-03-071-1/+8
* style tweakJeff Trawick2013-10-051-1/+1
* Add the apr_table_getm() call, which transparently handles theGraham Leggett2013-05-071-0/+12
* note that keys are case insensitiveStefan Fritsch2011-02-181-1/+1
* comment changes onlyJeff Trawick2011-01-051-3/+17
* Improve documentation for tablesStefan Fritsch2010-11-071-9/+11
* comment changes only:Jeff Trawick2010-04-201-23/+23
* Fix a bunch of typos in the doxygen comments for public include filesGraham Leggett2009-09-251-2/+2
* * include/apr_strings.h (apr_pstrcat): Mark with sentinel attributeJoe Orton2008-08-061-1/+5
* Document that apr_is_empty_table() and apr_is_empty_array() accept NULL.Karl Fogel2007-12-121-2/+2
* Add table cloning (deep copy) convenience function named apr_table_clone().Davi Arnaut2007-06-301-0/+11
* Add apr_table_copy() warning.Davi Arnaut2007-06-291-0/+1
* Add apr_array_clear() API.Paul Querna2007-05-161-0/+8
* * include/apr_tables.h: Clarify documentation of apr_table_do andJoe Orton2007-04-271-14/+20
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* doxygen fixesIan Holsman2006-04-191-2/+2
* Add two helper macros for working with variable length arrays.Garrett Rooney2005-08-181-0/+19
* Fix the @return Docstring to say that this will return NULL if the key doesn'...Paul Querna2005-04-221-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Spelling fix.Joe Orton2004-08-181-1/+1
* * include/apr_tables.h: Clarify that array push/pop work as a LIFOJoe Orton2004-06-041-2/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Add an apr_table_compress() function to reconcile duplicateBrian Pane2003-06-221-0/+10
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-15/+13
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-3/+4
* Add apr_array_pop() function to apr_array_header_t.Justin Erenkrantz2002-09-021-0/+8
* added apr_is_empty_array()Brian Pane2002-07-131-0/+7
* Changed apr_table_elts() and apr_is_empty_table() from macrosBrian Pane2002-07-131-3/+2
* Moved the definition of apr_table_t's internals from apr_tables.hBrian Pane2002-07-051-15/+0
* A compromise for now: changing the return type of apr_table_do() andCliff Woolley2002-06-281-4/+9
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andWilliam A. Rowe Jr2002-06-281-2/+16
* fix a typo in a commentJeff Trawick2002-06-211-1/+1
* it's amazing the typos one can catch when one actually reads the docs. :)Cliff Woolley2002-06-031-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Speed up table operations.Ian Holsman2001-11-261-0/+3
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-1/+1
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-60/+49
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* (apr_table_do): Trivial grammar fix to doc string.Karl Fogel2001-07-071-1/+1
* s/cont/pool/gDavid Reid2001-07-071-1/+1
* Document what the function passed to apr_table_[v]do() should returnCliff Woolley2001-07-071-2/+2
* struct apr_pool_t == apr_pool_t so change these parameters to reflect this...David Reid2001-06-291-11/+11
* Tweak formatting of declarations so make_exports.awk picks them up.Brian Havard2001-03-251-15/+10