summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a couple of typos in the comments.Bill Stoddard2001-03-241-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-23/+23
* remove dead code now that btable is goneDoug MacEachern2001-01-231-15/+0
* yes, you *will* use a hash instead. any questions can be directed to Bubba.Greg Stein2001-01-201-159/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-41/+53
* Add documentation to APR's tables interfaceRyan Bloom2000-12-041-10/+324
* Make the APR headers sane.Greg Stein2000-11-261-7/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-32/+32
* Add UNTESTED routines and structures to APR's table implementationKen Coar2000-08-221-28/+101
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* Document all of the public APR structures with DocBook.Ryan Bloom2000-08-051-4/+24
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-54/+54
* Clean up apr_pools.h. This basically moves a lot of comments from theRyan Bloom2000-07-051-0/+35
* changes for mod_proxy/mod_cacheChuck Murcko2000-06-121-0/+3
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedRyan Bloom2000-06-081-0/+167