aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/hash_burn.c
Commit message (Collapse)AuthorAgeFilesLines
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+1
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Add a tool to burn hashersMartin Willi2012-07-171-0/+74