index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2017-02-10
Change "allow_dups" into a flag at hash creation.
Kevin McCarthy
2017-01-28
Add hash_find_elem to get the hash element.
Kevin McCarthy
2017-01-28
Add reentrant hash_walk() function for iterating down a hash table.
David Champion
2017-01-17
Add casecmp and strdup_key flags to hash_create()
Kevin McCarthy
2017-01-06
Convert HASH to be indexable by unsigned int. (see #3905)
Kevin McCarthy
2009-03-09
Restore $reverse_alias feature by using case-insensitive hash keys
Rocco Rutte
2009-01-03
Make hash_string work in unsigned domain
Brendan Cully
2008-12-16
Remove redundant int clamping
Erik Hovland
2008-07-02
Use casts to avoid triggering integer overflow detection in hash function
Rocco Rutte
2006-05-18
Avoid safe_free() usage and add security checks
Rocco Rutte
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-07-24
This patch includes (1) a rewrite of hash_delete_hash, and (2) some
Thomas Roessler
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2002-12-11
Fix Mike's and my e-mail addresses in copyright lines.
Thomas Roessler
2002-12-10
Replace safe_free calls by the FREE macro.
Thomas Roessler
2001-11-19
Fix #868, #876. Work-around from Len Lattanzi
Thomas Roessler
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-01-06
Update copyright notices for unstable.
Thomas Roessler
1999-02-03
[unstable] Produce some reasonable character set support when
Thomas Roessler
1999-01-07
Get rid of RCS ids in source files. They are getting in our way
Thomas Roessler
1998-12-12
Use a better hash function. Contributed by Stefan Langerman
Thomas Roessler
1998-11-10
Introduce or rewrite mutt_{str*cmp,strlen} and use them all over the
Thomas Roessler
1998-10-15
Change "static char rcsid[]" to "static const char rcsid[]" to make
mutt-0-94-13-rel
Thomas Roessler
1998-10-13
Add RCS $Id$ strings to (hopefully) all source files.
Thomas Roessler
1998-08-25
CVS branch clean-up.
Thomas Roessler
1998-06-08
Initial revision
Thomas Roessler