index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Revert "sd-device: ignore bind/unbind events for now"
Yu Watanabe
2019-01-01
1
-9
/
+0
|
*
sd-device: fix segfault when error occurs in device_new_from_{nulstr,strv}()
Yu Watanabe
2018-12-30
1
-0
/
+3
*
|
Merge pull request #11230 from keszybz/version-string-alt
Yu Watanabe
2019-01-03
3
-7
/
+6
|
\
\
|
|
/
|
/
|
|
*
meson: simplify handling of pkgconfigdatadir=no, pkgconfiglibdir=no
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-4
/
+3
|
*
meson: define PROJECT_VERSION as the "bare" project version
Zbigniew Jędrzejewski-Szmek
2018-12-20
2
-3
/
+3
*
|
tree-wide: use assert_se() for signal operations with constants
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-2
/
+1
*
|
sd-device: ignore bind/unbind events for now
Dmitry Torokhov
2018-12-21
1
-0
/
+9
*
|
sd-network: add new API sd_network_link_get_dns_default_route()
Lennart Poettering
2018-12-21
1
-0
/
+19
|
/
*
Merge pull request #11197 from keszybz/various-fixups
Lennart Poettering
2018-12-18
1
-3
/
+3
|
\
|
*
meson: rename two more variables from _c to _sources
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-3
/
+3
*
|
Merge pull request #11144 from keszybz/dissect-image-fix
Lennart Poettering
2018-12-17
4
-235
/
+64
|
\
|
|
*
sd-device: remove holes in struct sd_device
Zbigniew Jędrzejewski-Szmek
2018-12-17
1
-20
/
+20
|
*
sd-device: pass timestamp internally as usec_t not char*
Zbigniew Jędrzejewski-Szmek
2018-12-16
3
-27
/
+28
|
*
sd-device: reduce the number of implementations of device_read_db() we keep a...
Zbigniew Jędrzejewski-Szmek
2018-12-16
4
-181
/
+7
|
*
sd-device: attempt to read db again if it wasn't found
Zbigniew Jędrzejewski-Szmek
2018-12-16
1
-7
/
+9
*
|
Merge pull request #11167 from yuwata/sd-resolve-typesafe
Lennart Poettering
2018-12-17
3
-13
/
+85
|
\
\
|
*
|
sd-resolve: add sd_resolve_get{addr,info}_with_destroy_callback() and typesaf...
Yu Watanabe
2018-12-17
3
-13
/
+85
*
|
|
Merge pull request #11077 from yuwata/udev-issue-better-fix
Zbigniew Jędrzejewski-Szmek
2018-12-17
1
-14
/
+18
|
\
\
\
|
*
|
|
sd-device: do not change buffer size if the socket is already bound
Yu Watanabe
2018-12-14
1
-0
/
+6
|
*
|
|
sd-device: do not modify socket option(s) if socket is passed by PID1
Yu Watanabe
2018-12-14
1
-9
/
+9
|
*
|
|
Revert "sd-device: do not call device_monitor_enable_receiving() for passed f...
Yu Watanabe
2018-12-14
1
-5
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #11142 from ssahani/bond-dynamic-tlb
Yu Watanabe
2018-12-17
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
netdev bond: add support to configure tlb_dynamic_lb
Susant Sahani
2018-12-15
1
-0
/
+1
|
|
/
*
|
tree-wide: s/time-out/timeout/g
Zbigniew Jędrzejewski-Szmek
2018-12-14
2
-2
/
+2
*
|
sd-netlink: set destroy_callback only if asynchronous call succeeds
Yu Watanabe
2018-12-14
3
-5
/
+8
*
|
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
Lennart Poettering
2018-12-14
1
-1
/
+1
|
/
*
Always explicitly discard popped stream type from __fsetlocking
Chris Down
2018-12-11
1
-1
/
+1
*
meson: rename sd_event_c to sd_event_sources
Yu Watanabe
2018-12-08
1
-2
/
+2
*
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-0
/
+3
|
\
|
*
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+3
*
|
Merge pull request #11063 from yuwata/update-missing-v3
Yu Watanabe
2018-12-06
5
-0
/
+6
|
\
\
|
*
|
util: drop missing.h from socket-util.h
Yu Watanabe
2018-12-06
5
-0
/
+6
*
|
|
Merge pull request #10994 from poettering/sd-bus-tweaks
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-7
/
+11
|
\
\
\
|
*
|
|
sd-bus: use memdup_suffix0() where appropriate
Lennart Poettering
2018-11-30
1
-1
/
+1
|
*
|
|
sd-bus: use gcc ?: shortcut
Lennart Poettering
2018-11-30
1
-2
/
+2
|
*
|
|
sd-bus: optimize sd_bus_get_name_creds()
Lennart Poettering
2018-11-30
1
-4
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #10988 from ssahani/IFLA_BRPORT_MCAST_TO_UCAST
Yu Watanabe
2018-12-06
1
-11
/
+34
|
\
\
\
|
*
|
|
networkd: bridge add support to configure multicast_to_unicast
Susant Sahani
2018-12-03
1
-11
/
+34
*
|
|
|
networkd: RPDB rule - add support to configure inverted rule.
Susant Sahani
2018-12-06
1
-0
/
+26
|
|
_
|
/
|
/
|
|
*
|
|
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
1
-2
/
+2
*
|
|
Merge pull request #11031 from poettering/gcc-attr-cleanup
Lennart Poettering
2018-12-03
4
-17
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhere
Lennart Poettering
2018-12-03
1
-1
/
+1
|
*
|
sd-bus: use _variable_no_sanitize_address_ also for BUS_ERROR_MAP_ELF_REGISTER
Lennart Poettering
2018-12-03
2
-3
/
+2
|
*
|
sd-bus,static-destruct: clean up how we do our ELF section magic
Lennart Poettering
2018-12-03
3
-14
/
+14
*
|
|
Merge pull request #10920 from yuwata/hashmap-destructor
Lennart Poettering
2018-12-03
5
-31
/
+18
|
\
\
\
|
*
|
|
sd-bus: introduce track_item_hash_ops and use it
Yu Watanabe
2018-12-02
1
-3
/
+5
|
*
|
|
tree-wide: make hash_ops typesafe
Yu Watanabe
2018-12-02
4
-28
/
+13
*
|
|
|
Merge pull request #10976 from yuwata/typesafe-netlink-call
Lennart Poettering
2018-12-03
1
-0
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
netlink: add typesafe netlink functions
Yu Watanabe
2018-12-02
1
-0
/
+20
|
|
/
/
*
|
|
missing: split network related entries
Yu Watanabe
2018-12-03
1
-1
/
+1
[prev]
[next]