summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve doxygen generated documentation.jailletc362018-08-261-4/+4
* Fix a second doxygen syntax errorwrowe2016-12-121-1/+1
* Rather convoluted, fix doxygen and @see references for the table_do logicwrowe2016-12-121-4/+5
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenminfrin2016-03-071-1/+8
* style tweaktrawick2013-10-051-1/+1
* Add the apr_table_getm() call, which transparently handles theminfrin2013-05-071-0/+12
* note that keys are case insensitivesf2011-02-181-1/+1
* comment changes onlytrawick2011-01-051-3/+17
* Improve documentation for tablessf2010-11-071-9/+11
* comment changes only:trawick2010-04-201-23/+23
* Fix a bunch of typos in the doxygen comments for public include filesminfrin2009-09-251-2/+2
* * include/apr_strings.h (apr_pstrcat): Mark with sentinel attributejorton2008-08-061-1/+5
* Document that apr_is_empty_table() and apr_is_empty_array() accept NULL.kfogel2007-12-121-2/+2
* Add table cloning (deep copy) convenience function named apr_table_clone().davi2007-06-301-0/+11
* Add apr_table_copy() warning.davi2007-06-291-0/+1
* Add apr_array_clear() API.pquerna2007-05-161-0/+8
* * include/apr_tables.h: Clarify documentation of apr_table_do andjorton2007-04-271-14/+20
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* doxygen fixesianh2006-04-191-2/+2
* Add two helper macros for working with variable length arrays.rooneg2005-08-181-0/+19
* Fix the @return Docstring to say that this will return NULL if the key doesn'...pquerna2005-04-221-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Spelling fix.jorton2004-08-181-1/+1
* * include/apr_tables.h: Clarify that array push/pop work as a LIFOjorton2004-06-041-2/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Add an apr_table_compress() function to reconcile duplicatebrianp2003-06-221-0/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-15/+13
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-3/+4
* Add apr_array_pop() function to apr_array_header_t.jerenkrantz2002-09-021-0/+8
* added apr_is_empty_array()brianp2002-07-131-0/+7
* Changed apr_table_elts() and apr_is_empty_table() from macrosbrianp2002-07-131-3/+2
* Moved the definition of apr_table_t's internals from apr_tables.hbrianp2002-07-051-15/+0
* A compromise for now: changing the return type of apr_table_do() andjwoolley2002-06-281-4/+9
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-2/+16
* fix a typo in a commenttrawick2002-06-211-1/+1
* it's amazing the typos one can catch when one actually reads the docs. :)jwoolley2002-06-031-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Speed up table operations.ianh2001-11-261-0/+3
* This patch changes the apr_table_elts macro so that it providesianh2001-11-111-1/+1
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-60/+49
* fix some homophonic issues in comments, as well as sometrawick2001-08-151-1/+1
* (apr_table_do): Trivial grammar fix to doc string.kfogel2001-07-071-1/+1
* s/cont/pool/gdreid2001-07-071-1/+1
* Document what the function passed to apr_table_[v]do() should returnjwoolley2001-07-071-2/+2
* struct apr_pool_t == apr_pool_t so change these parameters to reflect this...dreid2001-06-291-11/+11
* Tweak formatting of declarations so make_exports.awk picks them up.bjh2001-03-251-15/+10
* Fix a couple of typos in the comments.stoddard2001-03-241-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1