index
:
~smcv/dbus
14-authz-39720
14-autolaunch-woes-40352
14-basic-value-11191
14-enumerate-test-data-33840
54972-thread-safe5
am-i-recursive-or-not-36205
archaeology
arg0has-91755
authz-39720
configurable
configurable-memory-35090
containers-minimum-101354
containers-spec
dbus-1.2
dbus-1.4
dbus-lunch-39197
dbus-run-session-39196
dbussocket
default-address-38201
drop-dead-nonce-tcp
echo-spam-34140
goal-remove-reader-writer
limitations
log-exceeded-limits-80559
maemo-libcreds
maemo-misc
maintainer-mode-34671
master
message-cache-34970
monitor
monitor-destination-92074
more-privacy
recursive-marshal-clarity-33870
simpler-memory
split-mempool-perf-test
static-var-safety-68610
tests
thread-safe4
threadsafe-get-tmpdir-68610
try-master
type-system-layering-38252
untested-cmake-rc
validation-39549
wip-33870
wip-abstract-socket-check
wip-altmalloc
wip-check-all-sprintf
wip-dbussocket
wip-exit-with-child-9884
wip-fewer-reallocs
wip-gdb
wip-heap-profiling
wip-inetd
wip-libdbus-util
wip-link-cache-api
wip-manpage
wip-orphaned-test-stuff
wip-reduced-libdbus
wip-remove-cruft
wip-scatter-gather
wip-split-fake-threads
wip-syntax-complaints
wip-xmlCleanupParser-26032
dbus_submit_patch_with_possibility_of_reply_and_block()
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-04
test_try_connect_to_bus: Cope with OOM while setting up connection
Simon McVittie
1
-1
/
+6
2017-12-04
test_try_connect_to_bus: Don't leak the connection on OOM
Simon McVittie
1
-0
/
+6
2017-12-04
dbus_message_demarshal: Set error if we can't allocate the loader
Simon McVittie
1
-3
/
+6
2017-12-04
DBusHeader: Add a diagram of the header
Simon McVittie
2
-4
/
+54
2017-12-04
_dbus_header_load: Operate on the entire string, not a substring
Simon McVittie
3
-19
/
+14
2017-11-27
_dbus_server_new_for_socket: Iterate over arrays as intended
Simon McVittie
1
-4
/
+4
2017-11-24
NEWS for 1.13.x
Simon McVittie
1
-0
/
+27
2017-11-24
tests: Use test_main_context_call_and_wait
Simon McVittie
4
-427
/
+94
2017-11-24
test_main_context_call_and_wait: Add
Simon McVittie
3
-2
/
+45
2017-11-24
test-utils: Use TAP syntax to die with a fatal error
Simon McVittie
1
-1
/
+2
2017-11-24
tests: Don't use the same variable for call and reply
Simon McVittie
4
-225
/
+205
2017-11-24
test/sd-activation: Make more use of dbus_clear_message()
Simon McVittie
1
-18
/
+11
2017-11-24
tests: Don't leak pending calls
Simon McVittie
2
-0
/
+11
2017-11-24
test/dbus-daemon: Don't leak method call messages if we skip tests
Simon McVittie
1
-24
/
+48
2017-11-24
test_peer_ping: Don't leak one method call per invocation
Simon McVittie
1
-2
/
+1
2017-11-24
_dbus_server_new_for_tcp_socket: Simplify error unwinding
Simon McVittie
1
-22
/
+19
2017-11-24
_dbus_server_new_for_socket: Simplify error unwinding
Simon McVittie
1
-19
/
+22
2017-11-24
Add a targeted test for OOM during _dbus_server_new_for_tcp_socket()
Simon McVittie
3
-0
/
+154
2017-11-24
dbus-nonce: Don't crash on encountering OOM
Simon McVittie
1
-0
/
+5
2017-11-24
_dbus_listen_tcp_socket: Don't rely on dbus_realloc setting errno
Simon McVittie
1
-4
/
+2
2017-11-24
_dbus_server_new_for_tcp_socket: Don't pile up errors on OOM
Simon McVittie
1
-2
/
+4
2017-11-24
_dbus_server_new_for_launchd: Don't leak fd on failure
Simon McVittie
1
-1
/
+4
2017-11-24
_dbus_server_new_for_socket: Properly disconnect during error unwinding
Simon McVittie
3
-14
/
+38
2017-11-24
_dbus_server_new_for_socket: Invalidate watches during error unwinding
Simon McVittie
1
-0
/
+1
2017-11-24
_dbus_transport_new_for_socket: Simplify with _DBUS_STRING_INIT_INVALID
Simon McVittie
1
-15
/
+24
2017-11-24
DBusString: Add _DBUS_STRING_INIT_INVALID and allow "freeing" it
Simon McVittie
3
-4
/
+45
2017-11-24
DBusString: Reverse the sense of ->invalid
Simon McVittie
4
-7
/
+7
2017-11-15
Remove references to test/data/incomplete-messages too
Simon McVittie
2
-7
/
+0
2017-11-15
tests: Remove leftover references to valid-messages directory
Simon McVittie
2
-8
/
+0
2017-11-15
Update NEWS for 1.13.x test changes
Simon McVittie
1
-0
/
+7
2017-11-15
Remove test data in the "message builder" domain-specific language
Simon McVittie
33
-965
/
+2
2017-11-15
_dbus_test_diag: Flush stdout after each diagnostic
Simon McVittie
1
-0
/
+1
2017-11-15
dispatch test: Output finer-grained TAP
Simon McVittie
1
-4
/
+34
2017-11-15
test-bus*: Output TAP directly
Simon McVittie
4
-133
/
+48
2017-11-15
test-dbus: Produce machine-readable TAP output
Simon McVittie
6
-45
/
+190
2017-11-15
bus: Silence the output of the test services when doing OOM testing
Simon McVittie
5
-13
/
+38
2017-11-15
bus: Silence most log messages when testing OOM handling
Simon McVittie
13
-31
/
+88
2017-11-15
Unix: Flush stdout and stderr streams before forking
Simon McVittie
6
-3
/
+57
2017-11-15
Prefer to use _dbus_test_fatal() for assertion failures in tests
Simon McVittie
28
-552
/
+563
2017-11-15
Use _dbus_test_fatal to include more detail in test failure diagnostics
Simon McVittie
6
-124
/
+41
2017-11-15
Embedded tests: Emit TAP diagnostics instead of printf
Simon McVittie
16
-169
/
+141
2017-11-15
Add utility functions to emit TAP diagnostics and fatal errors
Simon McVittie
4
-0
/
+125
2017-11-15
Do not export dbus_internal_do_not_use_run_tests if unused
Simon McVittie
1
-6
/
+1
2017-11-15
Windows autolaunch: Turn stdout spam into stderr spam
Simon McVittie
1
-2
/
+2
2017-11-15
Remove commented-out printf debugging
Simon McVittie
3
-36
/
+0
2017-11-14
Update NEWS for 1.13.x
Simon McVittie
1
-0
/
+4
2017-11-14
Add a missing space in logging output
Thomas Zajic
1
-1
/
+1
2017-11-13
Merge branch 'dbus-1.12'
Simon McVittie
1
-9
/
+16
2017-11-13
Start 1.12.4
Simon McVittie
2
-1
/
+6
2017-11-13
1.12.2
Simon McVittie
2
-4
/
+4
[prev]
[next]