summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'more-unused-39231'Simon McVittie2011-09-216-45/+25
|\
| * Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-2/+6
| * Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-191-8/+15
| * BusConnections: don't assert about BusConnectionData in functions that don't ...Simon McVittie2011-09-191-11/+0
| * bus_driver_handle_message: remove unused labelSimon McVittie2011-09-191-1/+0
| * activation helper: remove unused variable when not being verboseSimon McVittie2011-09-191-2/+2
| * bus_registry_acquire_service: remove unnecessary variableSimon McVittie2011-09-191-5/+2
| * Remove a never-used callbackSimon McVittie2011-09-191-8/+0
| * Remove more never-used variablesSimon McVittie2011-09-191-8/+0
* | Merge branch 'remove-stub-tests-41012'Simon McVittie2011-09-213-25/+0
|\ \
| * | bus_policy_test: remove stubSimon McVittie2011-09-193-25/+0
| |/
* | Merge branch 'dbus-1.4'Simon McVittie2011-09-211-4/+7
|\ \ | |/ |/|
| * update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie2011-09-211-1/+2
| * update_desktop_file_entry: if the service name already existed, set errorSimon McVittie2011-09-211-1/+4
| * update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie2011-09-211-2/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-261-2/+5
|\ \ | |/
| * Don't build any of the reload-pipe code on non-UnixSimon McVittie2011-08-261-2/+5
| * Fix compilation on MSVC, which doesn't understand "inline" with its C99 meaning.Ralf Habacker2011-08-131-6/+1
| * capng: Drop supplemental groups when switching to daemon userSteve Grubb2011-08-111-1/+1
| * Win32 compile fix.Ralf Habacker2011-08-051-1/+6
* | Win32 compile fix.Ralf Habacker2011-08-051-1/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-08-051-9/+75
|\ \ | |/
| * bus signal_handler: call _exit in the unlikely event that the pipe is full or...Simon McVittie2011-08-051-2/+8
| * bus signal_handler: comment why it's OK if the reload pipe gets fullSimon McVittie2011-08-051-0/+13
| * bus signal_handler: don't pretend to be portable away from UnixSimon McVittie2011-08-051-0/+8
| * Conditionalize inclusion of unistd.hSimon McVittie2011-08-051-0/+2
| * Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on SolarisBrian Cameron2011-08-051-11/+73
* | config-parser: don't try to get CommonProgramFiles from the environment on UnixSimon McVittie2011-08-051-3/+8
* | activation-helper: remove unused variable from the real buildSimon McVittie2011-08-051-1/+4
* | activation-helper: check_permissions: in the test build, don't have unused va...Simon McVittie2011-08-051-1/+1
* | Remove various never-used variablesSimon McVittie2011-08-054-14/+0
* | capng: Drop supplemental groups when switching to daemon userSteve Grubb2011-08-011-1/+1
* | bus: use AM_CPPFLAGS to simplify preprocessor invocationSimon McVittie2011-07-291-8/+9
* | Move knowledge of what the bus daemon/launcher need to link into bus/Simon McVittie2011-07-291-1/+15
* | Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-291-8/+3
* | Fix compilation for removal of link cacheSimon McVittie2011-07-291-5/+2
* | Merge branch 'dbus-1.4'Lennart Poettering2011-07-281-0/+4
|\ \ | |/
| * activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-281-0/+4
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-281-2/+2
|\ \ | |/
| * Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie2011-07-281-2/+2
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-271-2/+2
|\ \ | |/
| * list_allows_user: fix debug output for groupsSascha Silbe2011-07-271-2/+2
* | Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie2011-07-181-10/+12
|\ \ | |/
| * Run bus tests from test/Simon McVittie2011-07-181-10/+12
* | Do not allow eavedropping unless rule owner explicitely declare itCosimo Alfarano2011-07-112-8/+110
* | Include size of link cache in per-connection statisticsSimon McVittie2011-06-241-2/+5
* | Also record peak values for queued bytes/fds in connection statsSimon McVittie2011-06-241-4/+10
* | Add an initial round of stats to the Stats interfaceSimon McVittie2011-06-241-0/+59
* | BusConnections: add usage stats for well-known names, match rulesSimon McVittie2011-06-242-0/+133
* | Add a stub .Debug.Stats interface if --enable-statsSimon McVittie2011-06-244-0/+339