summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
* apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set whenminfrin2016-03-071-0/+4
* Merge r1672575 from trunk.ylavic2015-04-101-4/+3
* Merge r1671957 from trunk.ylavic2015-04-091-17/+63
* Merge r1672366 from trunk.ylavic2015-04-091-7/+17
* Merge r1667420, r1667421 and r1667423 from trunk.ylavic2015-04-091-22/+58
* Merge r1672354 from trunk.ylavic2015-04-091-0/+4
* Merge r1666458 from trunk.ylavic2015-03-131-16/+19
* Merge r1666411 from trunk.ylavic2015-03-131-18/+18
* skiplist: merge r1664958 from trunk.ylavic2015-03-081-1/+2
* Merge r1664911 from trunk:jim2015-03-071-1/+1
* skiplist: merge r1664775 from trunk.ylavic2015-03-071-50/+66
* skiplist: merge r1664769 from trunk.ylavic2015-03-071-45/+26
* skiplist: merge r1664770 from trunk.ylavic2015-03-071-0/+5
* apr_skiplist: merge r1597797,r1597803,r1605104,r1611023,r1611107,r1611110,ylavic2015-03-051-85/+188
* Skiplists should allow for dups by default (canon description).jim2015-03-051-5/+5
* backport r1604598 from trunkcovener2014-06-261-2/+0
* fix warning: comparison of distinct pointer types lacks a castrjung2013-10-031-2/+4
* Add in apr_skiplistjim2013-09-301-0/+650
* Backport r1480067 to v1.5 branch.minfrin2013-05-071-0/+56
* * Add apr_hash_this_key(), apr_hash_this_key_len(), andrjung2013-03-291-0/+23
* Merge r1368819 from trunk:rpluem2012-08-031-1/+1
* Merge r1367050 from trunk:rpluem2012-08-031-2/+5
* Revert r817809 on 1.5.x branch.bojan2012-01-311-33/+8
* Backport r1236970, r1237078 and r1237507 from trunk.bojan2012-01-301-10/+28
* Merge r817858 from trunk:rpluem2009-09-221-1/+1
* The implementation of expand_array() in tables/apr_hash.c allocatesminfrin2009-09-221-8/+34
* Make sure we break when callback returns zero. Thanks Davimturk2008-07-151-2/+2
* Intruduce apr_hash_do functionmturk2008-07-151-0/+33
* Add table cloning (deep copy) convenience function named apr_table_clone().davi2007-06-301-0/+14
* Fix debugging messages in apr_table_addn()/apr_table_mergen().bojan2007-05-221-2/+2
* Add apr_array_clear() API.pquerna2007-05-161-0/+5
* * tables/apr_tables.c [MAKE_TABLE_PROFILE] (do_table_push): Renamejorton2007-04-261-3/+9
* Add an apr_hash_clear() API for clearing the contents of existing hashrooneg2006-09-121-0/+7
* Fix the typo.jorton2006-08-032-2/+2
* Update license header.jorton2006-08-032-12/+12
* jorton claims this is an exported function, although that's not necessarywrowe2006-04-081-1/+2
* The internal table_mergesort can use entirely unsigned qtys,wrowe2005-09-031-7/+8
* Fix incorrect comments describing how the index within a table worksbrianp2005-06-251-7/+6
* We play pointer math with local 'i', so it must be apr_size_t.wrowe2005-05-161-2/+2
* * tables/apr_hash.c (apr_hash_merge): Enable pool lifetime debugging.jorton2005-05-041-3/+6
* * tables/apr_tables.c (apr_table_overlap): Don't erase dest tablejorton2005-05-041-8/+8
* * tables/apr_tables.c: Enable pool lifetime debugging checksjorton2005-05-041-12/+15
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-042-2/+4
* Remove .cvsignore files.jorton2004-11-181-4/+0
* * tables/apr_hash.c (find_entry): Fix gcc warning.jorton2004-11-151-1/+1
* Prevent unbounded memory use during repeated operations on a hash table.thommay2004-11-141-1/+11
* fix some unsigned char/signed char discrepanciestrawick2004-04-191-2/+3
* * tables/apr_hash.c (apr_hash_merge): Copy the hash_func.jorton2004-04-191-2/+3
* Fix the compile errors. I thought I compiled this after making myrbb2004-04-181-1/+1
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-20/+41