| Commit message (Expand) | Author | Age | Files | Lines |
* | A few NOTICEs for developers modifying code, not 'XXX' developer pointers. | William A. Rowe Jr | 2002-12-10 | 1 | -2/+2 |
* | Fix a bug in apr_hash_merge() which caused the last entry in the | Jeff Trawick | 2002-11-23 | 1 | -1/+1 |
* | fix a typo | Jeff Trawick | 2002-09-17 | 1 | -1/+1 |
* | Add apr_array_pop() function to apr_array_header_t. | Justin Erenkrantz | 2002-09-02 | 1 | -0/+9 |
* | zap an unused variable | Jeff Trawick | 2002-07-29 | 1 | -1/+0 |
* | Optimization for apr_table_overlap(): because the destination | Brian Pane | 2002-07-27 | 1 | -8/+11 |
* | Fixed a bug in apr_table_set/setn from an earlier change: entries | Brian Pane | 2002-07-27 | 1 | -4/+4 |
* | Updated apr_table_vdo() to take advantage of the indexing | Brian Pane | 2002-07-27 | 1 | -8/+21 |
* | remove an extraneous initialization left over from the last change to apr_tab... | Brian Pane | 2002-07-20 | 1 | -1/+1 |
* | Added a simple index to apr_table_t to reduce the best-case | Brian Pane | 2002-07-20 | 1 | -45/+238 |
* | All TABS and members present of other gangs, like the dreadful trailing | Sander Striker | 2002-07-19 | 1 | -41/+44 |
* | added apr_is_empty_array() | Brian Pane | 2002-07-13 | 1 | -0/+5 |
* | Changed apr_table_elts() and apr_is_empty_table() from macros | Brian Pane | 2002-07-13 | 1 | -0/+9 |
* | Additional speedup for apr_table_unset(): don't start doing the | Brian Pane | 2002-07-06 | 1 | -6/+11 |
* | Optimized apr_table_unset(): the loop is now O(n) instead of | Brian Pane | 2002-07-05 | 1 | -20/+14 |
* | Optimized the apr_table_set* functions, and updated a variable name | Brian Pane | 2002-07-05 | 1 | -71/+58 |
* | Streamlined the code for apr_table_get() | Brian Pane | 2002-07-05 | 1 | -5/+6 |
* | Moved the definition of apr_table_t's internals from apr_tables.h | Brian Pane | 2002-07-05 | 1 | -0/+15 |
* | yikes, didn't even notice those tabs there. | Cliff Woolley | 2002-06-28 | 1 | -8/+8 |
* | A compromise for now: changing the return type of apr_table_do() and | Cliff Woolley | 2002-06-28 | 1 | -7/+47 |
* | Introduce apr_table_do_callback_fn_t as a prototype declaration, and | William A. Rowe Jr | 2002-06-28 | 1 | -4/+5 |
* | Why was this in there? It generates a warning (deprecated header file) | Cliff Woolley | 2002-06-11 | 1 | -3/+0 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 2 | -2/+2 |
* | Optimized away the initialization of newly allocated table | Brian Pane | 2002-03-10 | 1 | -3/+22 |
* | Update debug-only code (with invalid #ifdefs anyway) to use apr_pool_find. | Justin Erenkrantz | 2002-02-13 | 1 | -6/+6 |
* | for the call to apr_table_overlap where it has no work to do: | Jeff Trawick | 2002-01-18 | 1 | -0/+12 |
* | fix segv in apr_table_overlap | Ian Holsman | 2001-12-09 | 1 | -0/+1 |
* | optimize the apr_array_copy call by remvoing the zero fill | Ian Holsman | 2001-12-08 | 1 | -1/+5 |
* | Begone ye festering warning. | Roy T. Fielding | 2001-11-26 | 1 | -1/+0 |
* | Speed up table operations. | Ian Holsman | 2001-11-26 | 1 | -150/+377 |
* | This patch speeds up the apr_hash_t implementation's | Ian Holsman | 2001-11-21 | 1 | -5/+11 |
* | Remove a compiler warning. | Ryan Bloom | 2001-11-10 | 1 | -1/+1 |
* | Add 2 new hash functions. | Ian Holsman | 2001-11-09 | 1 | -19/+97 |
* | The find_entry() function in apr_hash.c is responsible for over | Justin Erenkrantz | 2001-09-06 | 1 | -1/+2 |
* | Now I _know_ how long it's been since someone actually was _really_ | William A. Rowe Jr | 2001-08-02 | 2 | -3/+3 |
* | Provide every hash a private, internal iterator for internal reconstruction | William A. Rowe Jr | 2001-08-02 | 1 | -17/+21 |
* | Quell a slow leak. The iterator's allocation is NOT pertinant to the hash! | William A. Rowe Jr | 2001-08-02 | 1 | -2/+2 |
* | Almost used this when I thought our contents were going out of context. | William A. Rowe Jr | 2001-08-01 | 1 | -0/+2 |
* | Some formatting changes, no code change. | David Reid | 2001-07-19 | 1 | -7/+7 |
* | Add apr_hash_overlay function in the spirit of apr_table_overlay. | Justin Erenkrantz | 2001-07-19 | 1 | -0/+55 |
* | s/cont/pool/g | David Reid | 2001-07-07 | 1 | -27/+27 |
* | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | William A. Rowe Jr | 2001-05-16 | 2 | -7/+8 |
* | better hash function citation | Tony Finch | 2001-03-22 | 1 | -8/+13 |
* | Fix a subtle bug in the hash tables. We can't expand the array after | Ryan Bloom | 2001-03-10 | 1 | -4/+5 |
* | Change the return type of apr_hash_count() to some counter type | Jeff Trawick | 2001-03-07 | 1 | -5/+5 |
* | Fix typo. | Cliff Woolley | 2001-02-26 | 1 | -1/+1 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | William A. Rowe Jr | 2001-02-25 | 2 | -4/+4 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 2 | -2/+2 |