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
*
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
*
journal: fail silently in sd_j_sendv() if journal is unavailable
Zbigniew Jędrzejewski-Szmek
2013-12-03
1
-0
/
+4
*
Use assert_return in more of the public API
Thomas Hindoe Paaboel Andersen
2013-12-02
1
-22
/
+12
*
macro: clean up usage of gcc attributes
Lennart Poettering
2013-10-16
1
-1
/
+1
*
remove hasprefix(), use startswith()
Shawn Landden
2013-08-22
1
-1
/
+1
*
Add hasprefix macro to check prefixes of fixed length
Zbigniew Jędrzejewski-Szmek
2013-06-21
1
-1
/
+1
*
journal: use initialization instead of zeroing
Zbigniew Jędrzejewski-Szmek
2013-06-14
1
-14
/
+12
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-1
/
+1
*
util: add a bit of syntactic sugar for saving/restoring errno
Lennart Poettering
2013-04-02
1
-65
/
+29
*
journal: fix warning about pointer arithmetic
Zbigniew Jędrzejewski-Szmek
2012-11-25
1
-2
/
+3
*
journal-send: always send SYSLOG_IDENTIFIER, if we have it
Lennart Poettering
2012-11-20
1
-1
/
+19
*
journal-send: unify a bit of code
Lennart Poettering
2012-11-20
1
-20
/
+15
*
journal-send: simplification
Lennart Poettering
2012-10-03
1
-8
/
+8
*
journal: also use new VA_FORMAT_ADVANCE() macro in sd_journal_send()
Lennart Poettering
2012-09-24
1
-1
/
+8
*
journalctl: rework JSON output mode
Lennart Poettering
2012-09-06
1
-1
/
+1
*
journal: add sd_journal_perror() to API
Lennart Poettering
2012-08-01
1
-3
/
+88
*
journal: fix sd_journal_stream_fd()
Lennart Poettering
2012-06-22
1
-1
/
+2
*
journal: fix missing variable initialization
Lennart Poettering
2012-04-12
1
-3
/
+2
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
journal: implicitly add code location to all messages logged with the native ...
Lennart Poettering
2012-04-02
1
-28
/
+210
*
log: increase socket buffers for logging by default
Lennart Poettering
2012-01-27
1
-1
/
+7
*
journal: when sending journal data via file, place it in /dev/shm, to allow e...
Lennart Poettering
2012-01-18
1
-1
/
+4
*
journal: if the data to be sent is larger than the maximum datagram size reso...
Lennart Poettering
2012-01-14
1
-2
/
+55
*
log: make internal log api log directly to the journal
Lennart Poettering
2012-01-12
1
-1
/
+1
*
journal: rename syslog tag to identifier since that's what we call it on the ...
Lennart Poettering
2012-01-05
1
-6
/
+6
*
sd-journal: close reading side of sd_journal_stream_fd() file descriptors
Lennart Poettering
2012-01-05
1
-0
/
+5
*
journal: move sockets into their own subdir
Lennart Poettering
2012-01-05
1
-2
/
+2
*
journald: add configuration file options to forward all logged data to kmsg, ...
Lennart Poettering
2012-01-05
1
-1
/
+5
*
journal: add _public_ to all sd-journal calls, and add parameter checks
Lennart Poettering
2012-01-03
1
-6
/
+10
*
journal: implement stdout transport
Lennart Poettering
2011-12-23
1
-0
/
+60
*
journal: introduce mandatory sd_journal_printf() priority parameter
Lennart Poettering
2011-12-17
1
-8
/
+11
*
journal: add native protocol to journald, and client side API to send journal...
Lennart Poettering
2011-12-17
1
-0
/
+196