summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-17[untested] add an automatically-initialized implementation of _dbus_lock on W...54972-thread-safe5Simon McVittie2-4/+32
2013-06-17Stop asserting that we're not using the dummy lock implementationSimon McVittie1-10/+0
2013-06-17Add a statically-initialized implementation of _dbus_lock() on glibc systemsSimon McVittie3-0/+67
2013-06-17Always initialize threading before allocating a dynamic mutexSimon McVittie1-244/+56
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie14-71/+213
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie15-184/+126
2013-06-13start spec 0.22 developmentSimon McVittie1-2/+8
2013-06-13Fix Werror=unused-function if build without X11Simon McVittie1-1/+2
2013-06-13Start on 1.7.5, add release name for 1.7.4Simon McVittie2-1/+8
2013-06-12Prepare 1.7.4 for tomorrowSimon McVittie2-3/+3
2013-06-12Move libdbus-init-win.cpp to its own convenience librarySimon McVittie1-1/+11
2013-06-12NEWSSimon McVittie1-0/+3
2013-06-12Fix an incorrect commentSimon McVittie1-2/+0
2013-06-12Revert "start spec 0.22 development"Simon McVittie1-8/+2
2013-06-12_dbus_system_logv: copy the va_list here tooSimon McVittie1-3/+4
2013-06-12Merge branch 'dbus-1.6'Simon McVittie5-6/+121
2013-06-12Start 1.6.13Simon McVittie2-1/+6
2013-06-12Prepare embargoed release for tomorrowSimon McVittie2-3/+7
2013-06-12Add a test-case for CVE-2013-2168Simon McVittie2-0/+94
2013-06-12CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2-5/+20
2013-06-12NEWS for 1.6.xSimon McVittie1-1/+10
2013-06-12Fix dbus-daemon crash due to invalid service fileChengwei Yang1-0/+6
2013-06-06NEWSSimon McVittie2-5/+10
2013-06-06dbus-send: check usage a bit strictlyChengwei Yang1-10/+34
2013-06-06Assign default value to enable compiler coverageChengwei Yang1-1/+1
2013-06-06Fix a typo: enable_x11 -> have_x11Chengwei Yang1-1/+1
2013-06-06XML: hard depends on expat and delete libxmlChengwei Yang7-409/+11
2013-06-06Fix dbus-daemon crash due to invalid service fileChengwei Yang1-0/+6
2013-06-06Do not suggest user to do 'make' if configure failedChengwei Yang1-1/+1
2013-06-05massively simplify run-with-tmp-session-bus.sh by using dbus-run-sessionSimon McVittie1-33/+12
2013-06-05Recomend dbus-run-session over dbus-launch for starting text-mode sessionsSimon McVittie1-2/+4
2013-06-05Put dbus-run-session through doclifter and adjust to match other man pagesSimon McVittie4-100/+146
2013-06-05Add dbus-run-sessionSimon McVittie4-0/+583
2013-06-05Fix build error: unused-resultChengwei Yang1-2/+8
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2013-06-05NEWSSimon McVittie1-0/+8
2013-06-05Fix build error: unused-resultChengwei Yang1-2/+8
2013-06-05doc: fix a little bit for dbus-sendChengwei Yang1-2/+8
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2013-05-13Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie3-10/+4
2013-05-10Turn a runtime assertion into a compile-time assertionSimon McVittie1-2/+1
2013-05-10NEWS for part 1 of fd.o#54972Simon McVittie1-0/+13
2013-05-10dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie9-7/+139
2013-05-10Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie2-1/+4
2013-05-09dbus_threads_init: call _dbus_threads_init_platform_specific()Simon McVittie3-5/+7
2013-05-09DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie4-17/+20
2013-05-08Add _DBUS_GNUC_WARN_UNUSED_RESULT, similar to GLib'sSimon McVittie1-1/+9
2013-05-08NEWSSimon McVittie1-1/+5
2013-05-02start spec 0.22 developmentSimon McVittie1-2/+8
2013-05-02start 1.7.4 developmentSimon McVittie2-1/+6