summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-12dhcp: Add test for discover DHCP packet creationPatrik Flykt
2013-12-12dhcp: Add DHCP discover sendingPatrik Flykt
2013-12-12dhcp: Add function for sending a raw packetPatrik Flykt
2013-12-12shared: Add struct sockaddr_ll to sockaddr_unionPatrik Flykt
2013-12-12dhcp: Add test function for computing checksumPatrik Flykt
2013-12-12dhcp: Add option append testsPatrik Flykt
2013-12-12dhcp: Add tests for DHCP options, file and sname fieldsPatrik Flykt
2013-12-12dhcp: Add buffer length and invalid cookie tests for DHCP optionsPatrik Flykt
2013-12-12dhcp: Add option appending and parsingPatrik Flykt
2013-12-12build: Add initial build supportPatrik Flykt
2013-12-12dhcp: Add test for DHCP client initialization and parameter settingPatrik Flykt
2013-12-12dhcp: Add DHCP client initializationPatrik Flykt
2013-12-12dhcp: Add DHCP protocol structures and initial definesPatrik Flykt
2013-12-12log: protect errno when we use assert_return()Lennart Poettering
2013-12-12core: suppress gcc warnings on selinux-less systemsLennart Poettering
2013-12-12shared: add missing includeMarc-Antoine Perennou
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-12bus: properly return an error when we detect a method call timeoutLennart Poettering
2013-12-12core: fix bus registration on daemon reexecLennart Poettering
2013-12-11nspawn: complain and continue if machine has same idZbigniew Jędrzejewski-Szmek
2013-12-11Do not log all assert_return failuresZbigniew Jędrzejewski-Szmek
2013-12-11journal: pipe journalctl help output into a pagerDjalal Harouni
2013-12-12service: actually leave watchdog enabled in the states where it mattersLennart Poettering
2013-12-12timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c...Lennart Poettering
2013-12-12test-fileio: replace mktemp with mkstemp to avoid warningsThomas Hindoe Paaboel Andersen
2013-12-12bus: properly generate NameOwnerChanged messages when we take from/give back ...Lennart Poettering
2013-12-12bus: fix order in which we check credsLennart Poettering
2013-12-12bus: update name listing logic to current kernel interfaceLennart Poettering
2013-12-12bus: when checking whether a creds object contains some field, don't use asse...Lennart Poettering
2013-12-12bus: connect directly via kdbus in sd_bus_open_system_container()Lennart Poettering
2013-12-11sd-event: try to move each wakeup to the same spot within every 10sLennart Poettering
2013-12-11journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering
2013-12-11journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering
2013-12-11journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering
2013-12-11journald: cache hostname, boot_id and machine_id fields instead of generating...Lennart Poettering
2013-12-11journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-12-11service: clean up watchdog logic a bitLennart Poettering
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-12-11event: when handling SIGCHLD of a child process only reap after dispatching e...Lennart Poettering
2013-12-11bus: kdbus - skip only STARTER and IN_QUEUE names for NameOwnerChangedKay Sievers
2013-12-10activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek
2013-12-10journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek
2013-12-11ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.Luke Shumaker
2013-12-11ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.Luke Shumaker
2013-12-10core: fix Unit.SetProperties argument parsingDavid Herrmann
2013-12-10bus: do not dispatch incoming method calls that are broacasted to vtablesLennart Poettering
2013-12-10bus: don't generate assert warnings when we detach a detached bus from an eventLennart Poettering