summaryrefslogtreecommitdiff
path: root/dbus/dbus-message.c
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/genivi/dbus-1.9.4Aleksandar Kanchev2014-12-021-44/+99
* Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-281-0/+48
* Merge branch 'dbus-1.8'Simon McVittie2014-09-161-0/+41
|\
| * 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: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-151-0/+1
* | Replace some runtime assertions with compile-time assertionsSimon McVittie2014-09-151-1/+1
|/
* If loader contains two messages with fds, don't corrupt the secondSimon McVittie2014-06-301-1/+1
* Use dbus provided version of va_copy().Ralf Habacker2014-01-071-1/+1
* Fix memory or unix fd may leak in dbus_message_iter_get_args_valistChengwei Yang2013-11-011-4/+67
* Correctly set number of arguments already handledChengwei Yang2013-11-011-3/+4
* fix off by one error message (#13305)Chengwei Yang2013-10-081-10/+10
* dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-081-4/+2
* Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-5/+4
* Use iface instead of interface in function parametersIvan Romanov2013-08-221-31/+31
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-1/+1
* _dbus_message_iter_check: compile non-dummy version if asserting, tooSimon McVittie2013-06-251-8/+2
* Fix build failure if build with checks but without assertsChengwei Yang2013-06-251-0/+6
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-3/+16
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-4/+3
* Set default maximum number of Unix fds according to OSMatt Fischer2013-04-111-1/+1
* 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
|\