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
2011-06-22
DBusTransport: don't include dbus-marshal-header.h either
more-privacy
Simon McVittie
1
-1
/
+0
2011-06-22
Move _dbus_check_fdleaks_enter to dbus-message-internal.h
Simon McVittie
3
-5
/
+5
2011-06-22
DBusTransport: don't use dbus-message-private.h
Simon McVittie
1
-1
/
+1
2011-06-20
CMake fix: Do not use FORCE in variables which should be changeable by the user.
Ralf Habacker
1
-3
/
+3
2011-06-14
fixed cmake error: doc says CACHE needs type *and* doc string
Ralf Habacker
1
-5
/
+5
2011-06-13
NEWS
Simon McVittie
1
-0
/
+5
2011-06-13
DBusLoop: store watches in a hash table keyed by fd
Simon McVittie
1
-106
/
+227
2011-06-13
DBusLoop: fold Callback into TimeoutCallback
Simon McVittie
1
-32
/
+10
2011-06-13
Drop WatchCallback entirely, just use a list of DBusWatch in the main loop
Simon McVittie
1
-66
/
+27
2011-06-13
DBusLoop: inline add_callback, remove_callback into their callers
Simon McVittie
1
-51
/
+21
2011-06-13
DBusLoop: move OOM flag in watches inside the DBusWatch
Simon McVittie
3
-8
/
+24
2011-06-13
DBusLoop: keep separate lists of watches and timeouts
Simon McVittie
1
-78
/
+88
2011-06-13
DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_revents
Simon McVittie
1
-15
/
+32
2011-06-13
Remove _dbus_loop_add_watch_full
Simon McVittie
2
-34
/
+3
2011-06-13
bus-activation: separate the "finished" callback from the watch callback
Simon McVittie
4
-23
/
+54
2011-06-13
DBusLoop: remove second layer of watch callbacks where possible
Simon McVittie
10
-145
/
+49
2011-06-13
DBusLoop: remove a layer of pointless abstraction around timeouts
Simon McVittie
8
-145
/
+42
2011-06-13
DBusConnection: ref the connection in the timeout handler
Simon McVittie
2
-4
/
+2
2011-06-13
bus signal_handler: don't use _dbus_warn, and don't pretend to be portable
Simon McVittie
1
-2
/
+21
2011-06-13
bus: signal_handler: ignore failure to write, and explain why
Simon McVittie
1
-9
/
+7
2011-06-13
Check that watches are removed, then invalidated, then unreffed
Simon McVittie
2
-1
/
+8
2011-06-13
Always remove, invalidate and free watches before closing watched sockets
Simon McVittie
8
-78
/
+124
2011-06-13
bump version
Simon McVittie
2
-1
/
+4
2011-06-10
ahem.
Simon McVittie
1
-1
/
+1
2011-06-10
Prepare 1.5.4
dbus-1.5.4
Simon McVittie
2
-3
/
+3
2011-06-10
Merge branch 'dbus-1.4'
Simon McVittie
2
-4
/
+4
2011-06-10
version bump
Simon McVittie
2
-1
/
+4
2011-06-10
prepare 1.4.12
dbus-1.4.12
Simon McVittie
3
-6
/
+9
2011-06-10
fix installable tests to not install if unwanted
Simon McVittie
1
-1
/
+1
2011-06-10
Merge branch 'dbus-1.4'
Simon McVittie
16
-87
/
+1762
2011-06-10
NEWS
Simon McVittie
1
-0
/
+21
2011-06-10
Fix copyright dates
Simon McVittie
3
-3
/
+3
2011-06-10
Use DBUS_TIMEOUT_INFINITE in dbus-daemon.c
Simon McVittie
1
-2
/
+3
2011-06-10
Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULT
Simon McVittie
3
-6
/
+36
2011-06-10
Test that a message with the byte order mangled causes disconnection but no c...
Simon McVittie
1
-0
/
+90
2011-06-10
marshal test: test dbus_message_demarshal_bytes_needed
Simon McVittie
1
-0
/
+38
2011-06-10
Add a test for marshalling and endian-swapping
Simon McVittie
3
-0
/
+229
2011-06-10
installcheck: don't run installed tests against installed library if in a DES...
Simon McVittie
1
-0
/
+4
2011-06-10
Alter test-dbus-daemon so it tests the installed dbus-daemon by default
Simon McVittie
2
-27
/
+14
2011-06-10
Add support for installing most of the modular tests
Simon McVittie
3
-4
/
+76
2011-06-10
new test for being disconnected by a corrupt message stream
Simon McVittie
3
-0
/
+281
2011-06-10
modular tests: depend on GIO 2.22 for GSocket
Simon McVittie
1
-1
/
+1
2011-06-10
Test nonce-tcp transport
Simon McVittie
1
-0
/
+5
2011-06-10
dbus-daemon test: sanity-check the just-installed config file when using DESTDIR
Simon McVittie
2
-2
/
+14
2011-06-10
Add a simple integration test for dbus-daemon
Simon McVittie
3
-0
/
+329
2011-06-10
Run integration tests on the installed dbus binaries during installcheck
Simon McVittie
1
-1
/
+12
2011-06-10
Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA in their environment
Simon McVittie
1
-0
/
+4
2011-06-10
Attempt to reproduce fd.o #34393 via another regression test
Simon McVittie
3
-1
/
+328
2011-06-10
loopback test: unref messages after use
Simon McVittie
1
-0
/
+4
2011-06-10
Add an end-to-end sanity check for TCP and Unix DBusServer/DBusConnection
Simon McVittie
3
-1
/
+220
[next]