index
:
~rhabacker/dbus
105460
59807
61922
92080-integration-config-file
92721-bus-test-failures
92899-name-test-on-windows
93069-gcc-5.2-warnings
93464-enable-name-tests
99751-auto-shutdown
auto-ax-compiler-flags
c++-port
clang-format
cmake-xmldoc-dependencies-chain
dbus-1.10
dbus-1.8
dbus-verbose-channels
dde-transport
devhelp
gnuinstalldirs
hacking-git-bz
master
meinproc-windows-fixes
memory-tracer
move-desktop-file-parser-to-dbus
sspi
terminate-dbus-after-clients-disconnect
use-doxyfile.in
windows-service
xsltproc
xsltproc-docbook-support
Personal dbus repository
rhabacker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-05
Add version info to installed executables for cmake build system on Windows
HEAD
master
Ralf Habacker
6
-13
/
+78
2017-12-04
_dbus_test_oom_handling: print TAP diagnostics
Simon McVittie
1
-8
/
+14
2017-12-04
tests: Add the ability to multiply up test timeouts
Simon McVittie
5
-11
/
+12
2017-12-04
test-utils: Separate failable and non-failable functions
Simon McVittie
10
-26
/
+54
2017-12-04
test_connection_setup: Don't crash on unlikely OOM
Simon McVittie
1
-1
/
+5
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
[next]