| Commit message (Expand) | Author | Age | Files | Lines |
* | apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when | Graham Leggett | 2016-03-07 | 1 | -0/+4 |
* | Merge r1672575 from trunk. | Yann Ylavic | 2015-04-10 | 1 | -4/+3 |
* | Merge r1671957 from trunk. | Yann Ylavic | 2015-04-09 | 1 | -17/+63 |
* | Merge r1672366 from trunk. | Yann Ylavic | 2015-04-09 | 1 | -7/+17 |
* | Merge r1667420, r1667421 and r1667423 from trunk. | Yann Ylavic | 2015-04-09 | 1 | -22/+58 |
* | Merge r1672354 from trunk. | Yann Ylavic | 2015-04-09 | 1 | -0/+4 |
* | Merge r1666458 from trunk. | Yann Ylavic | 2015-03-13 | 1 | -16/+19 |
* | Merge r1666411 from trunk. | Yann Ylavic | 2015-03-13 | 1 | -18/+18 |
* | skiplist: merge r1664958 from trunk. | Yann Ylavic | 2015-03-08 | 1 | -1/+2 |
* | Merge r1664911 from trunk: | Jim Jagielski | 2015-03-07 | 1 | -1/+1 |
* | skiplist: merge r1664775 from trunk. | Yann Ylavic | 2015-03-07 | 1 | -50/+66 |
* | skiplist: merge r1664769 from trunk. | Yann Ylavic | 2015-03-07 | 1 | -45/+26 |
* | skiplist: merge r1664770 from trunk. | Yann Ylavic | 2015-03-07 | 1 | -0/+5 |
* | apr_skiplist: merge r1597797,r1597803,r1605104,r1611023,r1611107,r1611110, | Yann Ylavic | 2015-03-05 | 1 | -85/+188 |
* | Skiplists should allow for dups by default (canon description). | Jim Jagielski | 2015-03-05 | 1 | -5/+5 |
* | backport r1604598 from trunk | Eric Covener | 2014-06-26 | 1 | -2/+0 |
* | fix warning: comparison of distinct pointer types lacks a cast | Rainer Jung | 2013-10-03 | 1 | -2/+4 |
* | Add in apr_skiplist | Jim Jagielski | 2013-09-30 | 1 | -0/+650 |
* | Backport r1480067 to v1.5 branch. | Graham Leggett | 2013-05-07 | 1 | -0/+56 |
* | * Add apr_hash_this_key(), apr_hash_this_key_len(), and | Rainer Jung | 2013-03-29 | 1 | -0/+23 |
* | Merge r1368819 from trunk: | Ruediger Pluem | 2012-08-03 | 1 | -1/+1 |
* | Merge r1367050 from trunk: | Ruediger Pluem | 2012-08-03 | 1 | -2/+5 |
* | Revert r817809 on 1.5.x branch. | Bojan Smojver | 2012-01-31 | 1 | -33/+8 |
* | Backport r1236970, r1237078 and r1237507 from trunk. | Bojan Smojver | 2012-01-30 | 1 | -10/+28 |
* | Merge r817858 from trunk: | Ruediger Pluem | 2009-09-22 | 1 | -1/+1 |
* | The implementation of expand_array() in tables/apr_hash.c allocates | Graham Leggett | 2009-09-22 | 1 | -8/+34 |
* | Make sure we break when callback returns zero. Thanks Davi | Mladen Turk | 2008-07-15 | 1 | -2/+2 |
* | Intruduce apr_hash_do function | Mladen Turk | 2008-07-15 | 1 | -0/+33 |
* | Add table cloning (deep copy) convenience function named apr_table_clone(). | Davi Arnaut | 2007-06-30 | 1 | -0/+14 |
* | Fix debugging messages in apr_table_addn()/apr_table_mergen(). | Bojan Smojver | 2007-05-22 | 1 | -2/+2 |
* | Add apr_array_clear() API. | Paul Querna | 2007-05-16 | 1 | -0/+5 |
* | * tables/apr_tables.c [MAKE_TABLE_PROFILE] (do_table_push): Rename | Joe Orton | 2007-04-26 | 1 | -3/+9 |
* | Add an apr_hash_clear() API for clearing the contents of existing hash | Garrett Rooney | 2006-09-12 | 1 | -0/+7 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 2 | -2/+2 |
* | Update license header. | Joe Orton | 2006-08-03 | 2 | -12/+12 |
* | jorton claims this is an exported function, although that's not necessary | William A. Rowe Jr | 2006-04-08 | 1 | -1/+2 |
* | The internal table_mergesort can use entirely unsigned qtys, | William A. Rowe Jr | 2005-09-03 | 1 | -7/+8 |
* | Fix incorrect comments describing how the index within a table works | Brian Pane | 2005-06-25 | 1 | -7/+6 |
* | We play pointer math with local 'i', so it must be apr_size_t. | William A. Rowe Jr | 2005-05-16 | 1 | -2/+2 |
* | * tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging. | Joe Orton | 2005-05-04 | 1 | -3/+6 |
* | * tables/apr_tables.c (apr_table_overlap): Don't erase dest table | Joe Orton | 2005-05-04 | 1 | -8/+8 |
* | * tables/apr_tables.c: Enable pool lifetime debugging checks | Joe Orton | 2005-05-04 | 1 | -12/+15 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 2 | -2/+4 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -4/+0 |
* | * tables/apr_hash.c (find_entry): Fix gcc warning. | Joe Orton | 2004-11-15 | 1 | -1/+1 |
* | Prevent unbounded memory use during repeated operations on a hash table. | Thom May | 2004-11-14 | 1 | -1/+11 |
* | fix some unsigned char/signed char discrepancies | Jeff Trawick | 2004-04-19 | 1 | -2/+3 |
* | * tables/apr_hash.c (apr_hash_merge): Copy the hash_func. | Joe Orton | 2004-04-19 | 1 | -2/+3 |
* | Fix the compile errors. I thought I compiled this after making my | Ryan Bloom | 2004-04-18 | 1 | -1/+1 |
* | Allow developers to specify their own hash function for hash tables using | Ryan Bloom | 2004-04-18 | 1 | -20/+41 |