]> git.ipfire.org Git - thirdparty/systemd.git/history - src
compress: do something roughly reasonable when building without compressor
[thirdparty/systemd.git] / src /
2020-06-25  Lennart Poetteringcompress: do something roughly reasonable when building...
2020-06-25  Lennart Poetteringcoredump: use log_error_errno() where appropriate
2020-06-25  Lennart Poetteringtree-wide: add new HAVE_COMPRESSION compile time flag
2020-06-25  Lennart Poetteringdocs: import journal file format docs from fdo wiki
2020-06-25  Lennart Poetteringjournal: support zstd compression for large objects...
2020-06-25  Lennart Poetteringjournal-file: when individual hash chains grow too...
2020-06-25  Lennart Poetteringjournal: use a different hash function for each journal...
2020-06-25  Lennart Poetteringjournal: make signature arrays const
2020-06-25  Lennart Poetteringjournal: rename hash64() to jenkins_hash64()
2020-06-25  Lennart Poetteringjournal-file: rename return parameters to ret_xyz
2020-06-25  Lennart Poetteringjournal-file: also show field hash table size in debug...
2020-06-25  Lennart Poetteringjournal-file: simplify boot ID acquiring
2020-06-25  Lennart Poetteringjournal: store NE hash instead of LE hash in Match...
2020-06-25  Lennart Poetteringjournal-file: use FLAGS_SET where appropriate
2020-06-25  Lennart Poetteringjournal: fix definition of _OBJECT_COMPRESSED_MAX
2020-06-25  Lennart Poetteringmacro: add CONST_MIN() similar to CONST_MAX()
2020-06-25  Lennart PoetteringMerge pull request #16257 from keszybz/two-fuzzer-issues
2020-06-25  Lennart PoetteringMerge pull request #16249 from bluca/root_verity_sig
2020-06-25  Luca Boccassicore: add RootHashSignature service parameter 16249/head
2020-06-25  Luca Boccassidissect/nspawn: add support for dm-verity root hash...
2020-06-25  Luca Boccassiveritysetup: add support for dm-verity root hash signature
2020-06-25  Zbigniew Jędrzejew... Merge pull request #16265 from Werkov/fix-16248
2020-06-25  Zbigniew Jędrzejew... Merge pull request #16271 from yuwata/network-cleanups...
2020-06-25  Michal Koutnýmissing: Add new Linux capabilities
2020-06-25  Lennart Poetteringtree-wide: avoid some loaded terms
2020-06-25  Zbigniew Jędrzejew... fuzz-udev-rules: -ENOBUFS should be accepted too 16257/head
2020-06-25  Zbigniew Jędrzejew... journal: fix buffer overrun when urlifying
2020-06-25  Yu Watanabenetwork: fix typo in comment 16271/head
2020-06-25  Yu Watanabenetwork: do not update operstate when netdev is not...
2020-06-25  Yu Watanabenetwork: fix assertion in link_get()
2020-06-25  Yu Watanabenetwork: check that received ifindex is valid
2020-06-24  Michal Koutnýtest: Test memory limit parsing 16265/head
2020-06-24  Michal Koutnýcgroup: Parse infinity properly for memory protections
2020-06-24  Lennart PoetteringMerge pull request #16093 from yuwata/network-htb-add...
2020-06-24  Lennart PoetteringMerge pull request #16106 from yuwata/network-tc-ets
2020-06-24  Zbigniew Jędrzejew... Merge pull request #16238 from keszybz/set-handling...
2020-06-24  Filipe Brandenburgerlog: introduce log_parse_environment_cli() and log_setu...
2020-06-24  Zbigniew Jędrzejew... sysv-generator: reduce scope of variables 16238/head
2020-06-24  Zbigniew Jędrzejew... socket-proxy: use structured initialization in one...
2020-06-24  Zbigniew Jędrzejew... basic/hashmap,set: propagate allocation location info...
2020-06-24  Zbigniew Jędrzejew... tree-wide: use set_ensure_consume() in various places
2020-06-24  Zbigniew Jędrzejew... networkd: take ref immediately after storing item in set
2020-06-24  Zbigniew Jędrzejew... core/bpf-firewall: use the correct cleanup function
2020-06-24  Zbigniew Jędrzejew... logind: fix possible memleak of message if the message...
2020-06-24  Zbigniew Jędrzejew... portable: rework set handling in portable_detach()
2020-06-24  Zbigniew Jędrzejew... resolved: fix memleak on duplicate host lines in /etc...
2020-06-24  Zbigniew Jędrzejew... resolved: simplify allocation failure handling in dns_s...
2020-06-24  Zbigniew Jędrzejew... basic/set,hashmap: pass through allocation info in...
2020-06-24  Zbigniew Jędrzejew... basic/set: add set_ensure_consume()
2020-06-24  Jay Burgerfeature to honor first shutdown request to completion
2020-06-24  Lennart PoetteringMerge pull request #16112 from poettering/nss-systemd...
2020-06-24  Lennart PoetteringMerge pull request #16223 from cgzones/user_selinux
2020-06-24  Christian Göttscheselinux: update mac_selinux_free()
2020-06-23  Zbigniew Jędrzejew... Merge pull request #16246 from benzea/benzea/xdg-autostart
2020-06-23  Zbigniew Jędrzejew... Merge pull request #16213 from yuwata/network-cleanup...
2020-06-23  Zbigniew Jędrzejew... fuzz-udev-rules: rewrite to not require root privileges
2020-06-23  Christian GöttscheMake failures of mac_selinux_init() fatal 16223/head
2020-06-23  Christian GöttscheInitialize SELinux in user instances
2020-06-23  Zbigniew Jędrzejew... udev: split rules object creation and loading
2020-06-23  Lennart Poetteringuserdb: replace recursion lock 16112/head
2020-06-23  Lennart Poetteringnss-systemd: skip /etc/gshadow look-ups when we just...
2020-06-23  Lennart Poetteringutil: add dlfcn-util.h
2020-06-23  Zbigniew Jędrzejew... Revert "cgroup: Allow empty assignments of Memory{Low...
2020-06-23  Susant Sahaninetworkctl: display DHCPv4 server address 16213/head
2020-06-23  Yu Watanabedhcp: fix entry name in parsing lease file
2020-06-23  Yu Watanabenetwork: drop duplicated information from link state...
2020-06-23  Yu Watanabesd-network: drop unused functions
2020-06-23  Yu Watanabenetworkctl: use lease file to get DHCPv4 client ID
2020-06-23  Yu Watanabenetworkctl: use lease file to get DHCPv4 address
2020-06-23  Yu Watanabenetworkctl: load DHCPv4 lease file and use timezone...
2020-06-23  Yu Watanabelibsystemd-network: move prototypes of dhcp_lese_save...
2020-06-23  Dave ReisnerRevert "job: Don't mark as redundant if deps are relevant"
2020-06-23  Benjamin Bergxdg-autostart: Ignore all files with GNOME autostart... 16246/head
2020-06-23  Benjamin Bergxdg-autostart: Fix info message if Type= is not Application
2020-06-23  Luca Boccassicore: add RootHash and RootVerity service parameters
2020-06-23  Lennart Poetteringnspawn: mkdir selinux mount point once, but not twice
2020-06-23  Zbigniew Jędrzejew... Merge pull request #16196 from mrc0mmand/travis-simplif...
2020-06-23  Zbigniew Jędrzejew... Merge pull request #16216 from nabijaczleweli/make...
2020-06-23  Lennart Poetteringselinux-util: tweak log_enforcing_errno() to return...
2020-06-22  Zbigniew Jędrzejew... Merge pull request #16237 from keszybz/revert-message...
2020-06-22  Lennart PoetteringMerge pull request #16179 from keszybz/auto-suspend...
2020-06-22  Zbigniew Jędrzejew... bus-message: add macro for calculation of offset from... 16237/head
2020-06-22  Zbigniew Jędrzejew... bus-message: avoid dereferencing a NULL pointer
2020-06-22  Zbigniew Jędrzejew... Revert "bus-message: immediately reject messages with...
2020-06-22  Zbigniew Jędrzejew... shared/bus-util: fix misleading error handling
2020-06-22  Zbigniew Jędrzejew... udevadm-monitor: simplify creation of arg_tag_filter set
2020-06-22  Zbigniew Jędrzejew... netdev/wireguard: do not invalidate peer on invalid...
2020-06-22  Zbigniew Jędrzejew... tree-wide: use set_ensure_put()
2020-06-22  Zbigniew Jędrzejew... basic/set: add set_ensure_put()
2020-06-22  Zbigniew Jędrzejew... sd-device: use set_put_strdup() in one more place
2020-06-22  Zbigniew Jędrzejew... resolved: introduce dns_transaction_gcp()
2020-06-22  Zbigniew Jędrzejew... Merge pull request #16235 from yuwata/network-fix-warni...
2020-06-22  Daan De Meyerlog: Prefer logging to CLI unless JOURNAL_STREAM is set
2020-06-22  Lennart PoetteringMerge pull request #16059 from keszybz/resolve-single...
2020-06-22  Lennart PoetteringMerge pull request #15926 from fbuihuu/rework-show...
2020-06-22  Yu Watanabenetwork: add missing break
2020-06-22  Lennart PoetteringMerge pull request #16239 from keszybz/cleanups
2020-06-22  Yu Watanabenetwork: drop unnecessary "&"
2020-06-18  Zbigniew Jędrzejew... resolved: optionally allow single-label A/AAAA queries
2020-06-18  Zbigniew Jędrzejew... resolved: drop bit-field annotations for fields in...
next