GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-rate-limit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: implement per unit journal rate limiting
Anita Zhang
2018-10-18
1
-19
/
+19
*
siphash24: add helper for calculating the hash value for a string
Lennart Poettering
2018-10-16
1
-8
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
journald: add comment explaining journal rate limit return codes
Lennart Poettering
2017-07-31
1
-0
/
+7
*
journald, ratelimit: fix inaccurate message suppression in journal_rate_limit...
Yuki Inoguchi
2016-10-06
1
-1
/
+1
*
journald,ratelimit: fix wrong calculation of burst_modulate() (#4218)
HATAYAMA Daisuke
2016-09-26
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-22
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
Merge pull request #1923 from zonque/siphash
Lennart Poettering
2015-11-17
1
-2
/
+2
|
\
|
*
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
1
-2
/
+2
*
|
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
|
/
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-4
/
+5
*
siphash24: unify API
Tom Gundersen
2015-10-06
1
-6
/
+6
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
1
-2
/
+8
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
1
-4
/
+8
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-4
/
+4
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-02
1
-1
/
+1
*
journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U
Cristian Rodríguez
2013-04-05
1
-15
/
+0
*
journal: the ratelimiter is part of journald
Lennart Poettering
2012-08-22
1
-0
/
+275