summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Add a feature test for fd.o #23633, non-default main contexttest-main-context-23633Simon McVittie3-0/+276
2011-04-19DBusGProxy: link against GIO and use GDBus to check names' syntaxSimon McVittie2-10/+21
2011-04-19dbus_g_proxy_end_call: check that it's a proxySimon McVittie1-0/+2
2011-04-19dbus_g_proxy_set_interface: check that it's a proxy and not destroyedSimon McVittie1-0/+5
2011-04-19Document that most DBusGProxy methods stop working on ::destroySimon McVittie1-0/+42
2011-04-19dbus_g_proxy_new_from_proxy: check that the old proxy is in fact a proxySimon McVittie1-1/+1
2011-04-14DBusGProxy: remove duplicate owner match rules.Alban Crequy1-27/+82
2011-04-13dbus_g_proxy_add_signal: stop falsely claiming that we read introspectionSimon McVittie1-3/+3
2011-04-13improve documentation of proxy timeouts to mention that -1 is specialSimon McVittie1-4/+6
2011-04-13Don't allow proxy timeouts to be set negative, except for -1Simon McVittie1-0/+3
2011-04-13DBusGProxy: share OOM handlerSimon McVittie1-9/+10
2011-04-13dbus_g_proxy_call_no_reply: don't assume NULL message means OOMSimon McVittie1-1/+2
2011-04-13dbus_g_proxy_begin_call_internal: don't assume NULL message means OOMSimon McVittie1-1/+3
2011-04-13dbus_g_proxy_marshal_args_to_message: diagnose inability to marshal argsSimon McVittie1-4/+12
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
2011-04-13When given an object path, use GVariant to check syntactic validitySimon McVittie2-4/+4
2011-04-13Depend on dbus 1.2.16 for dbus_message_iter_abandon_containerSimon McVittie1-1/+1
2011-04-05Stop overriding pkg-config's nice informative message if GLib is too oldSimon McVittie1-5/+1
2011-03-29Fix linking orderRobert Ancell1-1/+1
2011-01-10docs: correct links in introductionWill Thompson1-5/+8
2011-01-10Add a regression test for errors containing underscoresSimon McVittie4-1/+31
2011-01-10Run run-with-tmp-session-bus.sh directly rather than via ${SHELL}Simon McVittie2-2/+2
2011-01-04Cleanup indentation in dbus-glib-binding-toolChristian Dywan1-67/+67
2011-01-04Plug leaks in dbus-glib-binding-toolChristian Dywan1-14/+13
2011-01-04Do not squash underscores in error namesChristian Dywan1-4/+5
2011-01-04Watch server_set_data failure in dbus__server_setup_with_g_mainChristian Dywan1-1/+2
2011-01-04Verify Increment call in dbus-glib-testChristian Dywan1-0/+3
2010-11-10Bump version to 0.93 for developmentWill Thompson1-1/+1
2010-11-10Release version 0.92dbus-glib_0.92Will Thompson1-1/+1
2010-11-10Bump GLib dependency to 2.26.Will Thompson1-1/+1
2010-11-08Bump version to 0.91 for developmentWill Thompson1-1/+1
2010-11-08HACKING: Fix release URL; be honest about NEWSdbus-glib_0.90Will Thompson1-4/+4
2010-11-08Makefile.am: Remove ChangeLog's spurious FORCE dependencyWill Thompson1-1/+1