Fix typo in docs.
[platform/upstream/dbus.git] / dbus /
2009-02-02 Xan LopezFix typo in docs.
2009-01-06 Jon GostingBug 18064 - more efficient validation for fixed-size...
2009-01-06 Matt McCutchenBug 18446: Keep umask for session bus
2009-01-06 Colin WaltersVarious compiler warning fixes
2008-12-18 Colin WaltersAdd uid, pid, and command to security logs
2008-12-16 Colin WaltersMerge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59...
2008-12-12 Colin WaltersAdd syslog of security denials and configuration file...
2008-10-01 Peter McCurdy2008-08-24 Peter McCurdy <pmccurdy@skeptopotamus>
2008-10-01 Peter McCurdyBug 17280: Add a prototype for _dbus_credentials_add_ad...
2008-10-01 Colin WaltersBug 17803: Panic from dbus_signature_validate
2008-10-01 Joe Marcus ClarkeBug 17061: Handle error return from sysconf correctly
2008-10-01 Jens GranseuerBug 13387: Fix compilation failure with AI_ADDRCONFIG
2008-10-01 Artem BityutskiyBug 17352: synchronize the file before renaming
2008-07-28 Colin WaltersBug 15646: Remove spurious debugging fprintf(stderr
2008-07-28 Marc BrockschmidtBug 16727: Handle ERANGE for getgr; fixes user in many...
2008-07-24 Colin WaltersMerge branch 'master' of ssh://walters@git.freedesktop...
2008-07-12 Ray StrodeWhen spawning processes, don't ignore the passed in...
2008-07-12 Ray StrodeAdd new function _dbus_string_split_on_byte
2008-07-12 Ray StrodeAdd new _dbus_get_environment call
2008-06-07 Thiago MacieiraMerge branch 'dbus-1.2'
2008-06-07 Oswald BuddenhagenFix inverted return value from dbus_connection_read_write()
2008-06-05 Colin WaltersBug 15740: Solaris/ADT auditing support (simon zheng)
2008-05-31 Colin WaltersBug 15635: Hold a reference during read/write dispatch...
2008-05-31 Colin WaltersBug 15571: Clean up GUID-less connections correctly...
2008-05-30 Colin WaltersBug 15570: Reset initialized state on dbus_shutdown...
2008-05-30 Colin WaltersBug 15588: Fix typo in #ifdef for userdb cache (Scott...
2008-05-28 Colin WaltersBug 15947: Close file descriptors before execing helper...
2008-05-17 Thiago MacieiraMerge branch 'dbus-1.2'
2008-05-17 Thiago MacieiraPrevent a crash in some applications due to timers...
2008-04-03 John (J5) Palmierifix memleak due to autolaunch and recursive calls to...
2008-04-03 John (J5) Palmierimodify dbus_connection_send documentation
2008-04-03 John (J5) PalmieriMerge branch 'master' of git+ssh://johnp@git.freedeskto...
2008-03-26 Colin WaltersSet default exit_on_disconnect after registration
2008-03-04 John (J5) Palmierifix broken poll on Mac OSX - build patch by Benjamin...
2008-02-28 John (J5) PalmieriMerge branch 'master' of git+ssh://johnp@git.freedeskto...
2008-02-28 John (J5) Palmieridefine _AI_ADDRCONFIG if not defined so that we can...
2008-02-26 John (J5) Palmiericorrectly unref connections without guids during shutdown
2008-02-21 John (J5) Palmierifix build against the latest gcc/glibc
2008-01-15 John (J5) Palmieriwrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSER...
2008-01-15 John (J5) Palmierihandle SASL EXTERNAL's inital empty responce (FDO Bug...
2008-01-15 John (J5) Palmiericheck write return value so we don't hang (FDO Bug...
2008-01-15 John (J5) Palmierisupport for AIX poll implementation (FDO Bug #11666)
2008-01-15 John (J5) Palmieridon't check for < 0 on an unsigned variable (FDO Bug...
2008-01-15 John (J5) Palmierithe API contract says sitter_p can be NULL, so let...
2008-01-15 John (J5) Palmieriuse correct ssize_t type instead of size_t (FDO Bug...
2008-01-15 John (J5) Palmierimake sure to call va_end if we hit an OOM error inside...
2008-01-15 John (J5) Palmierifix possible crash if pending_return is NULL (FDO Bug...
2008-01-15 John (J5) Palmieriadd OOM handling in various places
2008-01-15 John (J5) Palmieriadd OOM handling
2008-01-15 John (J5) Palmieriadd error handling when polling (FDO Bug #12954)
2008-01-15 John (J5) Palmieriremove dead code
2008-01-14 John (J5) Palmierireturn message loader buffer in case of OOM (FDO Bug...
2008-01-14 John (J5) Palmieriadd _dbus_geteuid to fix EXTERNAL authentication in...
2007-12-18 Havoc Penningtonfix some curly braces that were on the wrong line
2007-10-31 Havoc PenningtonFix a problem where a nul byte was wrongly introduced...
2007-10-19 Havoc Penningtondo not call audit_init() from bus/ directory from files...
2007-10-11 Simon McVittieUse DBUS_ERROR_INIT instead of dbus_error_init wherever...
2007-10-11 Simon McVittieMerge branch 'inline'
2007-10-11 Simon McVittieMerge branch 'atomic'
2007-10-11 Simon McVittieRename DBUS_ERROR_INITIALIZER to DBUS_ERROR_INIT per...
2007-10-11 Simon McVittieAdd DBUS_ERROR_INITIALIZER macro
2007-10-11 Simon McVittiedbus/dbus-server-socket.c: remove unused variable if...
2007-10-11 Simon McVittiedbus/dbus-marshal-validate.c: get rid of empty statements
2007-10-11 Simon McVittieAs per Havoc's review, rename DBUS_GNUC_EXTENSION to...
2007-10-11 Simon McVittiedbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION...
2007-10-11 Simon McVittieUse DBUS_GNUC_EXTENSION to avoid -ansi -pedantic warnin...
2007-10-11 Simon McVittieAdd macro DBUS_GNUC_EXTENSION (the same as GLib's G_GNU...
2007-10-11 Simon McVittieFix detection of i486 atomic ops.
2007-10-10 Simon McVittieMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-10 Simon McVittieFix indentation in _dbus_object_tree_register declarati...
2007-10-10 Simon McVittie_dbus_object_tree_register: don't duplicate check for...
2007-10-10 Simon McVittieAdd error o.fd.D.Error.ObjectPathInUse (DBUS_ERROR_OBJE...
2007-10-10 Simon McVittieAdd dbus_connection_try_register_object_path and dbus_c...
2007-10-09 Simon McVittieMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-03 John (J5) Palmierifd.o bug #11678 Don't error out if compiler does not...
2007-10-03 John (J5) Palmierifd.o bug #12429 Reverse check to setpcap and only init...
2007-10-03 John (J5) Palmierifd.o bug #11872 fix clearenv for systems that do not...
2007-10-03 John (J5) PalmieriCorrectly implement -fPIC and -fPIE
2007-09-20 Ryan LortieAdd argument path matching support. Bug #11066.
2007-09-20 Ryan LortieAdd support for compacting DBusStrings to release waste...
2007-09-13 Ryan Lortiemigrate from cvs to git (cvs2svn -> git-svnimport).
2007-08-17 Havoc Pennington2007-08-17 Havoc Pennington <hp@redhat.com>
2007-08-03 Havoc Pennington2007-08-03 Havoc Pennington <hp@redhat.com>
2007-07-25 Daniel P. BerrangeSwitch over to using getaddrinfo for TCP clients &...
2007-07-24 Havoc Pennington2007-07-24 Havoc Pennington <hp@redhat.com>
2007-07-24 Richard Hughes2007-07-24 Richard Hughes <richard@hughsie.com>
2007-07-24 Richard Hughes2007-07-24 Richard Hughes <richard@hughsie.com>
2007-07-24 Richard Hughes2007-07-24 Richard Hughes <richard@hughsie.com>
2007-07-24 Richard Hughes2007-07-24 Richard Hughes <richard@hughsie.com>
2007-07-18 Havoc Pennington2007-07-18 Havoc Pennington <hp@redhat.com>
2007-07-14 Havoc Pennington2007-07-13 Havoc Pennington <hp@redhat.com>
2007-07-12 Havoc Pennington2007-07-12 Havoc Pennington <hp@redhat.com>
2007-07-10 Havoc Pennington2007-07-10 Havoc Pennington <hp@redhat.com>
2007-07-09 Ralf Habacker* dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysde...
2007-07-07 Ralf Habacker* dbus/dbus-sysdeps-win.c
2007-06-30 Ralf Habacker* dbus/dbus-sysdeps-win.c,dbus/dbus-sysdeps-win.h:...
2007-06-30 Ralf Habacker* dbus/dbus-sysdeps-win.c (_dbus_daemon_init): reduced...
2007-06-23 Ralf Habacker* dbus/dbus-auth-script.c (_dbus_auth_script_run):...
2007-06-21 Ralf Habacker* dbus/dbus-tranport.c (auth_via_default_rules): made...
2007-06-21 Havoc Pennington2007-06-21 Havoc Pennington <hp@redhat.com>
next