summaryrefslogtreecommitdiffstats
path: root/hash.c
AgeCommit message (Expand)Author
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-28Add hash_find_elem to get the hash element.Kevin McCarthy
2017-01-28Add reentrant hash_walk() function for iterating down a hash table.David Champion
2017-01-17Add casecmp and strdup_key flags to hash_create()Kevin McCarthy
2017-01-06Convert HASH to be indexable by unsigned int. (see #3905)Kevin McCarthy
2009-03-09Restore $reverse_alias feature by using case-insensitive hash keysRocco Rutte
2009-01-03Make hash_string work in unsigned domainBrendan Cully
2008-12-16Remove redundant int clampingErik Hovland
2008-07-02Use casts to avoid triggering integer overflow detection in hash functionRocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-07-24This patch includes (1) a rewrite of hash_delete_hash, and (2) someThomas Roessler
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2001-11-19Fix #868, #876. Work-around from Len LattanziThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1998-12-12Use a better hash function. Contributed by Stefan LangermanThomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler