index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
siphash24.c
Age
Commit message (
Expand
)
Author
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-17
siphash: minor coding style fixes and modernizations
Lennart Poettering
2015-11-17
siphash: fix another alignment issue
Lennart Poettering
2015-11-17
Merge pull request #1923 from zonque/siphash
Lennart Poettering
2015-11-16
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
siphash24: fix memory alignment
Daniel Mack
2015-10-06
siphash24: coding-style fixes
Tom Gundersen
2015-10-06
siphash24: unify API
Tom Gundersen
2015-10-05
siphash24: expose the internal helper functions
Tom Gundersen
2015-10-05
siphash24: make siphash24_compress decomposable
Tom Gundersen
2015-10-05
siphash24: move last compression iteration from compression step to finalizat...
Tom Gundersen
2015-10-05
siphash24: split out the compression step
Tom Gundersen
2015-10-05
siphash24: split out the finalization step
Tom Gundersen
2015-10-05
siphash24: introduce state struct
Tom Gundersen
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers