summaryrefslogtreecommitdiff
path: root/dbus/dbus-message.c
Commit message (Expand)AuthorAgeFilesLines
* DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy2014-09-151-0/+25
* DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy2014-09-151-0/+15
* config: add new limit: pending_fd_timeoutSimon McVittie2014-09-151-1/+2
* If loader contains two messages with fds, don't corrupt the secondSimon McVittie2014-06-301-1/+1
* Use iface instead of interface in function parametersIvan Romanov2013-09-051-31/+31
* Promote DBusBasicValue and DBus8ByteStruct to be APISimon McVittie2012-02-241-8/+8
* Add a macro to centralize checking for string-like typesSimon McVittie2012-02-211-6/+6
* Add and use _dbus_message_trace_refSimon McVittie2012-02-131-6/+20
* dbus_message_cache_or_finalize: allow message cache to be disabled at runtimeSimon McVittie2012-02-131-0/+34
* Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-191-0/+5
* _dbus_message_remove_counter: remove ability to return the linkSimon McVittie2011-07-281-9/+2
* When attaching counters to messages, don't automatically notify callbacksSimon McVittie2011-07-281-2/+10
* Add _dbus_counter_notify and call it after every adjustmentSimon McVittie2011-07-281-0/+4
* Merge branch 'dbus-1.4'Simon McVittie2011-07-261-12/+15
|\
| * DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie2011-07-261-12/+14
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-261-2/+8
|\ \ | |/
| * dbus_message_ref: avoid unused variable if not assertingSimon McVittie2011-07-251-1/+7
| * dbus_message_unref: make an assertion more strictSimon McVittie2011-07-251-1/+1
* | DBusHeader: only store byte-order in the fixed-length headerSimon McVittie2011-07-111-2/+7
* | DBusMessage: don't redundantly store byte order, ask the DBusHeaderSimon McVittie2011-07-111-18/+19
|/
* dbus_message_demarshal_bytes_needed: correct a wrong assertionSimon McVittie2011-06-101-1/+1
* dbus_message_iter_append_basic: remove misleading documentationSimon McVittie2011-03-101-4/+0
* dbus_message_iter_append_fixed_array: add a check for valid booleansSimon McVittie2011-03-041-0/+13
* dbus_message_iter_append_basic: validate booleans tooSimon McVittie2011-03-041-2/+4
* dbus_message_iter_append_basic: check string-like arguments for validitySimon McVittie2011-03-041-0/+31
* fix bad DBusMessageIter doc exampleRichard A. Hankins2011-01-191-1/+1
* Fix memory allocation when reusing message from cacheLuiz Augusto Von Dentz2010-05-161-0/+1
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* --warningRomain Pokrzywka2010-02-251-0/+1
* Fix DBusMessage compiler warnings by adding some missing casts.Ole André Vadla Ravnås2009-11-301-8/+8
* Add an accessor for the loader's corruption reasonWill Thompson2009-11-011-0/+15
* Include reason when reporting corrupt messagesWill Thompson2009-11-011-1/+2
* missing HAVE_UNIX_FD_PASSING checkBenjamin Reed2009-07-291-0/+4
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-75/+547
|\
| * bus: don't forward messages with unix fds on connections that don't support itLennart Poettering2009-05-211-0/+14
| * doxygen: document that we don't support reading/writing arrays of unix fds in...Lennart Poettering2009-05-201-32/+61
| * unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-201-37/+52
| * unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-201-10/+424
* | Ensure messages are locked while marshalling.Will Thompson2009-07-101-0/+15
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* | dbus_message_append_args_valist - abandon containerScott James Remnant2009-07-091-2/+6
* | bfo22316 - add dbus_message_iter_abandon_container()Scott James Remnant2009-07-091-0/+55
|/
* Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-04-211-10/+65
* Fix typo in docs.Xan Lopez2009-02-021-1/+1
* Add support for compacting DBusStrings to release wasted memory.Ryan Lortie2007-09-201-0/+3
* 2007-07-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-181-4/+4
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * dbus/dbus-macros.h, dbus/dbus-message.c, dbus/dbus-message.h: renamed DBUS_...Ralf Habacker2007-06-171-1/+1
* 2007-06-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-131-1/+1
* 2007-06-12 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-121-7/+10