| Commit message (Expand) | Author | Age | Files | Lines |
* | Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set... | Simon McVittie | 2012-08-13 | 1 | -1/+1 |
* | Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication method | David Zeuthen | 2012-04-12 | 2 | -17/+17 |
* | test: enforce own_prefix policy rules | Alban Crequy | 2012-03-22 | 3 | -8/+90 |
* | policy: remove unused parameter | Alban Crequy | 2012-03-22 | 3 | -4/+1 |
* | policy: enforce policy on "allow own_prefix" | Alban Crequy | 2012-03-04 | 1 | -1/+14 |
* | config parser: add own_prefix | Alban Crequy | 2012-03-04 | 2 | -21/+38 |
* | Move _dbus_check_fdleaks_enter to dbus-message-internal.h | Simon McVittie | 2012-02-21 | 1 | -1/+1 |
* | Replace a series of booleans, all (apparently) alike, with flags | Simon McVittie | 2012-02-13 | 4 | -38/+63 |
* | Merge branch 'system-search-paths-21620' | Simon McVittie | 2012-02-10 | 1 | -2/+2 |
|\ |
|
| * | Explicitly don't search XDG_DATA_DIRS for system services, and document it | Simon McVittie | 2012-02-08 | 1 | -2/+2 |
* | | bus: introduce --nopidfile switch to disable writing of PID files | Lennart Poettering | 2012-02-10 | 5 | -6/+17 |
|/ |
|
* | systemd: drop machine UUID generation for unit file | Lennart Poettering | 2012-02-07 | 1 | -1/+0 |
* | Merge branch 'socket-set-33337' | Simon McVittie | 2012-02-07 | 4 | -4/+42 |
|\ |
|
| * | Add a stub _dbus_loop_toggle_watch and call it where needed | Simon McVittie | 2011-06-13 | 4 | -4/+42 |
* | | Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88c | Simon McVittie | 2012-01-23 | 1 | -0/+1 |
|\ \ |
|
| * | | Revert addition of files which were only meant to exist on master, too | Simon McVittie | 2012-01-23 | 2 | -390/+0 |
| * | | dbus-daemon: fix forgotten counter increase while copying configured auth mec... | Simon McVittie | 2012-01-23 | 1 | -0/+1 |
| * | | Revert all changes since a36d4918a6f646e085 | Simon McVittie | 2012-01-04 | 20 | -922/+468 |
* | | | Revert "made session service dirs customizable: cmake part" | Simon McVittie | 2012-01-04 | 1 | -1/+1 |
* | | | Revert "made session service dirs customizable: autotools part" | Simon McVittie | 2012-01-04 | 1 | -2/+0 |
* | | | made session service dirs customizable: autotools part | Ralf Habacker | 2011-11-21 | 1 | -0/+2 |
* | | | made session service dirs customizable: cmake part | Ralf Habacker | 2011-11-21 | 1 | -1/+1 |
* | | | Merge tests' cmake and autotools bus configuration | Simon McVittie | 2011-09-28 | 1 | -19/+12 |
|/ / |
|
* | | Merge branch 'more-unused-39231' | Simon McVittie | 2011-09-21 | 6 | -45/+25 |
|\ \ |
|
| * | | Use {}, not semicolon, when the statement of an "if" does nothing | Simon McVittie | 2011-09-19 | 1 | -2/+6 |
| * | | Fix an assortment of variables that aren't used when not checking/asserting | Simon McVittie | 2011-09-19 | 1 | -8/+15 |
| * | | BusConnections: don't assert about BusConnectionData in functions that don't ... | Simon McVittie | 2011-09-19 | 1 | -11/+0 |
| * | | bus_driver_handle_message: remove unused label | Simon McVittie | 2011-09-19 | 1 | -1/+0 |
| * | | activation helper: remove unused variable when not being verbose | Simon McVittie | 2011-09-19 | 1 | -2/+2 |
| * | | bus_registry_acquire_service: remove unnecessary variable | Simon McVittie | 2011-09-19 | 1 | -5/+2 |
| * | | Remove a never-used callback | Simon McVittie | 2011-09-19 | 1 | -8/+0 |
| * | | Remove more never-used variables | Simon McVittie | 2011-09-19 | 1 | -8/+0 |
* | | | Merge branch 'remove-stub-tests-41012' | Simon McVittie | 2011-09-21 | 3 | -25/+0 |
|\ \ \ |
|
| * | | | bus_policy_test: remove stub | Simon McVittie | 2011-09-19 | 3 | -25/+0 |
| |/ / |
|
* | | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-09-21 | 1 | -4/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | update_desktop_file_entry: initialize return value properly, and actually ret... | Simon McVittie | 2011-09-21 | 1 | -1/+2 |
| * | | update_desktop_file_entry: if the service name already existed, set error | Simon McVittie | 2011-09-21 | 1 | -1/+4 |
| * | | update_desktop_file_entry: don't leak file_path on one particular OOM | Simon McVittie | 2011-09-21 | 1 | -2/+1 |
* | | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-08-26 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Don't build any of the reload-pipe code on non-Unix | Simon McVittie | 2011-08-26 | 1 | -2/+5 |
| * | | Fix compilation on MSVC, which doesn't understand "inline" with its C99 meaning. | Ralf Habacker | 2011-08-13 | 1 | -6/+1 |
| * | | capng: Drop supplemental groups when switching to daemon user | Steve Grubb | 2011-08-11 | 1 | -1/+1 |
| * | | Win32 compile fix. | Ralf Habacker | 2011-08-05 | 1 | -1/+6 |
* | | | Win32 compile fix. | Ralf Habacker | 2011-08-05 | 1 | -1/+1 |
* | | | Merge branch 'dbus-1.4' | Simon McVittie | 2011-08-05 | 1 | -9/+75 |
|\ \ \
| |/ / |
|
| * | | bus signal_handler: call _exit in the unlikely event that the pipe is full or... | Simon McVittie | 2011-08-05 | 1 | -2/+8 |
| * | | bus signal_handler: comment why it's OK if the reload pipe gets full | Simon McVittie | 2011-08-05 | 1 | -0/+13 |
| * | | bus signal_handler: don't pretend to be portable away from Unix | Simon McVittie | 2011-08-05 | 1 | -0/+8 |
| * | | Conditionalize inclusion of unistd.h | Simon McVittie | 2011-08-05 | 1 | -0/+2 |
| * | | Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on Solaris | Brian Cameron | 2011-08-05 | 1 | -11/+73 |