aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-27* dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus):Michael Albinus1-7/+7
2014-02-18* dbusbind.c (xd_close_bus): Apply proper check on busobj.Michael Albinus1-2/+2
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-07-10Port to C89.Paul Eggert1-2/+6
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-08Use putenv+unsetenv instead of modifying environ directly.Paul Eggert1-1/+1
2012-10-31* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus1-2/+2
2012-10-15Add comment for undef of "interface"Daniel Colascione1-0/+4
2012-10-14Fix cygw32 build break with dbus compilationDaniel Colascione1-0/+4
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-27* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert1-4/+3
2012-08-21* dbusbind.c (xd_remove_watch): Do not assume C99 comments.Paul Eggert1-2/+4
2012-07-29Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert1-1/+1
2012-07-27Fix type comparison error.Michael Albinus1-2/+3
2012-07-27* dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize sessionMichael Albinus1-63/+78
2012-07-10Optimize pure C strings initialization.Dmitry Antipov1-2/+2
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov1-2/+2
2012-06-09* dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid andMichael Albinus1-18/+29
2012-05-25Merge recent dbus changes better.Paul Eggert1-42/+33
2012-05-09* dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus1-13/+14
2012-05-09Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert1-17/+37
2012-05-07* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus1-6/+7
2012-04-22* dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.Paul Eggert1-1/+4
2012-04-22Move functions from C to Lisp. Make non-blocking method callsMichael Albinus1-1155/+577
2012-02-02* dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus1-4/+7
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-16Spelling fixes.Paul Eggert1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-09-25* dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus1-7/+1
2011-09-24* dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus1-2/+5
2011-09-21(xd_append_arg): Omit range check that is not neededPaul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-8/+8
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-09-05* dbusbind.c (xd_signature_cat): Rename from signature_cat.Michael Albinus1-6/+6
2011-09-01* src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert1-14/+28
2011-08-30Fix misworded comment.Paul Eggert1-1/+1
2011-08-30* dbusbind.c (signature_cat): New function.Paul Eggert1-5/+17
2011-08-29* dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert1-19/+22
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-105/+39
2011-06-19* dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.Paul Eggert1-7/+6
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-25/+25
2011-05-24* dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert1-8/+1
2011-05-23* dbusbind.c: Serial number integer overflow fixes.Paul Eggert1-22/+51
2011-05-23* dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert1-4/+6
2011-05-23* dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert1-18/+18
2011-05-07* dbusbind.c (QCdbus_type_unix_fd): Declare static.Michael Albinus1-13/+24
2011-04-29* dbusbind.c: Do not use XPNTR on a value that may be an integer.Paul Eggert1-3/+5
2011-04-27* dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert1-3/+3