summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-05Correct _dbus_string_parse_int's documentationdbus-string-parse-int-documentationWill Thompson1-1/+1
2010-09-28When launching dbus-daemon be more verbose in error case.Ralf Habacker1-3/+7
2010-09-27Keep unix autolaunch functions in sync.Ralf Habacker1-4/+6
2010-09-27Added documentation for autolaunch transport.Ralf Habacker1-5/+119
2010-09-27Fixed case when no scope attribute is used.Ralf Habacker1-2/+10
2010-09-27Extended autolaunch protocol with scope attribute.Ralf Habacker10-38/+188
2010-09-23Add return_if_fail watch != NULL in public DBusWatch APIChristian Dywan1-1/+15
2010-09-10Include cmake subdirectory in source distribution.Ralf Habacker1-1/+2
2010-09-09Fix typo in creating temp file.Marcus Brinkmann1-1/+1
2010-09-08Fix use of _dbus_make_file_world_readable.Marcus Brinkmann1-1/+4
2010-09-08Explicitly require the daemon to respect destination=''Will Thompson1-0/+4
2010-09-08Unix compile fix.Ralf Habacker1-0/+2
2010-09-07post release version bumpLennart Poettering1-1/+1
2010-09-06fix some "unused result" warnings in dbus-launch and dbus-spawnHavoc Pennington2-4/+5
2010-09-06Change failure of setsockopt SO_REUSEADDR to be a warning, not set an errorHavoc Pennington1-6/+4
2010-09-06build-sys: bump version number for the 1.4.0 releaseLennart Poettering1-2/+2
2010-09-06systemd: enable the dbus service unconditionallyKay Sievers4-9/+9
2010-09-06autoconf: update lt version info in preparation for 0.4.2Lennart Poettering1-1/+1
2010-09-06NEWS: update for 1.4.0Lennart Poettering1-0/+4
2010-09-06systemd: update sd-daemon.[ch] from upstream systemdLennart Poettering2-21/+4
2010-09-03Merge branch 'dbus-1.2'Colin Walters2-1/+19
2010-09-03Make dbus-uuidgen atomicColin Walters7-19/+27
2010-08-12sd-daemon: update from upstreamLennart Poettering1-1/+1
2010-08-11Cleanup: removed unused code; fixed Winsock error handling; fixed code indent...Romain Pokrzywka1-59/+45
2010-08-10Fixed wince build problem reported by aheinecke at intevation dot de.Ralf Habacker1-0/+2
2010-08-10Fixed bug not creating bus/messagebus-config.Ralf Habacker1-0/+1
2010-08-10Delete stale pid file on cygwin.Yaakov Selkowitz2-0/+24
2010-08-10Avoid -Werror problems on cygwin.Yaakov Selkowitz1-1/+6
2010-08-10Applied patches from cygwin port.Yaakov Selkowitz5-15/+213
2010-08-09fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonceRomain Pokrzywka1-0/+4
2010-07-19Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.Marcus Brinkmann4-3/+26
2010-07-16Add unit tests for dbus_message_get_path_decomposedChristian Dywan1-0/+29
2010-07-16Assert in _dbus_decompose_path if path is NULL or len is wrongChristian Dywan1-0/+2
2010-07-13systemd: update systemd glue codeLennart Poettering1-1/+5
2010-07-13systemd: remove dbus pid file before starting dbusLennart Poettering1-0/+1
2010-07-10man: add documentation for four new switches to dbus-daemonLennart Poettering1-110/+100
2010-07-10systemd: add a nice description string to the .socket fileLennart Poettering1-0/+3
2010-07-09systemd: install systemd socket and service file by defaultLennart Poettering6-57/+106
2010-07-09build-sys: update pkg-config.m4Lennart Poettering1-53/+153
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering9-622/+825
2010-07-09Fix use of $servicename in statusColin Walters1-1/+1
2010-07-09bus: add --address switchLennart Poettering4-145/+210
2010-07-09systemd: add systemd-style socket-activationLennart Poettering6-189/+1036
2010-07-08sysdeps-unix: enable address reuse on TCP socketsSledz1-1/+19
2010-07-01Fix the reentrancy issue reported on bug 17754.Thiago Macieira1-96/+110
2010-06-23build-sys: open 1.3.2 development cycleLennart Poettering1-1/+1
2010-06-23build-sys: add make target for updating AUTHORS fileLennart Poettering1-0/+3
2010-06-23build-sys: prepare release 1.3.1Lennart Poettering2-0/+35
2010-06-23pkg-config: add a couple of additional variables to .pcLennart Poettering1-2/+3
2010-06-22Merge branch 'dbus-1.2'Will Thompson2-0/+22