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-04-16
tests: avoid noise on stdout when not --verbose
Simon McVittie
8
-37
/
+50
2015-04-15
Add manual tcp test case.
Ralf Habacker
3
-0
/
+56
2015-04-14
CID 54766: Resource leak (RESOURCE_LEAK).
Ralf Habacker
1
-1
/
+5
2015-04-13
Merge branch 'dbus-1.8'
Ralf Habacker
2
-2
/
+6
2015-04-13
Fix 'dbus connection referencing issue in test-relay'.
Ralf Habacker
1
-0
/
+4
2015-04-13
Add newline to verbose output in _dbus_trace_ref().
Ralf Habacker
1
-2
/
+2
2015-03-24
cmake: Extend underlines below dbus version print on configure summary title.
Ralf Habacker
1
-1
/
+1
2015-03-24
Fix assorted compiler warnings on Windows.
Simon McVittie
5
-8
/
+9
2015-03-24
Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().
Ralf Habacker
8
-31
/
+32
2015-03-24
cmake: only set CMP0053, CMP0054 on CMake >= 3.1
Simon McVittie
1
-2
/
+4
2015-03-17
Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...
Ralf Habacker
2
-10
/
+4
2015-03-11
Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...
Ralf Habacker
8
-32
/
+31
2015-03-11
Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."
Ralf Habacker
14
-96
/
+73
2015-03-11
cmake: opt-in to not implicitly expanding variables in if() (policy CMP0054)
Ralf Habacker
1
-0
/
+1
2015-03-11
Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIG...
Ralf Habacker
1
-1
/
+0
2015-03-11
Use typedef DBusSocket for sockets fd's to avoid conversion warnings.
Ralf Habacker
14
-73
/
+96
2015-03-11
Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().
Ralf Habacker
8
-31
/
+32
2015-03-06
cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...
Ralf Habacker
1
-0
/
+1
2015-03-06
cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...
Ralf Habacker
2
-2
/
+3
2015-03-06
cmake: stop using deprecated LOCATION property (policy CMP0026)
Ralf Habacker
2
-2
/
+4
2015-03-06
Fix cmake build system bug not generating versioned library name in case LT_R...
Ralf Habacker
1
-3
/
+3
2015-03-05
Add missing include file for cmake function check_include_files() (commit 2d2...
Ralf Habacker
1
-0
/
+1
2015-03-05
dbus-print-message: conditionalize Unix FD handling on DBUS_UNIX
Simon McVittie
1
-0
/
+2
2015-03-05
dbus-monitor: use _dbus_get_real_time instead of gettimeofday
Simon McVittie
1
-10
/
+4
2015-03-05
Improve diagnostics when UpdateActivationEnvironment calls are rejected
Simon McVittie
1
-2
/
+15
2015-03-05
Keep cmake generated defines for include files in sync with autotools.
Ralf Habacker
1
-24
/
+50
2015-03-05
Move include file checks to ConfigureChecks.cmake for cmake build system.
Ralf Habacker
2
-5
/
+1
2015-03-05
Add check to cmake build system if config.h.cmake is in sync with autotools.
Ralf Habacker
2
-9
/
+15
2015-03-05
Keep include file checks in sync with autotools.
Ralf Habacker
1
-9
/
+25
2015-03-05
Add cmake macro autoheaderchecks().
Ralf Habacker
2
-0
/
+29
2015-03-05
Fix broken cmake HAVE_SOCKLEN_T type finding check.
Ralf Habacker
1
-1
/
+3
2015-03-04
Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)
Simon McVittie
1
-0
/
+1
2015-03-04
Add test-fdpass to cmake build system.
Ralf Habacker
1
-0
/
+1
2015-03-04
signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)
Simon McVittie
1
-2
/
+4
2015-03-04
Enable -Wsign-compare for cmake builds.
Ralf Habacker
1
-0
/
+2
2015-03-04
Autotools: enable -Wsign-compare and optionally -Werror=sign-compare
Simon McVittie
1
-2
/
+1
2015-03-04
fd-passing test: numbers of things are unsigned (-Wsign-compare)
Simon McVittie
1
-2
/
+2
2015-03-04
_dbus_listen_systemd_sockets: fds are signed ints (-Wsign-compare)
Simon McVittie
1
-1
/
+1
2015-03-04
Use new _dbus_string_get_length_uint() to avoid another -Wsign-compare
Simon McVittie
2
-4
/
+20
2015-03-04
Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() ...
Ralf Habacker
3
-21
/
+1
2015-03-04
Fix warning 'conversion to ‘long unsigned int’ from ‘WriteResult’ may...
Ralf Habacker
1
-5
/
+8
2015-03-04
Fix of 'warning: conversion to ‘dbus_bool_t‘ from ‘int‘ may change th...
Ralf Habacker
1
-2
/
+2
2015-03-04
Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.
Ralf Habacker
1
-1
/
+0
2015-03-04
Fix warning: conversion to 'DWORD' from 'int' may change the sign of the resu...
Ralf Habacker
2
-2
/
+2
2015-03-04
Trivial -Wsign-compare fixes.
Ralf Habacker
4
-5
/
+6
2015-03-04
belatedly bump version for 1.9.15
Simon McVittie
2
-1
/
+6
2015-03-04
Make all time values signed longs instead of a mix of signed and unsigned, to...
Peter McCurdy
1
-14
/
+11
2015-03-03
Keep cmake defines GLIB_VERSION_... in sync with autotools.
Ralf Habacker
3
-12
/
+51
2015-03-02
prepare 1.9.14
Simon McVittie
2
-4
/
+9
2015-03-02
Fix warning: 'the comparison will always evaluate as 'false' for the address ...
Ralf Habacker
1
-2
/
+14
[prev]
[next]