import from HEAD:
[freeradius.git] / src / lib / hash.c
2006-10-24 fcusackimport from HEAD:
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-13 aland return NULL not 0 for consistency
2006-07-01 fcusackimport from branch_1_1:
2006-06-15 aland Port update hash code (using hash && compare callbacks...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-09 fcusackimport from HEAD:
2006-04-13 aland Added lrad_hash_string() from the head
2006-04-13 aland*** empty log message ***
2006-04-12 aland Use replace where appropriate, rather than insert
2006-04-12 aland New growing hash functions, and other code to use...
2006-04-12 aland Make the hash tables dynamically growable, with bug...
2006-03-29 aland Port re-sizable hash tables from CVS head
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-30 aland Don't increment num_elements too often
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-12-07 nbkPull from CVS head:
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-15 aland Add new hash table function so that small amounts...
2005-09-14 aland Allow inserts or deletes to happen during walk function
2005-09-12 aland Fix typo
2005-09-12 aland Move hash functions to hash.c
2005-09-12 nbk Fix typos.
2005-09-09 aland Added more functions
2005-09-08 aland respect replace_flag
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...