summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-16Add bus-driverdDaniel Mack
2013-12-16bus: when a busname unit refuses to activate a service it should flush the queueLennart Poettering
2013-12-16bus: also mask dbus.service in generator if kdbus is foundLennart Poettering
2013-12-16systemctl: properly initialize and free sd_bus_error in "systemctl cat"Lennart Poettering
2013-12-16bus: fix symlink to bus proxy socketLennart Poettering
2013-12-16bus: use GREEDY_REALLOC() when allocating message queuesLennart Poettering
2013-12-16bus: let's use GREEDY_REALLOC() when allocating space for containersLennart Poettering
2013-12-16execute: also set SO_SNDBUF when spawning a service with stdout/stderr connec...Lennart Poettering
2013-12-16loopback-setup: remove stray hunkTom Gundersen
2013-12-16network: more asserts to shut up scan-buildThomas Hindoe Paaboel Andersen
2013-12-16kdbus.h: add alignment requirementsKay Sievers
2013-12-16network: use SETLINK to bring up interfacesTom Gundersen
2013-12-16rtnl: replace message_append by typesafe versionsTom Gundersen
2013-12-16rtnl: support interleaved reading and writing, and rewindTom Gundersen
2013-12-16rtnl: simplify route_new()Tom Gundersen
2013-12-16rtnl: simplify link_new()Tom Gundersen
2013-12-16rtnl: match - only match on one type at a timeTom Gundersen
2013-12-16rtnl: clean up/add assertsTom Gundersen
2013-12-16rtnl: add support for receiving route messagesTom Gundersen
2013-12-16bus: increase the bus socket buffer to 8 MB similar, to the log socket buffersLennart Poettering
2013-12-16util: try harder to increase the send/recv buffers of socketsLennart Poettering
2013-12-15catalog: fix language detectionZbigniew Jędrzejewski-Szmek
2013-12-16core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering
2013-12-15Fix segv introduced by 2fd069b18e525860514a70d3ea08410ca122d3e2Colin Walters
2013-12-15Fix a few signed/unsigned format string issuesZbigniew Jędrzejewski-Szmek
2013-12-15Fix a few resource leaks in error pathsZbigniew Jędrzejewski-Szmek
2013-12-15bus: _printf_ attributes should be on prototypes not function definitions for...Lennart Poettering
2013-12-15bus: update kdbus monitoring interfaceKay Sievers
2013-12-14udev-builtin-path: fix printf specifiersZbigniew Jędrzejewski-Szmek
2013-12-14bus: return negative errno on errorZbigniew Jędrzejewski-Szmek
2013-12-15test-journal-syslog: use streq_ptr since we pass in NULLThomas Hindoe Paaboel Andersen
2013-12-14systemctl: add the --plain option to the help messageDjalal Harouni
2013-12-14Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2013-12-14event: some snake-oil to speed up impossible error checksLennart Poettering
2013-12-14event: instead of reset the revents field when we get new revents data from e...Lennart Poettering
2013-12-14event: dynamically adjust size of events array instead of pre-allocating it p...Lennart Poettering
2013-12-14util: port last code over to new namespace utility callsLennart Poettering
2013-12-14util: when joining a namespace make sure to reset all uids to 0 afterLennart Poettering
2013-12-14bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering
2013-12-13getty-generator: fix stripping /dev/Thomas Hindoe Paaboel Andersen
2013-12-13bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering
2013-12-13getty-generator: fix segfault when $container_ttys is not setLennart Poettering
2013-12-13event: make gcc shut upLennart Poettering
2013-12-13journal: downgrade comments about sd_journal_print_with_location()Lennart Poettering
2013-12-13getty-generator: look add an environment variable $container_ttys set for PID...Lennart Poettering
2013-12-13nspawn: add new --setenv= switch to set an environment variable for the conta...Lennart Poettering
2013-12-13libsystemd-bus: the same error codes for sd_bus_release_name() (for kdbus and...Lukasz Skalski
2013-12-13update TODOLennart Poettering
2013-12-13bus: when a connection terminated use ECONNRESET as errorLennart Poettering
2013-12-13bus: rework how we attach fds to event loopsLennart Poettering