summaryrefslogtreecommitdiff
path: root/gio/gdbusmessage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-3/+1
* gdbusmessage: Get message headers keys as arraysMarco Trevisan (Treviño)2022-12-161-14/+17
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gdbusmessage: Disallow zero-length elements in arraysSebastian Wilhelmi2022-01-261-0/+10
* gdbusmessage: Disallow empty structures/tuples in D-Bus messagesSebastian Wilhelmi2022-01-261-0/+19
* De-duplicate g_nearest_pow() implementationSebastian Dröge2021-11-251-11/+1
* gdbusmessage: Remove arbitrary restriction on minimum D-Bus blob lengthPhilip Withnall2021-11-231-1/+0
* gdbusmessage: Add more bounds checking when parsing D-Bus messagesSebastian Wilhelmi2021-11-231-75/+154
* Added test case for g_dbus_is_error_namenitinosiris2021-06-161-1/+1
* gdbus: Add various missing (nullable) or (not nullable) annotationsPhilip Withnall2021-06-031-2/+4
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-16/+16
* gdbus: Document the intended semantics of handles and fdsSimon McVittie2020-10-281-0/+11
* gdbusmessage: Drop redundant uint ≥ 0 checksPhilip Withnall2020-08-181-4/+4
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* gdbusmessage: Fix swapped signatures in error messagesPhilip Withnall2020-04-031-2/+2
* gdbusmessage: Limit recursion of variants in D-Bus messagesPhilip Withnall2019-11-181-0/+49
* gdbusmessage: Move variable initialisation to declaration timePhilip Withnall2019-11-151-5/+2
* gdbusmessage: Fix comparisons out of range for enum typesPhilip Withnall2019-06-171-4/+4
* gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+4
* gdbus: Avoid printing null stringsErnestas Kulik2019-01-291-3/+2
* gdbusmessage: Fix check on upper limit of message sizePhilip Withnall2019-01-281-1/+1
* gdbusmessage: Gracefully handle message signatures with invalid typesPhilip Withnall2018-11-151-3/+5
* gdbusmessage: Check for valid GVariantType when parsing a variant blobPhilip Withnall2018-10-231-1/+4
* gdbusmessage: Fix a typo in a documentation commentPhilip Withnall2018-10-231-1/+1
* gdbusmessage: Clarify error returns for g_dbus_message_new_from_blob()Philip Withnall2018-10-231-0/+3
* gdbusmessage: Improve documentation for g_dbus_message_get_header()Philip Withnall2018-10-231-1/+4
* gdbusmessage: Validate type of message header signature fieldPhilip Withnall2018-10-231-0/+19
* gdbusmessage: Fix a typo in the documentationPhilip Withnall2018-08-071-1/+1
* build: Define MAJOR_IN_TYPES when major is defined in sys/types.hTing-Wei Lan2018-06-071-0/+2
* gdbusmessage: Make a translatable message translatable with pluralsPhilip Withnall2018-02-021-1/+1
* gio: Add some casts for printf() formatting statbufs on SolarisPhilip Withnall2017-11-281-3/+3
* Avoid setting unused variables (-Wself-assign)Daniel Macks2017-09-111-6/+8
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-1/+2
* gio: Use g_strerror() instead of strerror()Philip Withnall2017-06-211-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gdbusmessage: Don’t use major()/minor() if they’re unavailabledeclan2017-04-281-0/+6
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* gdbus: Fix leak in g_dbus_message_print()Christophe Fergeau2016-11-221-0/+1
* GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabledLukasz Skalski2016-11-221-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-15/+15
* gdbusmessage: Fix a minor memory leak on an error pathPhilip Withnall2015-04-221-0/+3
* gio: Prevent hang writing to a large GMemoryBufferRoss Lagerwall2014-10-301-10/+8
* gdbus: Properly fix encoding of double arraysRyan Lortie2014-07-241-7/+3
* gio: Fix regression encoding an array of doublesStef Walter2014-07-231-1/+6
* GDBusMessage: add some G_UNLIKELY on error pathsRyan Lortie2014-07-091-4/+4
* GDBusMessage: fast-path decoding of fixed arraysRyan Lortie2014-07-091-31/+114
* GDBusMessage: fast-path encoding of fixed arraysRyan Lortie2014-07-091-1/+20
* GDBusMessage: simplify byteswappingRyan Lortie2014-07-071-73/+35
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-1/+2