| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport r540402 from the trunk. | bojan | 2007-05-22 | 1 | -2/+2 |
* | Update license header. | jorton | 2006-09-20 | 1 | -6/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Relicense APR under Apache License, Version 2.0. | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | fixed the removal of duplicate key values in apr_table_compress() where one k... | brianp | 2003-06-24 | 1 | -3/+4 |
* | fix some compiler warnings | brianp | 2003-06-24 | 1 | -2/+1 |
* | Add an apr_table_compress() function to reconcile duplicate | brianp | 2003-06-22 | 1 | -292/+208 |
* | update the name of a function in a comment | trawick | 2003-04-04 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | A few NOTICEs for developers modifying code, not 'XXX' developer pointers. | wrowe | 2002-12-10 | 1 | -2/+2 |
* | fix a typo | trawick | 2002-09-17 | 1 | -1/+1 |
* | Add apr_array_pop() function to apr_array_header_t. | jerenkrantz | 2002-09-02 | 1 | -0/+9 |
* | zap an unused variable | trawick | 2002-07-29 | 1 | -1/+0 |
* | Optimization for apr_table_overlap(): because the destination | brianp | 2002-07-27 | 1 | -8/+11 |
* | Fixed a bug in apr_table_set/setn from an earlier change: entries | brianp | 2002-07-27 | 1 | -4/+4 |
* | Updated apr_table_vdo() to take advantage of the indexing | brianp | 2002-07-27 | 1 | -8/+21 |
* | remove an extraneous initialization left over from the last change to apr_tab... | brianp | 2002-07-20 | 1 | -1/+1 |
* | Added a simple index to apr_table_t to reduce the best-case | brianp | 2002-07-20 | 1 | -45/+238 |
* | added apr_is_empty_array() | brianp | 2002-07-13 | 1 | -0/+5 |
* | Changed apr_table_elts() and apr_is_empty_table() from macros | brianp | 2002-07-13 | 1 | -0/+9 |
* | Additional speedup for apr_table_unset(): don't start doing the | brianp | 2002-07-06 | 1 | -6/+11 |
* | Optimized apr_table_unset(): the loop is now O(n) instead of | brianp | 2002-07-05 | 1 | -20/+14 |
* | Optimized the apr_table_set* functions, and updated a variable name | brianp | 2002-07-05 | 1 | -71/+58 |
* | Streamlined the code for apr_table_get() | brianp | 2002-07-05 | 1 | -5/+6 |
* | Moved the definition of apr_table_t's internals from apr_tables.h | brianp | 2002-07-05 | 1 | -0/+15 |
* | yikes, didn't even notice those tabs there. | jwoolley | 2002-06-28 | 1 | -8/+8 |
* | A compromise for now: changing the return type of apr_table_do() and | jwoolley | 2002-06-28 | 1 | -7/+47 |
* | Introduce apr_table_do_callback_fn_t as a prototype declaration, and | wrowe | 2002-06-28 | 1 | -4/+5 |
* | Why was this in there? It generates a warning (deprecated header file) | jwoolley | 2002-06-11 | 1 | -3/+0 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Optimized away the initialization of newly allocated table | brianp | 2002-03-10 | 1 | -3/+22 |
* | Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find. | jerenkrantz | 2002-02-13 | 1 | -6/+6 |
* | for the call to apr_table_overlap where it has no work to do: | trawick | 2002-01-18 | 1 | -0/+12 |
* | fix segv in apr_table_overlap | ianh | 2001-12-09 | 1 | -0/+1 |
* | optimize the apr_array_copy call by remvoing the zero fill | ianh | 2001-12-08 | 1 | -1/+5 |
* | Begone ye festering warning. | fielding | 2001-11-26 | 1 | -1/+0 |
* | Speed up table operations. | ianh | 2001-11-26 | 1 | -150/+377 |
* | Now I _know_ how long it's been since someone actually was _really_ | wrowe | 2001-08-02 | 1 | -1/+1 |
* | Some formatting changes, no code change. | dreid | 2001-07-19 | 1 | -7/+7 |
* | s/cont/pool/g | dreid | 2001-07-07 | 1 | -27/+27 |
* | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | wrowe | 2001-05-16 | 1 | -1/+2 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -2/+2 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -14/+14 |
* | yes, you *will* use a hash instead. any questions can be directed to Bubba. | gstein | 2001-01-20 | 1 | -247/+0 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | trawick | 2000-12-22 | 1 | -1/+1 |
* | unix/misc.h isn't actually used, so it shouldn't be included anymore. | rbb | 2000-11-09 | 1 | -1/+0 |
* | Cleanup the tables Makefiles. | rbb | 2000-11-09 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 1 | -32/+32 |
* | Add UNTESTED routines and structures to APR's table implementation | coar | 2000-08-22 | 1 | -0/+247 |