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
2015-05-12
Turn DBusSocket into a type-safe struct, preventing inappropriate conversion
Simon McVittie
12
-207
/
+212
2015-05-12
Remove _dbus_socket_is_invalid, no longer used
Simon McVittie
3
-14
/
+0
2015-05-12
Convert miscellaneous socket APIs to DBusSocket
Simon McVittie
9
-51
/
+58
2015-05-12
generic socket transport code: work in terms of DBusSocket
Simon McVittie
6
-25
/
+32
2015-05-12
Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblocking
Simon McVittie
5
-9
/
+18
2015-05-12
main: reload_pipe is (despite its name) a socket pair
Simon McVittie
1
-3
/
+5
2015-05-12
DBusMainLoop, DBusSocketSet: work in terms of DBusPollable
Simon McVittie
9
-83
/
+153
2015-05-12
Mostly remove the remnants of an older socket abstraction layer
Simon McVittie
2
-15
/
+2
2015-05-12
dbus-sysdeps: add more infrastructure around DBusSocket
Simon McVittie
1
-3
/
+58
2015-05-12
bus_unix_fds_passing_test: the results of _dbus_socketpair are sockets
Simon McVittie
1
-5
/
+6
2015-05-12
Use typedef DBusSocket for sockets fd's to avoid conversion warnings.
Ralf Habacker
13
-76
/
+98
2015-05-08
Merge branch 'dbus-1.8'
Simon McVittie
1
-5
/
+4
2015-05-08
Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...
Simon McVittie
1
-5
/
+4
2015-05-06
auth_set_unix_credentials: Fix calling _dbus_credentials_add_pid without chec...
Ralf Habacker
1
-2
/
+4
2015-05-06
auth_set_unix_credentials: Fix calling _dbus_credentials_add_unix_uid without...
Ralf Habacker
1
-1
/
+4
2015-05-06
Merge remote-tracking branch 'origin/dbus-1.8'
Ralf Habacker
3
-6
/
+16
2015-05-06
reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...
Ralf Habacker
1
-4
/
+5
2015-05-06
do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...
Ralf Habacker
1
-1
/
+7
2015-05-06
dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...
Ralf Habacker
1
-1
/
+4
2015-05-05
Update NEWS for 1.9 branch
Simon McVittie
1
-1
/
+5
2015-05-05
Merge branch 'dbus-1.8'
Simon McVittie
3
-8
/
+65
2015-05-05
NEWS for 1.8 branch
Simon McVittie
1
-1
/
+20
2015-05-05
DBusCounter: add a mutex to protect the refcount and notify function
Adrian Szyndela
1
-5
/
+47
2015-05-05
extend lock's range in live_messages_notify()
Adrian Szyndela
1
-2
/
+2
2015-05-01
tools: MSVC compile fixes
Ralf Habacker
2
-2
/
+10
2015-05-01
Merge remote-tracking branch 'origin/dbus-1.8'
Ralf Habacker
1
-1
/
+4
2015-05-01
test_command_line_internal: Fix variable original_argv going out of scope lea...
Ralf Habacker
1
-3
/
+3
2015-05-01
test_remove_directory: Fix 'variable iter going out of scope leaks the storag...
Ralf Habacker
1
-0
/
+1
2015-05-01
test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...
Ralf Habacker
1
-0
/
+2
2015-05-01
dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...
Ralf Habacker
1
-0
/
+1
2015-05-01
dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...
Ralf Habacker
1
-0
/
+2
2015-04-28
dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...
Ralf Habacker
1
-1
/
+4
2015-04-20
cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...
Ralf Habacker
1
-0
/
+2
2015-04-20
Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.
Ralf Habacker
1
-2
/
+2
2015-04-20
cmake: Add msvc support for sign-compare warnings.
Ralf Habacker
1
-2
/
+7
2015-04-20
cmake: Dump missing config header checks only if config.h.in is present.
Ralf Habacker
1
-1
/
+5
2015-04-17
Always assert that BUS_CONNECTION_DATA() returns non-NULL
Ralf Habacker
1
-3
/
+15
2015-04-16
include_dir: skip processing on error (CID 54744)
Ralf Habacker
1
-0
/
+2
2015-04-16
Move Autoconf/Automake droppings into /build-aux/
Simon McVittie
4
-2
/
+4
2015-04-16
Run name-test tests under the TAP driver
Simon McVittie
3
-43
/
+120
2015-04-16
name-test: remove unused die function
Simon McVittie
2
-22
/
+0
2015-04-16
Run most tests under the TAP driver, with a simple adaptor for non-TAP tests
Simon McVittie
5
-10
/
+84
2015-04-16
dbus-run-session(1): document modern Automake syntax
Simon McVittie
1
-2
/
+3
2015-04-16
name-test: also switch to AM_TESTS_ENVIRONMENT here
Simon McVittie
1
-7
/
+7
2015-04-16
Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs prefer
Simon McVittie
1
-11
/
+12
2015-04-16
Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENT
Simon McVittie
2
-3
/
+3
2015-04-16
installed-tests: don't set DBUS_TEST_HOME which is misleading
Simon McVittie
1
-2
/
+2
2015-04-16
installed-tests: declare that the output is in TAP format
Simon McVittie
1
-2
/
+4
2015-04-16
test-shell, test-printf: produce TAP output like the other installable tests
Simon McVittie
2
-24
/
+96
2015-04-16
tests: provide g_test_skip() emulation for older GLib
Simon McVittie
3
-17
/
+28
[next]