index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timesync
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
timesyncd: properly handle OOM errors when parsing fallback servers (#6047)
Lennart Poettering
2017-05-30
1
-1
/
+5
*
test-timesync: add first test for timesyncd conf parsing
Zbigniew Jędrzejewski-Szmek
2017-05-25
2
-0
/
+67
*
timesyncd: don't use compiled-in list if FallbackNTP has been configured expl...
Michael Biebl
2017-05-24
5
-4
/
+15
*
timesync/timesyncd-manager: fix format-specifier issue
Matija Skala
2017-05-19
1
-1
/
+1
*
timesync/timesyncd-manager: fix format-specifier issues
Matija Skala
2017-05-19
1
-2
/
+2
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-1
/
+1
*
meson: reindent all files with 8 spaces
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-19
/
+17
*
meson: build systemd using meson
Zbigniew Jędrzejewski-Szmek
2017-04-24
1
-0
/
+28
*
tree-wide: fix wrong indent (#5757)
Yu Watanabe
2017-04-19
1
-4
/
+4
*
build-sys: add check for gperf lookup function signature (#5055)
Mike Gilbert
2017-01-10
1
-1
/
+1
*
timesyncd: clear ADJ_MAXERROR to keep STA_UNSYNC cleared after jump adjust (#...
akochetkov
2016-11-11
1
-1
/
+3
*
tree-wide: add PRI_[NU]SEC, and use time format strings more
Zbigniew Jędrzejewski-Szmek
2016-11-08
1
-2
/
+2
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-5
/
+2
*
tree-wide: rename config_parse_many to …_nulstr
Zbigniew Jędrzejewski-Szmek
2016-09-16
1
-1
/
+1
*
clock-util: make clock_is_localtime() testable and add initial tests
Martin Pitt
2016-02-26
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
7
-14
/
+0
*
timesyncd: use (void) to mark ignored value
Zbigniew Jędrzejewski-Szmek
2016-01-21
1
-1
/
+2
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
3
-3
/
+3
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-2
/
+2
*
timesync: return negative errno from manager_adjust_clock() on error
Michal Schmidt
2015-11-05
1
-2
/
+2
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-2
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
3
-2
/
+5
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
timesysnd: port to extract_first_word
Susant Sahani
2015-10-27
1
-8
/
+10
*
util-lib: split out user/group/uid/gid calls into user-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
2
-4
/
+6
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
2
-13
/
+15
*
tree-wide: add more void casts for various syscall invocations
Lennart Poettering
2015-10-19
1
-4
/
+4
*
tree-wide: clean up log_syntax() usage
Lennart Poettering
2015-09-30
1
-1
/
+1
*
timesyncd: fix how we print a PID
Lennart Poettering
2015-09-11
1
-1
/
+1
*
timesyncd: remove RLIMIT_NPROC
Kay Sievers
2015-07-31
1
-4
/
+0
*
build-sys: add all source files and no built files to the tar ball
Kay Sievers
2015-06-23
1
-1
/
+0
*
everywhere: port everything to sigprocmask_many() and friends
Lennart Poettering
2015-06-15
1
-1
/
+1
*
util: introduce CMSG_FOREACH() macro and make use of it everywhere
Lennart Poettering
2015-06-10
1
-1
/
+1
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
timesyncd: print an INFO log message when we successfully reached a time server
Lennart Poettering
2015-04-08
2
-2
/
+14
*
add REMOTE_ADDR and REMOTE_PORT for Accept=yes
Shawn Landden
2015-03-10
1
-1
/
+1
*
Do not advertise .d snippets over main config file
Zbigniew Jędrzejewski-Szmek
2015-03-04
1
-3
/
+4
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
4
-14
/
+0
*
timesync: Use UINT64_C for OFFSET_1900_1970
Cristian Rodríguez
2015-02-16
1
-1
/
+1
*
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-12
1
-1
/
+1
*
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian Rodríguez
2015-02-10
1
-1
/
+1
*
timesyncd: downgrade more log messages from LOG_INFO to LOG_DEBUG
Lennart Poettering
2015-02-04
1
-2
/
+2
*
timesyncd: reduce log chattiness a bit
Lennart Poettering
2015-02-04
1
-3
/
+3
*
timesyncd: set RLIMIT_NPROC to 2
Lennart Poettering
2015-01-27
1
-0
/
+4
*
timesyncd: consider too long packets as invalid
Topi Miettinen
2015-01-18
1
-1
/
+2
*
timesync: remove square(), use pow instead
Cristian Rodríguez
2014-12-25
1
-5
/
+1
*
timesyncd: minor simplification
Lennart Poettering
2014-11-30
1
-10
/
+16
*
timesyncd: Support timesyncd.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
2
-4
/
+8
[next]