chiark / gitweb /
elogind.git
2013-11-10 Zbigniew Jędrzejewsk... build-sys: simplify defined/undefined definition
2013-11-10 Zbigniew Jędrzejewsk... systemd: fix memory leak in cgroup code
2013-11-10 Zbigniew Jędrzejewsk... man,units: fix installation of systemd-nspawn@.service...
2013-11-10 William Giokaszsh-completion: Move machine listing to autoload
2013-11-10 William Giokaszsh-completion: Move output modes to autoload
2013-11-09 Tom Gundersennetworkd: add a basic network daemon
2013-11-09 Tom Gundersennet-util: add inet address/family parsing
2013-11-09 Thomas Hindoe... bootctl: remove unused options from getopt_long
2013-11-08 Kay Sieversbus: let magic ":no-sender" pass the validation
2013-11-08 Lennart Poetteringbus: port remaining code over to use bus_error_message()
2013-11-08 Lennart Poetteringlocalectl: port over to bus_log_create_error()
2013-11-08 Lennart Poetteringshutdown: unify handling of reboot() syscall a bit
2013-11-08 Lennart Poetteringsystemctl: properly initialize column widths for list...
2013-11-08 Kay Sieverssystemctl: rename 'listen'
2013-11-08 Lennart Poetteringbus: allow queuing more local msgs
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-11-08 Lennart Poetteringbuild-sys: fix rule for generating undefined list
2013-11-08 Kay Sieverssystemctl: fix "reboot" call
2013-11-08 Lennart Poetteringsystemctl: restore ability to directly connect to PID1...
2013-11-08 Lukas Nykrynmanager: configurable StartLimit default values
2013-11-08 Lennart Poetteringman: update systemctl man page to mentioned --machine=
2013-11-08 Lennart Poetteringbuild-sys: add make check-api-unused
2013-11-08 Lennart Poetteringbuild-sys: install busctl
2013-11-08 Dave Reisnerlink-config: Fix typo in log_warning
2013-11-08 Dave Reisnerlink-config: match length for kernel commandline option
2013-11-08 Kay Sieverssystemctl: initialize variables
2013-11-08 Lennart Poetteringsystemctl: allow listing cgroups of containers
2013-11-08 Lennart Poetteringclients: fix some signal handler issues
2013-11-08 Lennart Poetteringsystemctl: various cleanups
2013-11-08 Lennart Poetteringinstall: don't override caller's parameter
2013-11-08 Lennart Poetteringclients: add missing command line arguments
2013-11-08 Lennart Poetteringjournal: fix minor memory leak
2013-11-08 Lennart Poetteringupdate TODO
2013-11-08 Marc-Antoine... systemctl: port to libsystemd-bus
2013-11-08 Lennart Poetteringmachinectl: close bus to container early
2013-11-08 Tom Gundersenrtnl: message - initialize all memory
2013-11-08 Tom Gundersentest-rtnl: fix typo
2013-11-07 Michal Sekletarsystemctl: return r instead of always returning 0
2013-11-07 Michal Sekletarnet-util: call ioctl() only if necessary
2013-11-07 Lennart Poetteringbus: use new property retrieval calls everywhere
2013-11-07 Lennart Poetteringinhibit: more conversions to use bus_log_parse_error()
2013-11-07 Lennart Poetteringanalyze: make use of new sd_bus_get_property_strv(...
2013-11-07 Lennart Poetteringupdate TODO
2013-11-07 Lennart Poetteringclients: try to follow roughly the same order in -...
2013-11-07 Lennart Poetteringmachinectl: show list headers even if we pipe, since...
2013-11-07 Lennart Poetteringbus: log message parsing errors everywhere with a gener...
2013-11-07 Lennart Poetteringpolkit: don't spawn local client if we access a remote...
2013-11-07 Lennart Poetteringsystemctl: we show headers for list-units even when...
2013-11-07 Simon Peetersloginctl: convert to sd-bus
2013-11-07 Lennart Poetteringbus: add APIs to easily query string and strv properties
2013-11-07 Marc-Antoine... bus: mark sd_bus_message_at_end public
2013-11-07 Marc-Antoine... bus: fix bus_print_property with strv
2013-11-07 Lennart Poetteringbus: bus_message_read_strv_extend() should return 1...
2013-11-07 Lennart Poetteringbus: fix output of bus_message_dump()
2013-11-07 Lennart Poetteringbus: allow reading empty arrays with sd_bus_message_rea...
2013-11-07 Lennart Poetteringrtnl: add Makefile symlink
2013-11-07 Lennart Poetteringman: add docs for sd_is_special() and some man page...
2013-11-07 Lennart Poetteringbuild-sys: add a make target to look for undocumented...
2013-11-07 Lennart Poetteringbus: also check for NULL when appending trivial types
2013-11-07 Kay Sieversbus: message_append_basic() - allow string == NULL
2013-11-07 Lennart Poetteringsocket-proxy: actually properly keep track of connections
2013-11-07 Lennart Poetteringactivate: print a nice message if no fd to listen on...
2013-11-07 Lennart Poetteringshutdown: as sd-shutdown.h is a drop-in header it shoul...
2013-11-07 Lennart Poetteringapi: replace manual C++ guards by macros
2013-11-07 Lennart Poetteringsocket-proxyd: no need to redefine sockaddr union
2013-11-07 Lennart Poetteringutil: add circle to special chars we can draw
2013-11-07 Lennart Poetteringpam: the DECIMAL_STR_MAX macro is awesome, let's use it
2013-11-07 Lennart Poetteringupdate TODO
2013-11-07 Lennart Poetteringbuild-sys: don't install sd-shutdown.h, it is a drop...
2013-11-07 Kay Sieversmachine: add missing header include
2013-11-07 Kay Sieversbuild-sys: link most internal libraries statically
2013-11-07 Kay Sieversmachine: move symbols referenced by shared code from...
2013-11-07 Simon Peetersbus: make bus_print_all_properties work for non machine...
2013-11-07 Kay Sieverscore: fix require $XDG_RUNTIME_DIR
2013-11-07 Zbigniew Jędrzejewsk... udevadm-settle: add missing brace
2013-11-07 Mantas Mikulėnascore: require $XDG_RUNTIME_DIR to be set for user instances
2013-11-07 Daniel Buchtest-strv: add strv_split, strv_split_newline, strv_rem...
2013-11-07 Jan JanssenMake hibernation test work for swap files
2013-11-07 Ronny Chevalierzsh-completion: add missing options for systemd-run
2013-11-07 Yang Zhiyongudevadm-trigger: add parameters checking
2013-11-07 Yang Zhiyongudevadm-settle: add parameters checking
2013-11-07 Mantas Mikulėnassystemctl: make LOAD column width dynamic
2013-11-07 Richard Markosystemd-python: convert keyword value to string
2013-11-07 Ronny Chevaliertest: remove duplicated code
2013-11-07 WaLyong ChoSupport additional argument in reboot
2013-11-07 Jan Engelhardtman: add rationale into systemd-halt(8)
2013-11-07 Jan Engelhardtman: wording and grammar updates
2013-11-07 Pavel Holicaacpi-fpdt: break on zero or negative length read
2013-11-07 David Strausssocket-proxyd: The proxy can now accept multiple socket...
2013-11-07 Lennart Poetteringbus: indicate in .pc file that we need libsystemd-id128...
2013-11-07 Lennart Poetteringapi: add C++ guards
2013-11-07 Lennart Poetteringrtnl: headers in src/systemd/ may not use #pragma once
2013-11-07 Lennart Poetteringrtnl: headers in src/systemd/ may not include internal...
2013-11-07 Lennart Poetteringrtnl: internal headers must include pragma once protection
2013-11-07 Lennart Poetteringbuild-sys: add .pc file for libsystemd-bus
2013-11-07 Lennart Poetteringbuild-sys: merge sd-event into sd-bus
2013-11-07 Lennart Poetteringbuild-sys: add Makefile symlink for src/activate/
2013-11-07 Lennart Poetteringutf8: export utf8 validation functions as part of sd-bus
2013-11-07 Lennart Poetteringutf8: ascii_filter() is unused, let's remove it
2013-11-07 Kay Sieversconsistently use "int" when retrieving "bool" from...
next