index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journal-send.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-1
/
+1
*
journal: drop the assert-only variable completely
Frantisek Sumsal
2020-06-11
1
-6
/
+2
*
tree-wide: mark assert()-only variables as unused
Frantisek Sumsal
2020-06-09
1
-2
/
+2
*
tree-wide: codespell fixes
Frantisek Sumsal
2020-05-25
1
-2
/
+2
*
journal-send: Fix the limitation of LINE_MAX
Ankit Jain
2020-05-14
1
-12
/
+43
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
1
-1
/
+1
*
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
2019-01-26
1
-2
/
+2
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
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
*
journal-send: drop redundant parenthesis
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-3
/
+1
*
journal: cast to (void) where we knowingly ignore syscall returns
Lennart Poettering
2018-01-23
1
-1
/
+1
*
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-2
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-3
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-41
/
+29
*
sd-journal: suppress empty lines
Lennart Poettering
2016-07-19
1
-1
/
+10
*
sd-journal: when formatting log messages, implicitly strip trailing whitespace
Lennart Poettering
2016-07-19
1
-0
/
+7
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-7
/
+7
*
coredump,basic: generalize O_TMPFILE handling a bit
Lennart Poettering
2016-04-22
1
-1
/
+1
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journald: add a couple of static asserts checking logging constants
Lennart Poettering
2016-01-26
1
-0
/
+1
*
journal: silently skip failing large messages if journald is missing
Zbigniew Jędrzejewski-Szmek
2015-12-03
1
-1
/
+5
*
journal: unbreak sd_journal_sendv
Zbigniew Jędrzejewski-Szmek
2015-12-03
1
-1
/
+1
*
journal: addition and multiplication do not commute
Zbigniew Jędrzejewski-Szmek
2015-12-03
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+8
*
tree-wide: port more code to use send_one_fd() and receive_one_fd()
Lennart Poettering
2015-09-29
1
-25
/
+1
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-11
/
+7
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
1
-4
/
+1
*
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...
Lennart Poettering
2014-10-30
1
-1
/
+1
*
memfd: always use our internal utility functions where we have them
Lennart Poettering
2014-10-30
1
-5
/
+6
*
journal: when sending huge log messages prefer memfds over temporary files in...
Lennart Poettering
2014-10-30
1
-10
/
+26
*
journal-send.c: use automatic cleanup
Zbigniew Jędrzejewski-Szmek
2014-06-19
1
-23
/
+14
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-7
/
+7
*
Get rid of write_safe
Zbigniew Jędrzejewski-Szmek
2014-01-29
1
-1
/
+1
*
journal: guarantee async-signal-safety in sd_journald_sendv
Zbigniew Jędrzejewski-Szmek
2014-01-28
1
-1
/
+1
*
Replace mkostemp+unlink with open(O_TMPFILE)
Zbigniew Jędrzejewski-Szmek
2014-01-28
1
-13
/
+7
[next]