Age | Commit message (Expand) | Author |
2015-10-03 | man: document that the automatic journal limits are capped to 4G by default | Lennart Poettering |
2015-10-03 | nspawn: fix --image= when nspawn is run as service | Lennart Poettering |
2015-10-03 | man: systemd.journal-fields: add info about _TRANSPORT=audit | Evgeny Vereshchagin |
2015-10-02 | journal: rework vacuuming logic | Lennart Poettering |
2015-10-02 | journal: use automatic clenup for ACL types | Lennart Poettering |
2015-10-02 | journal: improve some messages | Lennart Poettering |
2015-10-02 | journal: simplify things by using the LESS_BY() macro | Lennart Poettering |
2015-10-02 | journal: don't affect atime of journal files when vacuuming | Lennart Poettering |
2015-10-02 | journal: prefer stack allocation | Lennart Poettering |
2015-10-02 | journal: make journal_file_close() return NULL | Lennart Poettering |
2015-10-02 | journal: port over to fd_getcrtime_at() | Lennart Poettering |
2015-10-02 | lldp: add reception tests | Beniamino Galvani |
2015-10-02 | lldp: fix parsing of TLV length | Beniamino Galvani |
2015-10-02 | lldp: move lldp_receive_packet() to lldp-internal.c | Beniamino Galvani |
2015-10-02 | lldp: check return value of lldp_tlv_packet_exit_container() | Beniamino Galvani |
2015-10-02 | lldp: add support for organizationally specific TLVs | Beniamino Galvani |
2015-10-02 | lldp: factor out common code in lldp-tlv.c | Beniamino Galvani |
2015-10-02 | lldp: add sd_lldp_tlv_packet_get_destination_type() | Beniamino Galvani |
2015-10-02 | lldp: add public function to export LLDP TLV packets | Beniamino Galvani |
2015-10-02 | lldp: move TLV related functions to lldp-tlv.c | Beniamino Galvani |
2015-10-02 | lldp: export opaque TLV type and accessor functions | Beniamino Galvani |
2015-10-02 | lldp: change order of arguments of lldp_read_*() functions | Beniamino Galvani |
2015-10-02 | lldp: add reference counter to struct tlv_packet | Beniamino Galvani |
2015-10-02 | util: rework fgetxattrat_fake() to use O_PATH | Lennart Poettering |
2015-10-01 | Merge pull request #1439 from poettering/CODING_STYLE | Daniel Mack |
2015-10-01 | logind: remove warn_melody() logic | Lennart Poettering |
2015-10-01 | update CODING_STYLE with various additions | Lennart Poettering |
2015-10-01 | Merge pull request #1428 from franciozzy/tagenhance | Kay Sievers |
2015-10-01 | Merge pull request #1438 from poettering/rfkill-rework | Daniel Mack |
2015-10-01 | Merge pull request #1430 from evverx/driver-syslog | Lennart Poettering |
2015-10-01 | update NEWS | Lennart Poettering |
2015-10-01 | rfkill: rework and make it listen on /dev/rfkill | Lennart Poettering |
2015-10-01 | core: add new setting Writable= to ListenSpecial= socket units | Lennart Poettering |
2015-10-01 | systemctl: fix how we decode types and states | Lennart Poettering |
2015-10-01 | man: minor wording improvements to USB FunctionFS documentation | Lennart Poettering |
2015-10-01 | fix typo in NEWS | Daniel Mack |
2015-10-01 | Merge pull request #1434 from reverendhomer/patch-1 | Daniel Mack |
2015-10-01 | Merge pull request #1433 from michich/log-errno | Daniel Mack |
2015-10-01 | udev: fix format string after conversion to log_*_errno() | Michal Schmidt |
2015-10-01 | sd-device: fix format strings after conversion to log_*_errno() | Michal Schmidt |
2015-10-01 | systemctl: fix memory leak in systemctl_parse_argv | reverendhomer |
2015-10-01 | tree-wide: add missing errno arguments to log_*_errno() | Michal Schmidt |
2015-10-01 | Merge pull request #1429 from poettering/dhcp-hostname | Daniel Mack |
2015-10-01 | Merge pull request #1427 from dbuch/master | Daniel Mack |
2015-10-01 | Merge pull request #1426 from poettering/log-syntax | Daniel Mack |
2015-10-01 | journald: add syslog fields for driver messages | Evgeny Vereshchagin |
2015-09-30 | journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd servers | Lennart Poettering |
2015-09-30 | dhcp: make sure we can deal with a single trailing NUL byte in the hostname | Lennart Poettering |
2015-09-30 | update NEWS | Lennart Poettering |
2015-09-30 | sd-pppoe: use strna() instead of strempty() | Daniel Buch |