summaryrefslogtreecommitdiff
path: root/tables/apr_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* fixed the removal of duplicate key values in apr_table_compress() where one k...brianp2003-06-241-3/+4
* fix some compiler warningsbrianp2003-06-241-2/+1
* Add an apr_table_compress() function to reconcile duplicatebrianp2003-06-221-292/+208
* update the name of a function in a commenttrawick2003-04-041-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.wrowe2002-12-101-2/+2
* fix a typotrawick2002-09-171-1/+1
* Add apr_array_pop() function to apr_array_header_t.jerenkrantz2002-09-021-0/+9
* zap an unused variabletrawick2002-07-291-1/+0
* Optimization for apr_table_overlap(): because the destinationbrianp2002-07-271-8/+11
* Fixed a bug in apr_table_set/setn from an earlier change: entriesbrianp2002-07-271-4/+4
* Updated apr_table_vdo() to take advantage of the indexingbrianp2002-07-271-8/+21
* remove an extraneous initialization left over from the last change to apr_tab...brianp2002-07-201-1/+1
* Added a simple index to apr_table_t to reduce the best-casebrianp2002-07-201-45/+238
* added apr_is_empty_array()brianp2002-07-131-0/+5
* Changed apr_table_elts() and apr_is_empty_table() from macrosbrianp2002-07-131-0/+9
* Additional speedup for apr_table_unset(): don't start doing thebrianp2002-07-061-6/+11
* Optimized apr_table_unset(): the loop is now O(n) instead ofbrianp2002-07-051-20/+14
* Optimized the apr_table_set* functions, and updated a variable namebrianp2002-07-051-71/+58
* Streamlined the code for apr_table_get()brianp2002-07-051-5/+6
* Moved the definition of apr_table_t's internals from apr_tables.hbrianp2002-07-051-0/+15
* yikes, didn't even notice those tabs there.jwoolley2002-06-281-8/+8
* A compromise for now: changing the return type of apr_table_do() andjwoolley2002-06-281-7/+47
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-281-4/+5
* Why was this in there? It generates a warning (deprecated header file)jwoolley2002-06-111-3/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Optimized away the initialization of newly allocated tablebrianp2002-03-101-3/+22
* Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find.jerenkrantz2002-02-131-6/+6
* for the call to apr_table_overlap where it has no work to do:trawick2002-01-181-0/+12
* fix segv in apr_table_overlapianh2001-12-091-0/+1
* optimize the apr_array_copy call by remvoing the zero fillianh2001-12-081-1/+5
* Begone ye festering warning.fielding2001-11-261-1/+0
* Speed up table operations.ianh2001-11-261-150/+377
* Now I _know_ how long it's been since someone actually was _really_wrowe2001-08-021-1/+1
* Some formatting changes, no code change.dreid2001-07-191-7/+7
* s/cont/pool/gdreid2001-07-071-27/+27
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-1/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-14/+14
* yes, you *will* use a hash instead. any questions can be directed to Bubba.gstein2001-01-201-247/+0
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* unix/misc.h isn't actually used, so it shouldn't be included anymore.rbb2000-11-091-1/+0
* Cleanup the tables Makefiles.rbb2000-11-091-1/+1
* 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-0/+247
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-18/+18
* prefix libapr functions and types with apr_dougm2000-08-021-103/+103