summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering
2014-08-11login: set_controller should fail if prepare_vt failsOlivier Brunel
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering
2014-08-11journal-remote: fix parsing of fd command line argumentLennart Poettering
2014-08-11initctl: don't eat up error codeLennart Poettering
2014-08-11bootchart: use the bool type where appropriateLennart Poettering
2014-08-11bootchart: it's not OK to return -1 from a main programLennart Poettering
2014-08-11util: avoid considering dpkg temporary files relevant for anythingLennart Poettering
2014-08-11timesyncd: always use CLOCK_BOOTTIME if we canLennart Poettering
2014-08-11resolved: when picking a new hostname make sure two hosts pick different onesLennart Poettering
2014-08-11resolved: actually, the peer with the lower IP address wins conflictsLennart Poettering
2014-08-11resolved: make sure we don't mark the wrong zone RRs conflictingLennart Poettering
2014-08-11resolved: be a bit more communicative about conflictsLennart Poettering
2014-08-11resolved: verify all RRs when we come back from suspendLennart Poettering
2014-08-11resolved: destroy outstanding queries if the clients that initiated them dieLennart Poettering
2014-08-11resolved: properly pass aborted transaction result back to clientsLennart Poettering
2014-08-11resolved: implement full LLMNR conflict detection logicLennart Poettering
2014-08-11resolved: properly check return value of dns_resource_record_equal()Lennart Poettering
2014-08-10sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-08-08Added arch tuple for PPC64LEHarald Hoyer
2014-08-08udev: link_setup - respect kernel name assign policyTom Gundersen
2014-08-08core: loopback-setup - only up the loopback deviceTom Gundersen
2014-08-07core: warn when merged units have conflicting dependenciesZbigniew Jędrzejewski-Szmek
2014-08-07core: do not add dependencies to selfZbigniew Jędrzejewski-Szmek
2014-08-05bus-proxy: service_name_is_valid will never be < 0Thomas Hindoe Paaboel Andersen
2014-08-05resolved: don't abort if a transaction is aborted because its scope is removedLennart Poettering
2014-08-05resolved: add 100ms initial jitter to all LLMNR requestsLennart Poettering
2014-08-05resolved: enforce ratelimit on LLMNR trafficLennart Poettering
2014-08-05udev-builtin-keyboard: Allow numeric key codesMartin Pitt
2014-08-05resolved: don't consider tentative addresses relevantLennart Poettering
2014-08-05resolved: fix a message typoLennart Poettering
2014-08-05resolved: stop the prober when we detect a conflict in LLMNRLennart Poettering
2014-08-05resolved: don't override zone item state after starting the probeLennart Poettering
2014-08-05resolved: when sending fails, don't try connecting to the next DNS server if ...Lennart Poettering
2014-08-05journald: remove redundant newlinesLennart Poettering
2014-08-05journald: properly sum up entry size counterLennart Poettering
2014-08-05resolved: never reuse transactions for probing that are already completed bas...Lennart Poettering
2014-08-05resolved: bypass local cache when we issue a transaction for verification pur...Lennart Poettering
2014-08-05resolved: if there's already an RR established that has the same name of an R...Lennart Poettering
2014-08-04sysusers: isempty will never be < 0Thomas Hindoe Paaboel Andersen
2014-08-04test: use fabs on doublesThomas Hindoe Paaboel Andersen
2014-08-04resolved: actually read the initial state data from networkd when we initializeLennart Poettering
2014-08-04resolved: read the per-interface LLMNR setting from networkd and act on itLennart Poettering
2014-08-04sd-network: when the LLMNR setting is not known for an interface consider tha...Lennart Poettering
2014-08-04sd-network: actually open the state file in sd_network_get_llmnr()Lennart Poettering
2014-08-04sd-dhcp-server: always send out ROUTER and SUBNET_MASKTom Gundersen
2014-08-04resolved: fix order in which we destroy manager resourcesLennart Poettering
2014-08-04resolved: when there's already somebody listening on the LLMNR ports, simple ...Lennart Poettering
2014-08-04nspawn: make sure that when --network-veth is used both the host and the cont...Lennart Poettering