summaryrefslogtreecommitdiff
path: root/include/apr_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Clarify the behaviour of apr_hash_set().minfrin2016-03-251-1/+2
* apr_hash: introduce apr_hash_get_or_set().ylavic2015-03-111-0/+14
* Add apr_hash_this_key(), apr_hash_this_key_len(), and trawick2010-04-081-0/+21
* Revert r817806.minfrin2010-01-191-7/+5
* Fix apr_hash_first() doxygen syntax.bojan2009-10-251-6/+5
* The implementation of expand_array() in tables/apr_hash.c allocatesminfrin2009-09-221-5/+7
* Intruduce apr_hash_do functionmturk2008-07-151-0/+30
* Add an apr_hash_clear() API for clearing the contents of existing hashrooneg2006-09-121-0/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Correct typo in docsdreid2006-06-251-2/+2
* jorton claims this is an exported function, although that's not necessarywrowe2006-04-081-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * include/apr_hash.h: Fix formatting.jorton2004-04-211-2/+3
* * include/apr_hash.h: Fix some NUL/null confusion, documentjorton2004-04-211-4/+6
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-0/+21
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-53/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-16/+16
* A binary-safe patch that satisfies Jerenkrantz's original desire forwrowe2003-01-131-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.jerenkrantz2002-12-301-1/+1
* Allow apr_hash to have greater than int number of elements.jerenkrantz2002-12-231-1/+1
* Reformat the example. (no tabs and realign it.)jerenkrantz2002-07-101-10/+10
* Add a little note about passing a NULL pool to apr_hash_first().gstein2002-03-191-1/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add 2 new hash functions.ianh2001-11-091-0/+34
* Constify the pool accessor functions. Use the DECLARE_ACCESSOR macrogstein2001-11-091-1/+2
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-1/+1
* Doxygen'zation of Hash routinesianh2001-08-171-25/+28
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!wrowe2001-08-021-4/+5
* Almost used this when I thought our contents were going out of context.wrowe2001-08-011-0/+1
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+13
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-3/+3
* Change the return type of apr_hash_count() to some counter typetrawick2001-03-071-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* be consistent with 'const char * const *' spacing (noticed when parsing the t...dougm2001-02-021-2/+2
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-3/+3
* heh. there is a simpler way to do this...gstein2001-01-111-3/+3
* add an accessor to the number of key/value pairs in the hash table.gstein2001-01-111-0/+9
* Cleanup the hash table docs.rbb2000-12-041-7/+9
* The apr_hash_t typedef should stay in apr_hash.h. Use "struct apr_hash_t" ingstein2000-11-291-0/+5
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatrbb2000-11-291-5/+0
* Make sure that passing (s, APR_HASH_KEY_STRING) and (s, strlen(s)) aregstein2000-10-161-2/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-6/+6
* the zero-length hash key is valid. use (-1) as the discrimnator forgstein2000-10-161-6/+14
* Squishing bugs.wrowe2000-10-111-1/+1
* size_t should be an apr_size_t.gstein2000-10-051-7/+8
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-3/+3
* Document all of the public APR structures with DocBook.rbb2000-08-051-1/+7