summaryrefslogtreecommitdiffstats
path: root/contrib/uthash
Commit message (Collapse)AuthorAgeFilesLines
* Allow strcase uthash.Vsevolod Stakhov2014-08-241-1/+3
|
* Update to the recent versions.Vsevolod Stakhov2014-07-191-1/+3
|
* Forgot to add.Vsevolod Stakhov2013-10-221-0/+410
|
* 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
|
* Start rcl parser implementation.Vsevolod Stakhov2013-08-051-0/+757
|
* 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.