summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: prepare release 1.3.1Lennart Poettering2010-06-232-0/+35
* pkg-config: add a couple of additional variables to .pcLennart Poettering2010-06-231-2/+3
* Merge branch 'dbus-1.2'Will Thompson2010-06-222-0/+22
|\
| * Implement doctype check in the trivial parserChristian Dywan2010-06-222-0/+22
| * Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2010-06-112-2/+59
* | Revert "Bug 17754 - Fixed race condition in protected_change_timeout."Thiago Macieira2010-06-221-7/+1
* | Clarify GetConnectionUnixUser documentation.Will Thompson2010-06-171-6/+8
* | Document ListQueuedOwners in the specWill Thompson2010-06-171-1/+57
* | Document GetConnectionUnixProcessID in the specWill Thompson2010-06-171-0/+53
* | Fix a broken <xref/>Will Thompson2010-06-171-1/+1
* | Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-1712-242/+22
* | Fix dbus-sysdeps.h on amd64, again.Will Thompson2010-06-171-4/+2
* | Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-1412-22/+242
* | Use dbus provided wait function.Ralf Habacker2010-06-121-1/+1
* | Bug 17754 - Fixed race condition in protected_change_timeout.Plácido Revilla2010-06-111-1/+7
* | Do not set DBUS_SESSION_BUS_DEFAULT_ADDRESS unconditional in code, it is alre...Ralf Habacker2010-06-111-0/+2
* | Keep cmake default session and system bus address setup in sync with autotools.Ralf Habacker2010-06-111-10/+5
* | Fix x64 build after WinCE intptr_t usage changes.Christian Dywan2010-06-102-1/+6
* | Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2010-06-092-2/+59
* | Fixed compiler warnings.Ralf Habacker2010-06-072-4/+2
* | Minor include file fix.Ralf Habacker2010-06-071-0/+1
* | Keep in sync with autotools.Ralf Habacker2010-06-071-2/+2
* | Keep in sync with autotools.Ralf Habacker2010-06-071-1/+1
* | Merge branch 'dbus-1.2'Will Thompson2010-05-213-10/+2
|\ \ | |/
| * kqueue set_watched_dirs: fix termination conditionWill Thompson2010-05-211-1/+1
| * [legacy init script] Fix the use of $servicenameTomas Pelka2010-04-231-1/+1
| * Post-release version bumpColin Walters2010-03-231-1/+1
| * Release 1.2.24dbus-1.2.24Colin Walters2010-03-231-1/+1
| * [bus] Don't install a SIGTERM handlerColin Walters2010-03-231-4/+0
* | Fix building on UnixThiago Macieira2010-05-182-1/+5
* | Fix memory allocation when reusing message from cacheLuiz Augusto Von Dentz2010-05-161-0/+1
* | Add an extra parameter to the PropertiesChanged() signalDavid Zeuthen2010-05-131-10/+42
* | Add an optional PropertiesChanged() signalDavid Zeuthen2010-05-121-2/+32
* | Fix _IOLBF for Windows CE and also define _IONBF if needed.Marcus Brinkmann2010-05-121-1/+4
* | Fixed assert raised with msvc 2008 on windows.Ralf Habacker2010-05-101-0/+5
* | Fix infinite recursion on Windows CE.Marcus Brinkmann2010-05-101-1/+79
* | Fix GetModuleFileNameA and RegQueryValueExA for Windows CE.Marcus Brinkmann2010-05-101-6/+30
* | Add clarification to spec about UpdateActivationEnvironmentRay Strode2010-05-101-0/+3
* | Move definition of _WIN32_WCE to configure.in (cmake defines it already).Marcus Brinkmann2010-05-072-1/+2
* | fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2010-05-057-8/+25
* | Send system log messages to debug port for now.Ralf Habacker2010-05-051-1/+2
* | Added missing implementation for _dbus_system_logv().Ralf Habacker2010-05-031-1/+15
* | Cleanup debug messages.Ralf Habacker2010-05-031-6/+0
* | Defensively protect against bogus argv argument on W32CE.Marcus Brinkmann2010-05-031-1/+4
* | Disabled launch helper activation tests on windows.Ralf Habacker2010-05-031-0/+4
* | Be more silent with porting problems.Ralf Habacker2010-05-031-2/+2
* | Don't truncate pointers on Windows x64 platformFridrich Štrba2010-05-0315-61/+102
* | Change to assume executable extension when none is given (except on wince)Fridrich Štrba2010-04-291-0/+4
* | Pass the environment to CreateProcessA correctly and be more defensiveFridrich Štrba2010-04-291-12/+30
* | Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker2010-04-278-14/+217
|\ \