summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* | sysdeps-unix: use MSG_NOSIGNAL when sending credsScott James Remnant2010-12-161-2/+10
* | Handle case when autolaunched daemon address is already pulished on windows.Ralf Habacker2010-12-145-16/+72
* | Windows fix: In install path scope case add hashed install path to mutex/shm ...Ralf Habacker2010-12-131-0/+3
* | Be more verbose when publishing or requesting session bus address on Windows.Ralf Habacker2010-12-131-1/+4
* | Implements user limited session bus on Windows.Ralf Habacker2010-12-101-44/+21
* | Fixed bug not freeing mutex handle on Windows.Ralf Habacker2010-12-101-7/+7
* | Variables and functions name cleanup on Windows.Ralf Habacker2010-12-101-27/+27
* | Enable launchd.Benjamin Reed2010-12-064-0/+89
* | Look up DISPLAY from launchd if not initialized.Benjamin Reed2010-12-061-1/+24
* | Add launchd implementation.Benjamin Reed2010-12-063-0/+329
|/
* Service dir related bug fix on windows.Ralf Habacker2010-10-291-0/+20
* Restore the close_on_exec flag on windows.Romain Pokrzywka2010-10-291-0/+3
* Merge branch 'documentation-build-system'Will Thompson2010-10-261-0/+1
|\
| * Update a load of .gitignoresWill Thompson2010-10-051-0/+1
* | tentative workaround for the random hangs on windowsRomain Pokrzywka2010-10-071-5/+4
* | Only use signature directly inside _dbus_verboseChristian Dywan2010-10-051-4/+1
* | Don't pretend to free lock if it was never allocatedChristian Dywan2010-10-051-2/+0
* | Always get current time in _dbus_connection_block_pending_callChristian Dywan2010-10-051-1/+1
|/
* When launching dbus-daemon be more verbose in error case.Ralf Habacker2010-09-281-3/+7
* Keep unix autolaunch functions in sync.Ralf Habacker2010-09-271-4/+6
* Fixed case when no scope attribute is used.Ralf Habacker2010-09-271-2/+10
* Extended autolaunch protocol with scope attribute.Ralf Habacker2010-09-278-28/+187
* Add return_if_fail watch != NULL in public DBusWatch APIChristian Dywan2010-09-231-1/+15
* Fix typo in creating temp file.Marcus Brinkmann2010-09-091-1/+1
* Fix use of _dbus_make_file_world_readable.Marcus Brinkmann2010-09-081-1/+4
* fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington2010-09-061-1/+2
* Change failure of setsockopt SO_REUSEADDR to be a warning, not set an errorHavoc Pennington2010-09-061-6/+4
* systemd: update sd-daemon.[ch] from upstream systemdLennart Poettering2010-09-062-21/+4
* Merge branch 'dbus-1.2'Colin Walters2010-09-031-0/+18
|\
| * sysdeps-unix: enable address reuse on TCP socketsSledz2010-07-081-1/+19
| * Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2010-06-112-2/+59
* | Make dbus-uuidgen atomicColin Walters2010-09-036-18/+26
* | sd-daemon: update from upstreamLennart Poettering2010-08-121-1/+1
* | Cleanup: removed unused code; fixed Winsock error handling; fixed code indent...Romain Pokrzywka2010-08-111-59/+45
* | fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonceRomain Pokrzywka2010-08-091-0/+4
* | Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.Marcus Brinkmann2010-07-194-3/+26
* | Add unit tests for dbus_message_get_path_decomposedChristian Dywan2010-07-161-0/+29
* | Assert in _dbus_decompose_path if path is NULL or len is wrongChristian Dywan2010-07-161-0/+2
* | systemd: update systemd glue codeLennart Poettering2010-07-131-1/+5
* | systemd: add systemd-style socket-activationLennart Poettering2010-07-096-189/+1036
* | Fix the reentrancy issue reported on bug 17754.Thiago Macieira2010-07-011-96/+110
* | Revert "Bug 17754 - Fixed race condition in protected_change_timeout."Thiago Macieira2010-06-221-7/+1
* | Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson2010-06-1711-240/+22
* | Fix dbus-sysdeps.h on amd64, again.Will Thompson2010-06-171-4/+2
* | Bug 28460 - Refactored dbus configuration access.Ralf Habacker2010-06-1411-22/+240
* | 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
* | 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