index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-2
/
+2
*
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
1
-5
/
+3
*
bus-creds: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-3
/
+8
*
Merge pull request #10412 from poettering/sockaddr-sun-path
Yu Watanabe
2018-10-16
2
-17
/
+27
|
\
|
*
sd-bus: rework how we initialize struct sockaddr_un
Lennart Poettering
2018-10-15
1
-7
/
+15
|
*
sd-bus: make parsing of AF_UNIX socket addresses more strict
Lennart Poettering
2018-10-15
1
-2
/
+2
|
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-5
/
+5
|
*
tree-wide: use structured initialization for sockaddr_un
Lennart Poettering
2018-10-15
1
-3
/
+5
*
|
sd-bus: add new API call sd_bus_error_move()
Lennart Poettering
2018-10-13
1
-0
/
+22
|
/
*
sd-bus: call cap_last_cap() only once in has_cap()
Lennart Poettering
2018-10-10
1
-2
/
+5
*
sd-bus: use size_t when dealing with memory offsets
Lennart Poettering
2018-10-10
1
-1
/
+1
*
capability: introduce CAP_TO_MASK_CORRECTED() macro replacing CAP_TO_MASK()
Lennart Poettering
2018-10-10
1
-1
/
+1
*
Merge pull request #10307 from poettering/portable-path
Zbigniew Jędrzejewski-Szmek
2018-10-09
2
-0
/
+6
|
\
|
*
portabled: generate a more useful error when invalid image types are attempte...
Lennart Poettering
2018-10-08
2
-0
/
+2
|
*
sd-bus: add three missing entries from bus-common.c that are listed in the .h...
Lennart Poettering
2018-10-08
1
-0
/
+4
*
|
tree-wide: use CMP() macros where applicable
Yu Watanabe
2018-10-09
1
-7
/
+1
|
/
*
bus-message: avoid wrap-around when using length read from message
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-0
/
+24
*
bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messages
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-1
/
+1
*
bus-message: also properly copy struct signature when skipping
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-3
/
+3
*
bus-message: fix skipping of array fields in !gvariant messages
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-4
/
+4
*
bus-message: output debug information about offset troubles
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-1
/
+4
*
test-bus-gvariant: turn on debug output
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-2
/
+11
*
bus-message: drop asserts in functions which are wrappers for varargs version
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-9
/
+0
*
bus-message: fix calculation of offsets table for arrays
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-5
/
+12
*
bus-message: remove duplicate assignment
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-1
/
+0
*
bus-message: fix calculation of offsets table
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-18
/
+18
*
bus: do not print (null) if the message has unknown type
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-2
/
+8
*
bus-message: use define
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-1
/
+1
*
bus-message: rename function for clarity
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-22
/
+22
*
bus-message: do not crash on message with a string of zero length
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-0
/
+6
*
bus-message: let's always use -EBADMSG when the message is bad
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-0
/
+2
*
bus-message: avoid an infinite loop on empty structures
Zbigniew Jędrzejewski-Szmek
2018-10-02
5
-11
/
+18
*
sd-bus: unify three code-paths which free struct bus_container
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-32
/
+32
*
bus-message: use structured initialization to avoid use of unitialized memory
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-31
/
+27
*
Introduce free_and_strndup and use it in bus-message.c
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-21
/
+13
*
test-bus-marshal: use cescaping instead of hexmem
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-5
/
+3
*
test: try system bus if user bus cannot be opened
Yu Watanabe
2018-10-01
5
-7
/
+27
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+3
*
tests: add a helper function to skip with errno
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-8
/
+7
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
7
-5
/
+12
*
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
6
-27
/
+19
*
test: log when skipping tests in more cases
Yu Watanabe
2018-09-13
3
-3
/
+9
*
libsystemd: use DEFINE_ATOMIC_REF_UNREF_FUNC or frineds where applicable
Yu Watanabe
2018-08-27
1
-21
/
+1
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
3
-67
/
+9
*
Merge pull request #8135 from shawnl/arg_host
Zbigniew Jędrzejewski-Szmek
2018-08-23
2
-15
/
+136
|
\
|
*
sd-bus: fix test cases on host handling
Shawn Landden
2018-08-06
2
-13
/
+15
|
*
test-bus-address: a simple test for address parsing
Zbigniew Jędrzejewski-Szmek
2018-08-06
1
-0
/
+69
|
*
sd-bus rework host handling
Shawn Landden
2018-08-06
1
-15
/
+65
*
|
hostname: expose product UUID on bus
Yu Watanabe
2018-08-08
2
-0
/
+4
*
|
tree-wide: shorten error logging a bit
Yu Watanabe
2018-08-07
1
-4
/
+2
|
/
[next]