summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.h
Commit message (Collapse)AuthorAge
* shared: make sure foo.bar and foobar result in different domain name hashesLennart Poettering2017-05-17
| | | | | This also introduces a new macro siphash24_compress_byte() which is useful to add a single byte into the hash stream, and ports one user over to it.
* basic: include only what we useThomas Hindoe Paaboel Andersen2017-05-17
| | | | | This is a cleaned up result of running iwyu but without forward declarations on src/basic.
* siphash: minor coding style fixes and modernizationsLennart Poettering2017-05-17
| | | | Only cosmetics really, doesn't change any actual logic.
* Prep v228: Add remaining updates from upstream (2/3)Sven Eden2017-04-26
| | | | | Apply remaining fixes and the performed move of utility functions into their own foo-util.[hc] files on libbasic.
* [2/5] Apply missing fixes from upstreamSven Eden2017-03-29
|
* siphash24: expose the internal helper functionsTom Gundersen2017-03-29
|
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.