Don't assume sa.sa_family is a short int.
[tinc] / src / hash.c
2015-07-12 Guus SliepenFix undefined behaviour when left-shifting signed integers.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-07 Guus SliepenAdd an explicit hash_delete() function.
2013-08-13 Guus SliepenUpdate copyright notices.
2013-07-20 Etienne DechampsFix hash_function().
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2012-11-29 Guus SliepenFix use of unitialised values in hash tables.
2012-10-09 Guus SliepenFix hash functions for keys whose size is not divisible...
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-05 Guus SliepenAdd a simple hash table implementation.