summaryrefslogtreecommitdiff
path: root/dbus/dbus-message.c
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/dbus-1.10.14-capi-patchesAleksandar Kanchev2017-02-021-44/+99
* DBusMessage: Fix UB (misaligned access) in call to _dbus_header_set_field_bas...Marc Mutz2016-10-041-1/+5
* Statically assert that the DBusMessageIter struct has no paddingSimon McVittie2016-03-021-0/+5
* DBusMessageIter: eliminate padding on 64-bit platformsSimon McVittie2016-03-021-0/+29
* DBusMessage: assert the properties we need DBusMessageIter to haveSimon McVittie2016-03-021-0/+3
* Fix whitespace as per Havoc's review (in 2010)Simon McVittie2015-05-131-1/+2
* Implement dbus_message_iter_get_element_countChristian Dywan2015-05-131-7/+42
* Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-061-1/+4
|\
| * dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker2015-05-061-1/+4
* | Trivial -Wsign-compare fixes.Ralf Habacker2015-03-041-1/+1
* | 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