summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-08[untested] add an automatically-initialized implementation of _dbus_lock on W...thread-safe4Simon McVittie2-4/+32
2013-05-08Stop asserting that we're not using the dummy lock implementationSimon McVittie1-10/+0
2013-05-08Add a statically-initialized implementation of _dbus_lock() on glibc systemsSimon McVittie3-0/+67
2013-05-08Always initialize threading before allocating a dynamic mutexSimon McVittie1-244/+56
2013-05-08Make taking a global lock automatically initialize locking if neededSimon McVittie14-71/+213
2013-05-08Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie15-184/+126
2013-05-08Turn a runtime assertion into a compile-time assertionSimon McVittie1-2/+1
2013-05-08Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie3-10/+4
2013-05-08dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie9-7/+139
2013-05-08dbus_threads_init: call _dbus_threads_init_platform_specific()Simon McVittie3-5/+7
2013-05-08DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie4-17/+20
2013-05-08Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie2-1/+4
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
2013-04-29Fixed cmake windows build system bug not installing runtime part of shared li...Ralf Habacker2-1/+7
2013-04-25prepare version 1.7.2 and spec 0.21Simon McVittie3-7/+10
2013-04-24Merge branch 'dbus-1.6'Simon McVittie0-0/+0
2013-04-24development versionSimon McVittie2-1/+6
2013-04-24Prepare release 1.6.10Simon McVittie2-3/+5
2013-04-23NEWS for 1.7Simon McVittie1-0/+1
2013-04-23Disable sd-daemon.c's support for POSIX message queuesSimon McVittie1-0/+4
2013-04-22NEWS for 1.7Simon McVittie1-4/+9
2013-04-22dbus.service.in: Do not order after syslog.targetCristian Rodríguez1-1/+0
2013-04-22Specification: explicitly allow the Unicode noncharactersSimon McVittie1-2/+9
2013-04-22Merge branch 'dbus-1.6'Simon McVittie3-11/+9
2013-04-22NEWS for 1.6Simon McVittie1-0/+4
2013-04-22Accept non-characters when validating UnicodeSimon McVittie2-11/+5
2013-04-19Unify docbook dtd version to 4.4.Ralf Habacker4-8/+8
2013-04-18NEWSSimon McVittie1-0/+3
2013-04-18Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDSSimon McVittie4-7/+7
2013-04-18cmake: define default_message_unix_fds so it can be substituted in session.confSimon McVittie2-1/+5
2013-04-16sd-daemon.c: update from systemd for better portabilitySimon McVittie1-24/+11
2013-04-11NEWS for 1.7Simon McVittie1-0/+11
2013-04-11Set default maximum number of Unix fds according to OSMatt Fischer5-5/+18
2013-04-08Do not suppress syslog test's stderr just because init is systemdSimon McVittie5-8/+8
2013-04-05fix NEWS: a Windows "sid" is a security ID, not a session IDSimon McVittie1-4/+4
2013-04-05Merge branch 'dbus-1.6'Simon McVittie3-2/+7
2013-04-05NEWS for 1.7Simon McVittie1-0/+2
2013-04-05Allow use of GLib 2.32 functionality, which we do conditionallySimon McVittie1-1/+1
2013-04-05Don't warn for functions deprecated since GLib 2.26Simon McVittie1-0/+3
2013-04-05NEWS for 1.6Simon McVittie1-0/+4
2013-04-05Don't access random memory if data slot isn't allocated yetDan Williams1-1/+2
2013-04-05Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f...Ralf Habacker3-20/+130
2013-04-03Merge branch 'dbus-1.6'Simon McVittie3-0/+19
2013-04-03NEWS for 1.6Simon McVittie1-0/+4
2013-04-03If alloca.h is available it is required (e.g. on Solaris 10)Dagobert Michelsen2-0/+5
2013-04-03HAVE_DECL_LOG_PERROR is 0 when unavailableDagobert Michelsen1-1/+1
2013-03-25Update sd-daemon.[hc] from upstreamMartin Pitt1-19/+16