summaryrefslogtreecommitdiff
path: root/dbus/dbus-gvalue.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Fix various minor documentation bugsHEADmasterSimon McVittie1-1/+1
2011-06-01Remove Doxygen droppings from source codeSimon McVittie1-4/+1
2011-06-01Remove support for i18n completelySimon McVittie1-21/+20
2011-05-12marshal_collection_array: statically assert that size conversion is not neededSimon McVittie1-0/+10
2011-05-12marshal_collection_array: remove set-but-unused variable elt_sizeSimon McVittie1-3/+0
2011-05-12marshal_map, marshal_struct: remove unused variable retSimon McVittie1-6/+0
2011-05-12demarshal_static_variant: remove useless call to dbus_message_iter_get_arg_typeSimon McVittie1-2/+0
2011-04-13marshal_collection_array: simplify exit pathSimon McVittie1-6/+1
2011-04-13marshal_collection_array: if appending fails, don't assume OOMSimon McVittie1-1/+8
2011-04-13marshal_collection_array: assert validity of signatureSimon McVittie1-1/+2
2011-04-13marshal_collection_array: fail early if the array is NULLSimon McVittie1-3/+4
2011-04-13marshal_collection_ptrarray: abandon broken containers, simplify exit pathSimon McVittie1-7/+7
2011-04-13marshal_collection_ptrarray: assert that the signature is validSimon McVittie1-1/+3
2011-04-13marshal_variant: abandon broken containers rather than closing themSimon McVittie1-1/+4
2011-04-13marshal_struct: simplify teardown, and abandon broken containersSimon McVittie1-7/+8
2011-04-13marshal_map: on error, abandon the container instead of closing itSimon McVittie1-2/+9
2011-04-13marshal_signature: check validity of the signatureSimon McVittie1-1/+4
2011-04-13marshal_object: check that it's really an object and its path is validSimon McVittie1-5/+5
2011-04-13marshal_object_path: check that it's really a valid object pathSimon McVittie1-3/+5
2011-04-13marshal_proxy: check that it's really a proxy and its path is validSimon McVittie1-2/+5
2011-04-13marshal_valuearray: simplify teardownSimon McVittie1-7/+1
2011-04-13marshal_valuearray: abandon the container if we failSimon McVittie1-1/+4
2011-04-13marshal_basic: if marshalling a string fails, critical and return FALSESimon McVittie1-6/+12
2011-04-13marshal_basic: if a boolean has a non-boolean value, diagnose the errorSimon McVittie1-1/+4
2011-04-13dbus-gvalue: replace trivial cases of OOM with a call to a noreturn functionSimon McVittie1-12/+19
2010-09-28Add DBusGObjectPath, DBusGSignature typedefsSimon McVittie1-4/+40
2010-01-27Fix compilation of dbus-gvalue.cColin Walters1-0/+1
2010-01-27dbus-gvalue: set an error when demarshal_basic doesn't recognize typeAndres Salomon1-2/+1
2009-09-29Merge branch '20936-fsf-address'Simon McVittie1-1/+1
2009-07-01Bug 21362 - Remove use of deprecated symbolsJason Leach1-8/+8
2009-06-09fd.o #20936: Update FSF addressTobias Mueller1-1/+1
2009-03-26Bug 13908: make dbus_g_type_specialized_init() safe for library users to callMikkel Kamstrup Erlandsen1-1/+0
2008-11-29Bug #17797: add support for 'g' type, as a boxed char *Robert McQueen1-1/+81
2008-06-20Bug 10373: Use of deprecated API (was used incorrectly)Colin Walters1-14/+11
2008-06-19Bug 16419: stack overflow demarshaling recursive variantsColin Walters1-2/+19
2008-05-27Bug 10834: Fix error handling path for dbus_g_proxy_end_call_internalColin Walters1-0/+28
2008-05-27Bug 12849: Fix use after free (Kimmo Hämäläinen)Colin Walters1-1/+2
2007-02-09Allow passing of NULL to strv out arguments.Rob Taylor1-7/+13
2006-10-25Dont shadow index.Rob Taylor1-7/+7
2006-08-18Commit patch to switch to gtk-doc with gtype-specialized doc and updates fromRob Taylor1-2/+4
2006-06-29- Created empty NEWS fileJohn (J5) Palmieri1-0/+1854