aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/uthash
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Some style fixes + reformatVsevolod Stakhov2023-01-211-38/+38
|
* [Minor] enable Wmissing-format-attributeChristian Göttsche2020-04-111-0/+3
|
* [Project] Add linked list reversal procedureVsevolod Stakhov2019-07-121-0/+9
|
* [Project] Further rework of mime headers processingVsevolod Stakhov2019-07-121-13/+13
|
* 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.