summaryrefslogtreecommitdiff
path: root/dbus/dbus-message.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Optional autogen.sh flag --enable-kdbus-transport added allowing to compile w...Lukasz Stempien1-0/+2
2015-02-11[lib-fix] libdbus refactored to eliminate "is kdbus" queries and branches in ...Radoslaw Pajak1-0/+6
2015-02-11Pool sizes redefined and cleanupRadoslaw Pajak1-0/+1
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy1-0/+25
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy1-0/+15
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie1-0/+1
2014-06-30If loader contains two messages with fds, don't corrupt the secondSimon McVittie1-1/+1
2014-01-07Use dbus provided version of va_copy().Ralf Habacker1-1/+1
2013-11-01Fix memory or unix fd may leak in dbus_message_iter_get_args_valistChengwei Yang1-4/+67
2013-11-01Correctly set number of arguments already handledChengwei Yang1-3/+4
2013-10-08fix off by one error message (#13305)Chengwei Yang1-10/+10
2013-10-08dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy1-4/+2
2013-08-22Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang1-5/+4
2013-08-22Use iface instead of interface in function parametersIvan Romanov1-31/+31
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-1/+1
2013-06-25_dbus_message_iter_check: compile non-dummy version if asserting, tooSimon McVittie1-8/+2
2013-06-25Fix build failure if build with checks but without assertsChengwei Yang1-0/+6
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie1-3/+16
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie1-4/+3
2013-04-11Set default maximum number of Unix fds according to OSMatt Fischer1-1/+1
2012-02-24Promote DBusBasicValue and DBus8ByteStruct to be APISimon McVittie1-8/+8
2012-02-21Add a macro to centralize checking for string-like typesSimon McVittie1-6/+6
2012-02-13Add and use _dbus_message_trace_refSimon McVittie1-6/+20
2012-02-13dbus_message_cache_or_finalize: allow message cache to be disabled at runtimeSimon McVittie1-0/+34
2011-09-19Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie1-0/+5
2011-07-28_dbus_message_remove_counter: remove ability to return the linkSimon McVittie1-9/+2
2011-07-28When attaching counters to messages, don't automatically notify callbacksSimon McVittie1-2/+10
2011-07-28Add _dbus_counter_notify and call it after every adjustmentSimon McVittie1-0/+4
2011-07-26Merge branch 'dbus-1.4'Simon McVittie1-12/+15
2011-07-26DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie1-12/+14
2011-07-26Merge branch 'dbus-1.4'Simon McVittie1-2/+8
2011-07-25dbus_message_ref: avoid unused variable if not assertingSimon McVittie1-1/+7
2011-07-25dbus_message_unref: make an assertion more strictSimon McVittie1-1/+1
2011-07-11DBusHeader: only store byte-order in the fixed-length headerSimon McVittie1-2/+7
2011-07-11DBusMessage: don't redundantly store byte order, ask the DBusHeaderSimon McVittie1-18/+19
2011-06-10dbus_message_demarshal_bytes_needed: correct a wrong assertionSimon McVittie1-1/+1
2011-03-10dbus_message_iter_append_basic: remove misleading documentationSimon McVittie1-4/+0
2011-03-04dbus_message_iter_append_fixed_array: add a check for valid booleansSimon McVittie1-0/+13
2011-03-04dbus_message_iter_append_basic: validate booleans tooSimon McVittie1-2/+4
2011-03-04dbus_message_iter_append_basic: check string-like arguments for validitySimon McVittie1-0/+31
2011-01-19fix bad DBusMessageIter doc exampleRichard A. Hankins1-1/+1
2010-05-16Fix memory allocation when reusing message from cacheLuiz Augusto Von Dentz1-0/+1
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-02-25--warningRomain Pokrzywka1-0/+1
2009-11-30Fix DBusMessage compiler warnings by adding some missing casts.Ole André Vadla Ravnås1-8/+8
2009-11-01Add an accessor for the loader's corruption reasonWill Thompson1-0/+15
2009-11-01Include reason when reporting corrupt messagesWill Thompson1-1/+2
2009-07-29missing HAVE_UNIX_FD_PASSING checkBenjamin Reed1-0/+4
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-75/+547
2009-07-10Ensure messages are locked while marshalling.Will Thompson1-0/+15