index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine
/
machined.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
machined: minor code cleanups, such as voidifying calls
Lennart Poettering
2018-04-27
1
-4
/
+9
*
machined: some modernizations
Lennart Poettering
2018-04-17
1
-32
/
+38
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-3
/
+2
*
machined: change check_gc to may_gc everywhere
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-2
/
+2
*
tree-wide: make the Subscribe() method calls asynchronous too
Lennart Poettering
2018-01-05
1
-8
/
+6
*
tree-wide: install matches asynchronously
Lennart Poettering
2018-01-05
1
-41
/
+37
*
tree-wide: make name requesting asynchronous in all our services
Lennart Poettering
2018-01-05
1
-2
/
+2
*
tree-wide: use SPECIAL_ROOT_SLICE
Zbigniew Jędrzejewski-Szmek
2017-12-15
1
-1
/
+2
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-5
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-2
/
+3
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
machined: run clone operation asynchronously in the background
Lennart Poettering
2016-05-02
1
-0
/
+8
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
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
-4
/
+6
*
machined: introduce pseudo-machine ".host" refererring to the host system
Lennart Poettering
2015-08-24
1
-3
/
+44
*
machined: validate machine names at more places
Lennart Poettering
2015-08-24
1
-0
/
+3
*
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-24
1
-0
/
+1
*
Bug #944: Deletion of unnecessary checks before a few calls of systemd functions
Markus Elfring
2015-08-17
1
-2
/
+1
*
machined: rework state tracking logic for machines
Lennart Poettering
2015-08-06
1
-1
/
+9
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-1
/
+1
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-1
/
+2
*
machined: make PropertiesChanged match more strict
Lennart Poettering
2015-04-28
1
-1
/
+2
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-6
/
+0
*
machined: make "machinectl copy-to" and "machinectl copy-from" server side op...
Lennart Poettering
2015-02-17
1
-0
/
+2
*
machined: don't look for images on each property get, but cache the image obj...
Lennart Poettering
2014-12-28
1
-0
/
+9
*
machined: introduce polkit for OpenLogin() call
Lennart Poettering
2014-12-23
1
-0
/
+2
*
machined: add a full bus object for images
Lennart Poettering
2014-12-19
1
-2
/
+9
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-40
/
+20
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-12
/
+12
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-12
/
+12
*
label: unify code to make directories, symlinks
Lennart Poettering
2014-10-23
1
-0
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-3
/
+3
*
machined: remove redundant sd_notify
Dave Reisner
2014-09-08
1
-4
/
+0
*
notify: send STOPPING=1 from our daemons
Lennart Poettering
2014-08-21
1
-0
/
+1
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-2
/
+2
*
sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...
Lennart Poettering
2014-05-15
1
-3
/
+7
*
machined: fix enumeration of existing machines on restart
Lennart Poettering
2014-02-11
1
-0
/
+4
*
machined: implement exit-on-idle
Lennart Poettering
2013-12-19
1
-16
/
+13
*
bus: remove explicit activator-specific flags, the kdbus supports it now
Kay Sievers
2013-12-12
1
-1
/
+1
[next]