chiark / gitweb /
elogind.git
2018-08-24 Zbigniew Jędrzejewsk... basic/ellipsize: do not assume the string is NUL-termin...
2018-08-24 Zbigniew Jędrzejewsk... basic/utf8: add ascii_is_valid_n()
2018-08-24 Yu Watanabeutil-lib: reject too long path for timedate_is_valid()
2018-08-24 Zbigniew Jędrzejewsk... meson: do not allow bit-shift overflows
2018-08-24 Lennart Poetteringsd-event: document sd_event_source_set_io_fd_own()
2018-08-24 Lennart Poetteringsd-event: add destroy callback logic to sd-event too
2018-08-24 Lennart Poetteringsd-bus: also add destroy callbacks to sd_bus_track...
2018-08-24 Lennart Poetteringcopy: put a depth limit on copying file system trees...
2018-08-24 Lennart Poetteringcopy: extend check for mount point crossing
2018-08-24 Filipe Brandenburgercopy: only check for traversing mount points on directories
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringtree-wide: fix a number of log calls that use %m but...
2018-08-24 Lennart Poetteringudev: add helper udev_device_new_from_stat_rdev()
2018-08-24 Zbigniew Jędrzejewsk... CODING_STYLE: allow c99-style mixed code and declarations
2018-08-24 Lennart Poetteringtools: make various scripts find the top-levle git...
2018-08-24 Zbigniew Jędrzejewsk... shared/bus-util: use the new cleanup functionality...
2018-08-24 Zbigniew Jędrzejewsk... bus: optionally call a callbacks for cleanup
2018-08-24 Zbigniew Jędrzejewsk... test-bus-util: add a simple test for bus_request_name_a...
2018-08-24 Zbigniew Jędrzejewsk... bus-util: avoid unneeded initalization to zero
2018-08-24 Zbigniew Jędrzejewsk... man: xinclude the generic text to talk about libsystemd...
2018-08-24 Zbigniew Jędrzejewsk... Remove NULL terminator from two log_struct calls
2018-08-24 Lennart Poetteringutil: add new write_string_filef() helper
2018-08-24 Lennart Poetteringmain: split out reading of /proc/sys/fs/nr_open into...
2018-08-24 Lennart Poetteringstring-util: put together strstrip() from skip_leading_...
2018-08-24 Lennart Poetteringprocess-util: make use of delete_trailing_chars() in...
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringsd-event: use structure initialization instead of new0...
2018-08-24 Lennart Poetteringtime-util: introduce common implementation of TFD_TIMER...
2018-08-24 Lennart Poetteringman: document the new sd_event_add_inotify() call
2018-08-24 Lennart Poetteringsd-event: add test for the new sd_event_add_inotify...
2018-08-24 Lennart Poetteringsd-event: add new API for subscribing to inotify events
2018-08-24 Lennart Poetteringsd-event: voidify more things
2018-08-24 Lennart Poetteringsd-event: propagate errors from source_set_pending...
2018-08-24 Lennart Poetteringsd-event: drop pending events when we turn off/on an...
2018-08-24 Lennart Poetteringsd-event: use symbolic name for normal priority
2018-08-24 Lennart Poetteringsd-event: use structure initialization for epoll_event
2018-08-24 Zbigniew Jędrzejewsk... NEWS: add note about --runtime
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringutil: tighten on_tty() check a bit, also check stderr
2018-08-24 Lennart Poetteringcgroup: tiny log message tweak, say that we ignore...
2018-08-24 Lennart Poetteringupdate NEWS to explain new OnFailure= behaviour
2018-08-24 Yu Watanabeconf-parser: fix memleak (#9177)
2018-08-24 Zbigniew Jędrzejewsk... basic/log: add the log_struct terminator to macro
2018-08-24 Zbigniew Jędrzejewsk... basic/path-util: use FLAGS_SET in one more place
2018-08-24 Zbigniew Jędrzejewsk... Add macro for checking if some flags are set
2018-08-24 Zbigniew Jędrzejewsk... test-ellipsize: add tests for ellipsize_mem, fix bugs
2018-08-24 Zbigniew Jędrzejewsk... basic/string-util: make ellipsize() inline
2018-08-24 Alan Jenkinslogin: log session state "closing" (as well as New...
2018-08-24 Yu Watanabeconf-parser: remove redundant utf8-validity check
2018-08-24 Yu Watanabeconf-parse: use free_and_replace()
2018-08-24 Yu Watanabeconf-parser: reject utf8-invalid lines
2018-08-24 Yu Watanabeconf-parse: use path_simplify_and_warn() in config_pars...
2018-08-24 Yu Watanabepath-util: introduce path_simplify_and_warn()
2018-08-24 Yu Watanabepath-util: make path_make_relative() support path inclu...
2018-08-24 Yu Watanabepath-util: introduce path_simplify()
2018-08-24 Martin Jansatime-util: fix build with gcc8 -Werror=format-truncation=
2018-08-24 Mike Gilbertbasic: set errno in raw_clone() on sparc
2018-08-24 Lennart Poetteringprocess-util: also filter non-printable characters...
2018-08-24 Lennart Poetteringstring-util: tweak cellescape() a bit
2018-08-24 Lennart Poetteringescape: add an explanatory comment about buffer sizes
2018-08-24 Lennart Poetteringmissing: define kernel internal limit TASK_COMM_LEN...
2018-08-24 Lennart Poetteringprocess-util: mention that wait_for_terminate_with_time...
2018-08-24 Felipe Satelerbuild-sys: Add option to link systemctl statically
2018-08-24 Zbigniew Jędrzejewsk... Use const char* for timestamp strings which we don...
2018-08-24 Zbigniew Jędrzejewsk... Always allow timestamps to be printed
2018-08-24 Evgeny Vereshchaginbasic/random-util: do not use getrandom() under msan
2018-08-24 Zbigniew Jędrzejewsk... basic/journal-importer: escape & ellipsize bad data...
2018-08-24 Zbigniew Jędrzejewsk... basic/string-util: add a convenience function to cescap...
2018-08-24 Zbigniew Jędrzejewsk... basic/journal-importer: do not write non-unicode char...
2018-08-24 Zbigniew Jędrzejewsk... fuzz-journal-remote: a fuzzer for journal-remote over...
2018-08-24 Zbigniew Jędrzejewsk... sd-id128: return -ENOMEDIUM on null id
2018-08-24 Zbigniew Jędrzejewsk... journal-remote: split out µhttpd support and main(...
2018-08-24 Yu Watanabedoc: update TODO
2018-08-24 Lennart Poetteringtree-wide: make use of memory_startswith() at various...
2018-08-24 Lennart Poetteringstring-util: add new memory_startswith() helper
2018-08-24 Yu Watanabesocket-util: rename parse_socket_address_bind_ipv6_only...
2018-08-24 Yu Watanabeconf-parser: introduce DEFINE_CONFIG_PARSE*() macros
2018-08-24 Lennart Poetteringsmack: make mac_smack_fix() deal somewhat sensible...
2018-08-24 Lennart Poetteringsd-bus: make add match method callback slot "floating"
2018-08-24 Lennart Poetteringbus-slot: for bus slot objects with no explicit descrip...
2018-08-24 Lennart Poetteringman: document the new sd_bus_slot_set_floating() call
2018-08-24 Lennart Poetteringsd-bus: add new sd_bus_slot_set_floating() call
2018-08-24 Lennart Poetteringman: fix minor typo
2018-08-24 Yu Watanabetree-wide: fix typo in comments and NEWS
2018-08-24 Lennart Poetteringconf-parser: add a bit more whitespace
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Yu Watanabedoc: mention RestrictNamespaces= merges multiple assign...
2018-08-24 Zbigniew Jędrzejewsk... meson: use a convenience static library for nspawn...
2018-08-24 Zbigniew Jędrzejewsk... meson: test out headers with more standard versions
2018-08-24 Yu Watanabebash-completion: add completion for portablectl
2018-08-24 Yu Watanabecore: add --dump-bus-properties option to systemd
2018-08-24 Zbigniew Jędrzejewsk... sd-bus: use _cleanup_ more
2018-08-24 Luca Boccassijournalctl: add with-unit mode
2018-08-24 Yu Watanabetree-wide: drop unused variables
2018-08-24 Lennart Poetteringupdate TODO
2018-08-24 Lennart Poetteringman: add man pages for the portable service stuff
2018-08-24 Lennart Poetteringadd new portable service framework
2018-08-24 Lennart Poetteringmachined: move bus_reply_pair_array() into generic...
next