index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
automount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-08-11
1
-1
/
+0
*
automount: handle state changes of the corresponding mount unit correctly
Michael Olbrich
2015-07-24
1
-6
/
+8
*
automount: don't try to umount if it already happened
Michael Olbrich
2015-07-24
1
-0
/
+14
*
automount: do not start expiration timer for TimeoutIdleSec=0
Daniel Mack
2015-07-24
1
-0
/
+3
*
automount: lower the idle polling frequency a bit
Lennart Poettering
2015-07-24
1
-1
/
+1
*
core: remove generic job completion messages from unit vtables
Michal Schmidt
2015-07-21
1
-1
/
+0
*
path-util: Change path_is_mount_point() symlink arg from bool to flags
Martin Pitt
2015-05-29
1
-1
/
+1
*
core: rename SystemdRunningAs to ManagerRunningAs
Lennart Poettering
2015-05-11
1
-1
/
+1
*
core,network: major per-object logging rework
Lennart Poettering
2015-05-11
1
-57
/
+45
*
core: rework unit name validation and manipulation logic
Lennart Poettering
2015-05-06
1
-10
/
+9
*
core: simplify unit type detection logic
Lennart Poettering
2015-04-30
1
-3
/
+1
*
core: annotate event sources
Tom Gundersen
2015-04-29
1
-2
/
+11
*
Revert "core: do not spawn jobs or touch other units during coldplugging"
Lennart Poettering
2015-04-24
1
-1
/
+1
*
automount: remove unused variable
Thomas Hindoe Paaboel Andersen
2015-04-21
1
-2
/
+0
*
automount: various smaller fixes
Lennart Poettering
2015-04-21
1
-7
/
+8
*
automount: add expire support
Michael Olbrich
2015-04-21
1
-10
/
+214
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
core/automount: beef up error message
Zbigniew Jędrzejewski-Szmek
2015-04-08
1
-1
/
+2
*
path-util: fix more path_is_mount e792e890f fallout
Lennart Poettering
2015-04-07
1
-4
/
+2
*
Introduce loop_read_exact helper
Zbigniew Jędrzejewski-Szmek
2015-03-10
1
-7
/
+3
*
core: do not spawn jobs or touch other units during coldplugging
Ivan Shapovalov
2015-03-07
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-7
/
+5
*
core: output unit status output strings to console, only if we actually are c...
Lennart Poettering
2015-01-28
1
-2
/
+2
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
unit: handle nicely of certain unit types are not supported on specific systems
Lennart Poettering
2014-12-15
1
-0
/
+12
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-2
/
+2
*
core: two more log_unit_*_errno() conversions
Michal Schmidt
2014-11-28
1
-1
/
+4
*
core: convert log_unit_*() to log_unit_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-24
/
+24
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
*
use more _cleanup_ macro
Ronny Chevalier
2014-06-24
1
-2
/
+1
*
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-24
1
-1
/
+1
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-29
/
+12
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-2
/
+2
*
Use format patterns for usec_t, pid_t, nsec_t, usec_t
Zbigniew Jędrzejewski-Szmek
2014-01-03
1
-2
/
+2
*
core: no need to list properties for PropertiesChanged messages anymore
Lennart Poettering
2013-12-22
1
-1
/
+0
*
automount: log info about triggering process
Kay Sievers
2013-11-28
1
-2
/
+2
*
tree-wide usage of %m specifier instead of strerror(errno)
Daniel Buch
2013-11-26
1
-1
/
+1
*
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
1
-28
/
+25
*
core: rework how we match mount units against each other
Lennart Poettering
2013-09-26
1
-29
/
+4
*
automount: rename repeat_unmont to repeat_unmount
David Mackey
2013-09-13
1
-3
/
+3
*
unit: rework stop pending logic
Lennart Poettering
2013-04-26
1
-1
/
+1
*
unit: rework trigger dependency logic
Lennart Poettering
2013-04-23
1
-21
/
+19
*
systemd: use unit logging macros
Zbigniew Jędrzejewski-Szmek
2013-01-06
1
-28
/
+38
*
core: add catalog entry and MESSAGE_ID for overmounting
Zbigniew Jędrzejewski-Szmek
2012-12-05
1
-2
/
+2
*
dbus: introduce _cleanup_dbus_error_free_
Lennart Poettering
2012-11-22
1
-5
/
+3
*
automount: modernizations
Lennart Poettering
2012-11-22
1
-52
/
+64
[next]