summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Optimized error handling of previous patchRalf Habacker2011-10-281-3/+18
| * Find dbus-daemon executable next to dbus shared libaray on windows.Jesper Dam2011-10-281-3/+17
* | Simplify substitution of test executables to use fewer variablesSimon McVittie2011-09-2817-54/+144
* | Simplify generation of bus configuration filesSimon McVittie2011-09-2810-21/+12
* | Merge branch 'dbus-1.4'Ralf Habacker2011-09-243-95/+24
|\ \ | |/
| * Use dbus/dbus-arch-deps.h.in as source for cmake tooRalf Habacker2011-09-233-95/+24
* | Merge branch 'dbus-1.4'Ralf Habacker2011-09-222-15/+27
|\ \ | |/
| * Added cmake 'help-options' target to print out all available configure optionsRalf Habacker2011-09-221-0/+5
| * fixed cmake error: doc says CACHE needs type *and* doc stringRalf Habacker2011-09-221-6/+5
| * Limit batch file creating to windowsRalf Habacker2011-09-221-0/+4
| * Fixed cmake buildsystem - option command only supports boolean valuesRalf Habacker2011-09-221-3/+3
| * cmake fix: generate build timestampRalf Habacker2011-09-222-5/+18
| * Simplified cmake xml parser dependencies.Ralf Habacker2011-09-221-9/+9
* | Micro versionSimon McVittie2011-09-212-1/+6
* | Prepare version 1.5.8dbus-1.5.8Simon McVittie2011-09-213-4/+9
* | Merge branch 'dbus-1.4'Simon McVittie2011-09-211-6/+5
|\ \ | |/
| * Micro versionSimon McVittie2011-09-212-1/+6
| * Prepare version 1.4.16dbus-1.4.16Simon McVittie2011-09-213-9/+8
* | Enable more compiler warnings by defaultSimon McVittie2011-09-211-5/+21
* | refs test: fix unused variableSimon McVittie2011-09-211-1/+0
* | Fix compilation of syslog test in masterSimon McVittie2011-09-211-2/+2
* | Merge branch 'more-unused-39231'Simon McVittie2011-09-2115-97/+49
|\ \
| * | dbus-internals: make sure function-like macros expand to something non-emptySimon McVittie2011-09-191-7/+7
| * | Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-192-3/+9
| * | Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-194-9/+23
| * | 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
| * | Don't refcount TimeoutCallbackSimon McVittie2011-09-191-23/+4
| * | Remove a never-used callbackSimon McVittie2011-09-191-8/+0
| * | Remove more never-used variablesSimon McVittie2011-09-195-28/+2
* | | Merge branch 'remove-stub-tests-41012'Simon McVittie2011-09-217-60/+0
|\ \ \
| * | | _dbus_pending_call_test: remove stubSimon McVittie2011-09-193-19/+0
| * | | _dbus_marshal_header_test: remove stubSimon McVittie2011-09-193-16/+0
| * | | bus_policy_test: remove stubSimon McVittie2011-09-193-25/+0
| |/ /
* | | Merge branch 'dbus-1.4'Simon McVittie2011-09-2111-31/+305
|\ \ \ | | |/ | |/|
| * | NEWSSimon McVittie2011-09-211-0/+3
| * | 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
| * | NEWSSimon McVittie2011-09-211-0/+16
| * | If --enable-tests=yes, require Python modules for complete test coverageSimon McVittie2011-09-211-1/+8
| * | Only ask pkg-config for the systemd unit directory if both are installedSimon McVittie2011-09-211-1/+6
| * | Give better diagnostics if --enable-tests=yes is givenSimon McVittie2011-09-211-3/+12
| * | Check for Python; skip Python tests if not foundSimon McVittie2011-09-214-4/+16
| * | Cope with platforms whose vsnprintf violates both POSIX and C99Simon McVittie2011-09-211-3/+49
| * | Add a semi-automatic test for _dbus_system_logSimon McVittie2011-09-212-0/+105
| * | Cope with Unixes that don't have LOG_PERROR, like Solaris 10Simon McVittie2011-09-212-1/+24
| * | Make "make -C test clean" idempotentSimon McVittie2011-09-211-1/+3