summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2008-04-16take out trailing comma inside an enum so non gcc compilers don't error outJohn (J5) Palmieri1-0/+5
2008-04-04getting ready for 1.2 stable branchJohn (J5) Palmieri1-2027/+0
2008-04-04Released 1.2.1dbus-1.2.1John (J5) Palmieri1-0/+4
2008-04-04Revert "fix dbus-send so it can correctly send dictionaries"John (J5) Palmieri1-11/+0
2008-04-03fix memleak due to autolaunch and recursive calls to _dbus_open_transportJohn (J5) Palmieri1-0/+6
2008-04-03modify dbus_connection_send documentationJohn (J5) Palmieri1-0/+8
2008-04-03fix dbus-send so it can correctly send dictionariesJérémie Dimino1-0/+10
2008-04-03fix expiration of pending repliesKimmo Hämäläinen1-0/+12
2008-04-03Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbusJohn (J5) Palmieri1-0/+41
2008-04-01Fixes for the inotify configuration file monitor backend.Frederic Crozat1-0/+12
2008-03-31Check for X11 events before selecting (FDO bug #15293)Colin Walters1-1/+8
2008-03-31Make sure we call XFlush() on all code paths (FDO bug #15293)Colin Walters1-0/+7
2008-03-27Do not provide a signature to dbus_message_iter_open_container() when opening...Havoc Pennington1-0/+5
2008-03-26Set default exit_on_disconnect after registrationColin Walters1-0/+9
2008-03-04Make BusExpireList an opaque data typeHavoc Pennington1-0/+10
2008-03-04fix broken poll on Mac OSX - build patch by Benjamin ReedJohn (J5) Palmieri1-0/+7
2008-03-04check if the linker supports a flag instead of just checking for GNU ldJohn (J5) Palmieri1-0/+8
2008-03-04add a changelog for Benjamin Reed's git patch (OS X build fixes)John (J5) Palmieri1-0/+12
2008-03-04configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link correctlyJohn (J5) Palmieri1-0/+5
2008-03-04tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without XJohn (J5) Palmieri1-0/+5
2008-02-28define _AI_ADDRCONFIG if not defined so that we can compile with an older glibcJohn (J5) Palmieri1-0/+5
2008-02-26Released 1.1.20dbus-1.1.20John (J5) Palmieri1-0/+4
2008-02-26CVE-2008-0595 dbus security policy circumventionJohn (J5) Palmieri1-0/+12
2008-02-26correctly unref connections without guids during shutdownJohn (J5) Palmieri1-0/+11
2008-02-21fix build against the latest gcc/glibcJohn (J5) Palmieri1-0/+7
2008-02-21fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)John (J5) Palmieri1-0/+7
2008-01-17Release 1.1.4(1.2.0RC2)dbus-1.1.4John (J5) Palmieri1-0/+4
2008-01-17fix inotify supportJohn (J5) Palmieri1-0/+10
2008-01-15post-release version bumpJohn (J5) Palmieri1-0/+4
2008-01-15Released 1.1.3 (1.2.0RC1)dbus-1.1.3John (J5) Palmieri1-0/+4
2008-01-15fix HACKING to say git instead of cvsJohn (J5) Palmieri1-0/+4
2008-01-15wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)John (J5) Palmieri1-0/+8
2008-01-15handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)John (J5) Palmieri1-0/+7
2008-01-15add lsb headers to init script (FDO Bug #11491)John (J5) Palmieri1-0/+4
2008-01-15check write return value so we don't hang (FDO Bug #11665)John (J5) Palmieri1-0/+7
2008-01-15support for AIX poll implementation (FDO Bug #11666)John (J5) Palmieri1-0/+7
2008-01-15make shell script more portable (FDO Bug #11667)John (J5) Palmieri1-0/+4
2008-01-15don't check for < 0 on an unsigned variable (FDO Bug #12924)John (J5) Palmieri1-0/+7
2008-01-15check failed allocation (FDO Bug #12920)John (J5) Palmieri1-0/+6
2008-01-15the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)John (J5) Palmieri1-0/+7
2008-01-15use correct ssize_t type instead of size_t (FDO Bug #12862)John (J5) Palmieri1-0/+7
2008-01-15make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)John (J5) Palmieri1-0/+7
2008-01-15fix possible crash if pending_return is NULL (FDO Bug #12673)John (J5) Palmieri1-0/+7
2008-01-15never auto-select libxmlJohn (J5) Palmieri1-0/+7
2008-01-15add OOM handling in various placesJohn (J5) Palmieri1-0/+12
2008-01-15rewrite selinux error handling to not abort due to a NULL readJohn (J5) Palmieri1-1/+7
2008-01-15add OOM handlingJohn (J5) Palmieri1-0/+7
2008-01-15add error handling when polling (FDO Bug #12954)John (J5) Palmieri1-0/+7
2008-01-15remove dead codeJohn (J5) Palmieri1-0/+9
2008-01-14plug a possible BusClientPolicy leak (FDO Bug #13242)John (J5) Palmieri1-0/+7