summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Update docsDavid Zeuthen2-15/+21
2010-04-24Use g_bus_get instead of g_dbus_connection_bus_getDavid Zeuthen11-55/+57
2010-04-24Fix up trivial error in GDBusError exampleDavid Zeuthen1-0/+1
2010-04-24Export MethodInfo and Message as properties of the MethodInvocation classDavid Zeuthen4-30/+114
2010-04-24Provide boxed types for introspection data structuresDavid Zeuthen9-22/+191
2010-04-24Nuke debugging spewDavid Zeuthen2-3/+3
2010-04-24Don't expose authentication classes to the publicDavid Zeuthen13-170/+166
2010-04-23Implement various validation routinesDavid Zeuthen8-30/+274
2010-04-23Make unmapped error names slightly nicerDavid Zeuthen2-41/+62
2010-04-23Add g_dbus_error_register_error_domain()David Zeuthen4-119/+135
2010-04-23Use G_IO_ERROR everywhere and only use G_DBUS_ERROR for remote errorsDavid Zeuthen19-245/+265
2010-04-23Now that GError is a boxed type, use the correct marshallerDavid Zeuthen2-2/+2
2010-04-23Use 'close' instead of 'disconnect' through the APIDavid Zeuthen10-184/+174
2010-04-23Always return unique name, even if disconnectedDavid Zeuthen1-8/+7
2010-04-23Require GLib 2.25.2 and use G_TYPE_ERRORDavid Zeuthen2-2/+2
2010-04-23Don't initialize variables when declaring themDavid Zeuthen1-1/+3
2010-04-23Fix up a trivial gtk-doc problemRichard Hughes1-3/+3
2010-04-23Fix make distcheck by fixing two copy-paste typosRichard Hughes1-10/+4
2010-04-23Nuke a compile warning from the example-subtree programRichard Hughes1-0/+2
2010-04-23Do not return an uninitialized pointer in g_dbus_message_get_arg0() if the me...Richard Hughes1-1/+1
2010-04-23Remove a trivial double-free that causes make check to blow upRichard Hughes1-1/+0
2010-04-22Use raise(SIGTERM) instead of _exit(1) when remote peer disconnectsDavid Zeuthen3-13/+15
2010-04-22Add test program to verify that we exit on disconnectDavid Zeuthen2-0/+87
2010-04-22Add g_dbus_is_activated() functionDavid Zeuthen3-0/+22
2010-04-22Improve ::disconnected signal and :exit-on-disconnect propertyDavid Zeuthen9-122/+168
2010-04-22Various cleanupsDavid Zeuthen17-603/+230
2010-04-22Also test g_dbus_connection_remove_filter()David Zeuthen3-9/+45
2010-04-22Add message filtersDavid Zeuthen3-48/+310
2010-04-22Export the GUID and make it possible to set it as wellDavid Zeuthen6-84/+142
2010-04-22Fix compile error and silence debugDavid Zeuthen2-1/+2
2010-04-22Preliminary Win32 and nonce-tpc: supportDavid Zeuthen4-23/+326
2010-04-21UpdatesDavid Zeuthen15-1015/+790
2010-04-21Fix g_source_remove() usageDavid Zeuthen1-6/+7
2010-04-21Require gio-unix-2.0 in pc fileColin Walters1-1/+1
2010-04-20Instead of wasting one thread per connection, use a single dedicated workerDavid Zeuthen16-800/+932
2010-04-20Silence the buildDavid Zeuthen1-0/+2
2010-04-20Fix compiler warningDavid Zeuthen1-4/+4
2010-04-19Only complete unique bus names if the user specifically asks for itDavid Zeuthen1-10/+10
2010-04-19Build fixesDavid Zeuthen2-12/+16
2010-04-19Add enough guards so it builds on mingw32David Zeuthen7-78/+50
2010-04-18Clean bash completion codeDavid Zeuthen2-73/+125
2010-04-17Use GLib macros for 64 bit constantsColin Walters1-2/+2
2010-04-17Add TODO about GDBusProxy and expected_interfaceDavid Zeuthen1-0/+2
2010-04-17Clean up some whitespaceDavid Zeuthen2-9/+9
2010-04-17Warn on unexpected types when handling propertiesDavid Zeuthen1-4/+15
2010-04-17Validate internal use of properties signaturesColin Walters1-0/+5
2010-04-17Add the ability to set an expected interfaceColin Walters4-5/+229
2010-04-17Fix some GCC warningsColin Walters2-2/+11
2010-04-17Add GDBusDavid Zeuthen4-0/+1458
2010-04-14Fix CFLAGS in .pc fileColin Walters1-2/+2