aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/uthash/uthash.h
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Some style fixes + reformatVsevolod Stakhov2023-01-211-38/+38
|
* Allow strcase uthash.Vsevolod Stakhov2014-08-241-1/+3
|
* Fix warning about murmur hash macro.Vsevolod Stakhov2013-09-301-0/+1
|
* Keys in hash table are const pointers.Vsevolod Stakhov2013-08-231-4/+4
|
* The preliminary API of rspamd configuration language.Vsevolod Stakhov2013-08-041-0/+948
Include UTHash for faster and more convenient hash functions than g_hash_table is. Implement the basic API for RCL parser.