summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add error handling when polling (FDO Bug #12954)John (J5) Palmieri2008-01-152-4/+26
* remove dead codeJohn (J5) Palmieri2008-01-154-70/+9
* plug a possible BusClientPolicy leak (FDO Bug #13242)John (J5) Palmieri2008-01-142-0/+9
* add inotify support (FDO Bz#13268)John (J5) Palmieri2008-01-144-1/+195
* watch for file creates in dnotifyJohn (J5) Palmieri2008-01-142-2/+9
* return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri2008-01-142-0/+11
* add warning to output when libxml is selectedJohn (J5) Palmieri2008-01-142-0/+10
* add _dbus_geteuid to fix EXTERNAL authentication in setuid applicationsJohn (J5) Palmieri2008-01-145-5/+44
* fix some curly braces that were on the wrong lineHavoc Pennington2007-12-182-4/+10
* Allow a normal session bus to be reused by applications using autolaunchingSjoerd Simons2007-11-232-93/+155
* Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...Havoc Pennington2007-10-314-8/+58
* audit_init() was not declared in header, causing warnings; fix this and names...Havoc Pennington2007-10-234-2/+12
* add HAVE_SELINUX around call to audit_init() so things build without selinuxHavoc Pennington2007-10-192-3/+9
* do not call audit_init() from bus/ directory from files in dbus/Havoc Pennington2007-10-193-1/+12
* configure.in: *Actually* fix detection of i486 atomic ops.Simon McVittie2007-10-162-2/+8
* Amend ChangeLog - DBUS_ERROR_INIT is now used within libdbus as well as providedSimon McVittie2007-10-111-3/+9
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-1115-115/+52
* Merge branch 'inline'Simon McVittie2007-10-112-0/+3
|\
| * Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi.Simon McVittie2007-10-112-0/+3
* | Merge branch 'atomic'Simon McVittie2007-10-114-25/+25
|\ \
| * | Fix detection of i486 atomic ops.Simon McVittie2007-10-114-25/+28
* | | Add J5's recent changes to ChangeLogSimon McVittie2007-10-111-0/+37
* | | Update ChangeLogSimon McVittie2007-10-111-0/+3
* | | Rename DBUS_ERROR_INITIALIZER to DBUS_ERROR_INIT per Havoc's reviewSimon McVittie2007-10-112-3/+3
* | | Add DBUS_ERROR_INITIALIZER macroSimon McVittie2007-10-112-1/+25
| |/ |/|
* | Update ChangeLogSimon McVittie2007-10-111-0/+7
* | .gitignore: ignore vi swapfilesSimon McVittie2007-10-111-0/+1
* | dbus-launch: convert C++-style comment to C-style, add {} for claritySimon McVittie2007-10-111-2/+4
* | dbus/dbus-server-socket.c: remove unused variable if disabling assertionsSimon McVittie2007-10-111-1/+1
* | dbus/dbus-marshal-validate.c: get rid of empty statementsSimon McVittie2007-10-111-6/+6
* | As per Havoc's review, rename DBUS_GNUC_EXTENSION to _DBUS_GNUC_EXTENSION.Simon McVittie2007-10-113-8/+15
* | dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for DBUS_INT64_CONSTAN...Simon McVittie2007-10-111-2/+2
* | Use DBUS_GNUC_EXTENSION to avoid -ansi -pedantic warnings about use of long l...Simon McVittie2007-10-111-2/+2
* | Add macro DBUS_GNUC_EXTENSION (the same as GLib's G_GNUC_EXTENSION)Simon McVittie2007-10-111-0/+12
|/
* Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusSimon McVittie2007-10-102-10/+29
|\
| * Fix env exports for better portability (#9280)John (J5) Palmieri2007-10-091-4/+7
| * Document syntax for container types in dbus-send man file (#9553)John (J5) Palmieri2007-10-091-6/+22
* | Update ChangeLogSimon McVittie2007-10-101-0/+13
* | Bring .gitignore files up to date; add *.o, *~ etc. to top-level .gitignoreSimon McVittie2007-10-107-6/+19
* | Fix indentation in _dbus_object_tree_register declaration as per Havoc's reviewSimon McVittie2007-10-101-1/+1
* | _dbus_object_tree_register: don't duplicate check for NULL and use new DBUS_E...Simon McVittie2007-10-101-5/+4
* | Add error o.fd.D.Error.ObjectPathInUse (DBUS_ERROR_OBJECT_PATH_IN_USE)Simon McVittie2007-10-102-0/+4
* | Add dbus_connection_try_register_object_path and dbus_connection_try_register...Simon McVittie2007-10-104-24/+171
|/
* Improve description of allowed variant signatures (#10185)Simon McVittie2007-10-092-3/+6
* doc/dbus-specification.xml: Clarify description of DBUS_COOKIE_SHA1 (#10184).Simon McVittie2007-10-092-10/+12
* Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusSimon McVittie2007-10-098-22/+48
|\
| * fd.o bug #11678 Don't error out if compiler does not support vararg macrosJohn (J5) Palmieri2007-10-031-1/+1
| * fd.o bug #12429 Reverse check to setpcap and only init audit if we were rootJohn (J5) Palmieri2007-10-032-8/+5
| * fd.o bug #11872 improve linker test for --gc-sectionsJohn (J5) Palmieri2007-10-031-2/+5
| * fd.o bug #11872 fix clearenv for systems that do not have itJohn (J5) Palmieri2007-10-032-2/+14