]> git.meshlink.io Git - meshlink/history - src/hash.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / hash.c
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
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.