aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.c
Commit message (Collapse)AuthorAgeFilesLines
* change local guint8 fields that get left-shifted to guint32 to prevent ↵Charles Kerr2012-03-121-4/+4
| | | | overflow, as reported by coverity in lp bug #944234
* Using unsigned chars for calculating, we want no sign extension.Ted Gould2010-08-111-4/+4
|
* Instead of using a struct just using multiply, which in all reality, is more ↵Ted Gould2010-08-111-29/+16
| | | | clear and the compiler will optimize it for us.
* Making the categories a case statement.Ted Gould2010-08-111-1/+23
|
* Switching to be more opaque, but also more sane.Ted Gould2010-08-111-1/+1
|
* Brining generate-id into the foldTed Gould2010-08-101-0/+2
|
* Writing a small little function to generate the ID.Ted Gould2010-08-101-0/+58