summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4.14dbus-1.4.14Simon McVittie2011-07-292-2/+4
* NEWSSimon McVittie2011-07-291-2/+8
* Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-293-24/+38
* sysdeps-unix: remove some redundant assignmentsLennart Poettering2011-07-281-4/+0
* activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-282-5/+15
* Add a note about bootstrapping new platforms to READMESimon McVittie2011-07-281-0/+21
* man pages: replace all unescaped hyphen/minus characters with \-Simon McVittie2011-07-286-217/+217
* Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie2011-07-285-10/+10
* list_allows_user: fix debug output for groupsSascha Silbe2011-07-271-2/+2
* NEWSSimon McVittie2011-07-261-4/+3
* DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie2011-07-261-12/+14
* dbus-memory: use atomic accesses to block count, even for assertionsSimon McVittie2011-07-261-7/+17
* NEWSSimon McVittie2011-07-261-3/+4
* DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie2011-07-251-5/+6
* dbus_message_ref: avoid unused variable if not assertingSimon McVittie2011-07-251-1/+7
* _dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie2011-07-251-13/+5
* Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2011-07-252-0/+25
* DBusObjectTree: always access refcount atomicallySimon McVittie2011-07-251-5/+14
* dbus_message_unref: make an assertion more strictSimon McVittie2011-07-251-1/+1
* DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie2011-07-251-5/+14
* NEWSSimon McVittie2011-07-181-1/+29
* Uninstall the installed docsSimon McVittie2011-07-181-0/+4
* Install man2html output to $(htmldir)Simon McVittie2011-07-181-1/+1
* Install diagram.*, system-activation.txt to the $(docdir)Simon McVittie2011-07-181-3/+6
* Install xmlto output to $(htmldir) automaticallySimon McVittie2011-07-181-9/+7
* Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in cleanSimon McVittie2011-07-181-1/+4
* configure.ac: fix check for xsltprocSimon McVittie2011-07-181-2/+1
* Use EXEEXT when running tests from another directory, and skip bus-test-launc...Simon McVittie2011-07-181-4/+7
* Build docs after running tests, and remove redundant DIST_SUBDIRSSimon McVittie2011-07-181-2/+1
* Run bus tests from test/Simon McVittie2011-07-182-10/+17
* Run dbus-test from test/, not dbus/Simon McVittie2011-07-182-12/+14
* dbus tests: don't warn on skipped testsSimon McVittie2011-07-182-3/+3
* test/Makefile.am: list tests one per lineSimon McVittie2011-07-181-4/+18
* Opt-in to modern OS features on Solaris, to get file descriptor passingSimon McVittie2011-07-181-0/+3
* _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie2011-07-181-8/+0
* DBusServer: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-43/+64
* DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-33/+10
* Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie2011-07-081-0/+3
* In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie2011-07-081-0/+4
* Added DBUS_ENABLE_STATS option to cmake buildsystem to keep in sync with auto...Ralf Habacker2011-07-083-0/+10
* Visual Studio Professional uses a different ide starter - pointed out by Roma...Ralf Habacker2011-07-081-18/+33
* Collected cmake doc into README.cmake.Ralf Habacker2011-07-083-61/+152
* win32 fix: Keep server autolaunch mutex settings according to client detectio...Ralf Habacker2011-07-051-0/+12
* DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE...Jiří Klimeš2011-07-011-6/+8
* version bumpSimon McVittie2011-06-102-1/+4
* prepare 1.4.12dbus-1.4.12Simon McVittie2011-06-103-6/+9
* fix installable tests to not install if unwantedSimon McVittie2011-06-101-1/+1
* NEWSSimon McVittie2011-06-101-0/+21
* Fix copyright datesSimon McVittie2011-06-103-3/+3
* Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie2011-06-101-2/+3