index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal-remote
/
journal-remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
journal-remote: fix broken --getter option
Yu Watanabe
2016-01-24
1
-12
/
+14
|
*
journal-remote: output file name is determined by the remote hostname
Yu Watanabe
2016-01-24
1
-2
/
+11
|
*
journal-remote: make --url option support arbitrary url
Yu Watanabe
2016-01-24
1
-1
/
+8
|
/
*
Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...
Daniel Mack
2016-01-22
1
-2
/
+2
|
\
|
*
journal-remote: split-mode=host, remove port from journal filename
Klearchos Chaloulos
2015-12-01
1
-2
/
+2
*
|
systemd-activate: Add support for datagram sockets
Susant Sahani
2016-01-22
1
-2
/
+2
*
|
journal-remote: fix warning about deprecated µhttpd macro
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-1
/
+1
*
|
Add Seal option in the configuration file for journald-remote
Michael Scherer
2015-12-20
1
-0
/
+1
|
/
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-1
/
+1
*
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-11-05
1
-2
/
+2
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
journal-remote: remove unused variable warning when building without GNUTLS.
Lennart Poettering
2015-11-01
1
-2
/
+1
*
journal-remote: increase memory limit per connection to avoid errors with HTTPS
Dongsu Park
2015-10-30
1
-1
/
+2
*
journal-remote: port to extract_first_word
Susant Sahani
2015-10-28
1
-8
/
+12
*
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 string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-1
/
+2
*
Merge pull request #1406 from blaskovic/journal-remote-typo
Tom Gundersen
2015-10-05
1
-1
/
+1
|
\
|
*
journal-remote: typo in log_error when no sources are specified
Branislav Blaskovic
2015-09-29
1
-1
/
+1
*
|
journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd servers
Lennart Poettering
2015-09-30
1
-2
/
+3
*
|
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-15
/
+12
|
/
*
tree-wide: replace while(1) by for(;;) everywhere
Lennart Poettering
2015-09-09
1
-1
/
+1
*
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
1
-2
/
+1
*
strv: convert strv_split_quotes into a generic strv_split_extract
Richard Maw
2015-08-07
1
-1
/
+1
*
socket-util: library calls shouldn't log on their own
Lennart Poettering
2015-07-29
1
-0
/
+1
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-4
/
+1
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-0
/
+4
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-2
/
+2
*
util: rework word parsing and c unescaping code
Lennart Poettering
2015-03-26
1
-1
/
+1
*
µhttp-util: setup gnutls logs in one function
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-28
/
+6
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-1
/
+1
*
journal-remote: stop using EWOULDBLOCK
David Herrmann
2015-03-13
1
-2
/
+2
*
journal-remote: process events without delay
Zbigniew Jędrzejewski-Szmek
2015-03-13
1
-8
/
+57
*
journal-remote: check also for EWOULDBLOCK
Zbigniew Jędrzejewski-Szmek
2015-03-13
1
-1
/
+1
*
journal-remote: downgrade routine messages to debug
Zbigniew Jędrzejewski-Szmek
2015-03-13
1
-18
/
+18
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-2
/
+2
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
wrap a few *_FOREACH macros in curly braces
Thomas Hindoe Paaboel Andersen
2014-12-12
1
-2
/
+2
*
journald-remote,journal-upload: Support .d directories in the usual search paths
Josh Triplett
2014-11-29
1
-4
/
+4
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-12
/
+6
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-9
/
+9
[prev]
[next]