summaryrefslogtreecommitdiff
path: root/tables
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-132-102/+20
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-13/+0
* 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
* A binary-safe patch that satisfies Jerenkrantz's original desire forwrowe2003-01-131-12/+10
* Update copyright notices to 2003.thommay2003-01-012-2/+2
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.jerenkrantz2002-12-301-10/+10
* Allow apr_hash to have greater than int number of elements.jerenkrantz2002-12-231-10/+11
* A few NOTICEs for developers modifying code, not 'XXX' developer pointers.wrowe2002-12-101-2/+2
* Fix a bug in apr_hash_merge() which caused the last entry in thetrawick2002-11-231-1/+1
* 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