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
2013-08-29
Move some sysdeps stuff only used by the dbus-daemon outside libdbus
static-var-safety-68610
Simon McVittie
4
-382
/
+381
2013-08-29
_dbus_check_setuid: comment on thread-safety
Simon McVittie
1
-0
/
+2
2013-08-29
_dbus_win_startup_winsock: be thread-safe
Simon McVittie
1
-7
/
+28
2013-08-29
Comment some suspicious uses of static variables
Simon McVittie
2
-0
/
+4
2013-08-29
_dbus_get_autolaunch_address: don't make argv static
Simon McVittie
1
-1
/
+1
2013-08-29
_dbus_file_path_extract_elements_from_tail: don't misuse static variable
Simon McVittie
1
-14
/
+11
2013-08-29
_dbus_get_tmpdir: be thread-safe
Simon McVittie
5
-5
/
+28
2013-08-29
libdbus-1.la: have proper dependencies on Windows
Simon McVittie
1
-1
/
+1
2013-08-28
Generate autotools provided PACKAGE_.. and VERSION defines by a cmake macro.
Ralf Habacker
3
-1
/
+74
2013-08-28
Fixed mingw gcc 4.8.1 complains about double defined macros.
Ralf Habacker
1
-8
/
+1
2013-08-28
Fixed gcc 4.8.1 -Wformat warnings on windows.
Ralf Habacker
2
-5
/
+5
2013-08-23
Fix debug output about dbus server ref count
Chengwei Yang
1
-10
/
+1
2013-08-23
Fix comment about atomic operations
Chengwei Yang
1
-4
/
+7
2013-08-23
Cleanup: simplify assertion check
Chengwei Yang
2
-19
/
+5
2013-08-23
fix whitespace
Simon McVittie
1
-1
/
+1
2013-08-23
Cleanup: polish inotify backend
Chengwei Yang
1
-9
/
+7
2013-08-23
Cleanup: polish verbose mode checking
Chengwei Yang
4
-34
/
+9
2013-08-23
NEWS
Simon McVittie
1
-0
/
+11
2013-08-23
DBus Spec: fix examples namespace to com.example
Chengwei Yang
1
-12
/
+12
2013-08-23
dbus-run-session: remove various extra variables from the environment
Simon McVittie
3
-22
/
+19
2013-08-23
Export dbus_setenv() as a utility function
Simon McVittie
10
-20
/
+33
2013-08-23
Revert "Factor out DBusAuthorization from DBusTransport"
Simon McVittie
6
-82
/
+229
2013-08-23
Revert "Actually use DBusAuthorization in DBusAuth EXTERNAL mech"
Simon McVittie
4
-43
/
+10
2013-08-23
Revert "Add new files really."
Simon McVittie
2
-369
/
+0
2013-08-23
Revert "Rename authorized_identity in authenticated_identity for clarity sake."
Simon McVittie
1
-16
/
+16
2013-08-23
Revert "Fixed rejected hunk complete."
Simon McVittie
1
-1
/
+1
2013-08-23
Revert "Enable anonymous authorization for tests"
Simon McVittie
2
-9
/
+3
2013-08-23
Revert "Remove refcounting from DBusAuth and DBusAuthorization"
Simon McVittie
6
-72
/
+131
2013-08-23
Revert "dbus_connection_set_allow_anonymous(): fix doc"
Simon McVittie
1
-5
/
+0
2013-08-23
Revert "trivial: re-word authorization failure message"
Simon McVittie
1
-2
/
+2
2013-08-23
Revert "Remove transport's call to _dbus_authorization_do_authorization()."
Simon McVittie
1
-0
/
+23
2013-08-23
Remove transport's call to _dbus_authorization_do_authorization().
Cosimo Alfarano
1
-23
/
+0
2013-08-23
Manual rebase fix.
Ralf Habacker
1
-1
/
+1
2013-08-23
Add a test-case for trying to connect with the wrong GUID
Simon McVittie
1
-1
/
+67
2013-08-23
trivial: re-word authorization failure message
Simon McVittie
1
-2
/
+2
2013-08-23
Add a simple manual test for authentication/authorization.
Simon McVittie
2
-2
/
+417
2013-08-23
dbus_connection_set_allow_anonymous(): fix doc
Cosimo Alfarano
1
-0
/
+5
2013-08-23
Remove refcounting from DBusAuth and DBusAuthorization
Cosimo Alfarano
6
-131
/
+72
2013-08-23
Enable anonymous authorization for tests
Cosimo Alfarano
2
-3
/
+9
2013-08-23
Fixed rejected hunk complete.
Ralf Habacker
1
-1
/
+1
2013-08-23
Rename authorized_identity in authenticated_identity for clarity sake.
Cosimo Alfarano
1
-16
/
+16
2013-08-23
Add new files really.
Ralf Habacker
2
-0
/
+369
2013-08-23
Actually use DBusAuthorization in DBusAuth EXTERNAL mech
Cosimo Alfarano
4
-10
/
+43
2013-08-23
Factor out DBusAuthorization from DBusTransport
Cosimo Alfarano
6
-229
/
+82
2013-08-23
Fix confusion between "is it authenticated?" and "try to authenticate"
Simon McVittie
5
-28
/
+52
2013-08-23
Unset/free also windows user function, finalizing the connection
Cosimo Alfarano
1
-0
/
+1
2013-08-22
More NEWS
Simon McVittie
1
-0
/
+12
2013-08-22
Fix reference doc in comments
Chengwei Yang
1
-4
/
+4
2013-08-22
Move function to the right place where it supposed to be used
Chengwei Yang
2
-42
/
+22
2013-08-22
DBus Spec: Fix sample service file
Chengwei Yang
1
-1
/
+1
[next]