summaryrefslogtreecommitdiff
path: root/include/apr_tables.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-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
* renaming various functions for consistency sakedougm2001-02-081-23/+23
* remove dead code now that btable is gonedougm2001-01-231-15/+0
* yes, you *will* use a hash instead. any questions can be directed to Bubba.gstein2001-01-201-159/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-41/+53
* Add documentation to APR's tables interfacerbb2000-12-041-10/+324
* Make the APR headers sane.gstein2000-11-261-7/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-32/+32
* Add UNTESTED routines and structures to APR's table implementationcoar2000-08-221-28/+101
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-6/+6
* Document all of the public APR structures with DocBook.rbb2000-08-051-4/+24
* prefix libapr functions and types with apr_dougm2000-08-021-54/+54
* Clean up apr_pools.h. This basically moves a lot of comments from therbb2000-07-051-0/+35
* changes for mod_proxy/mod_cachechuck2000-06-121-0/+3
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedrbb2000-06-081-0/+167