index
:
~david/gdbus-standalone
master
Unnamed repository; edit this file to name it for gitweb.
david
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-06
Update help information in gdbus(1)
HEAD
master
David Zeuthen
1
-2
/
+2
2010-05-06
Prefix all tests with gdbus-
David Zeuthen
16
-49
/
+49
2010-05-06
Add note about how it would be cute to give more info about fds
David Zeuthen
1
-0
/
+14
2010-05-06
Add const keyword to force data into readonly section
David Zeuthen
1
-10
/
+10
2010-05-06
Nuke redundant signatures from introspection data + fixup error returns
David Zeuthen
12
-117
/
+203
2010-05-05
Slightly rework introspection data structures
David Zeuthen
14
-733
/
+862
2010-05-05
Add remaining examples and g_dbus_connection_send_message*() docs
David Zeuthen
2
-4
/
+131
2010-05-05
Also complete nonce-tcp: in gdbus(1)
David Zeuthen
1
-2
/
+4
2010-05-05
Add copyright headers to all examples
David Zeuthen
7
-0
/
+88
2010-05-05
Prune TODO list
David Zeuthen
1
-56
/
+0
2010-05-05
Add more docs for GDBusServer.
David Zeuthen
2
-26
/
+87
2010-05-05
Actually check user in the EXTERNAL authentication mechanism
David Zeuthen
1
-72
/
+81
2010-05-05
Add (de/)serialization methods to GCredentials
David Zeuthen
4
-4
/
+116
2010-05-05
Fix hexdump routine so bytes >= 0x80 are properly handled
David Zeuthen
1
-2
/
+2
2010-05-05
Always update the serial of the message
David Zeuthen
1
-1
/
+1
2010-05-05
Add 'all' option to G_DBUS_DEBUG
David Zeuthen
1
-4
/
+7
2010-05-05
Add support for a G_DBUS_DEBUG environment variable
David Zeuthen
8
-21
/
+379
2010-05-05
Bump priority of ANONYMOUS authentication method
David Zeuthen
1
-1
/
+2
2010-05-05
Add SHA1 authentication mechanism
David Zeuthen
16
-240
/
+2004
2010-05-04
Add a way of dealing with credentials
David Zeuthen
24
-79
/
+2116
2010-05-02
Add back GDBusServer
David Zeuthen
15
-155
/
+1804
2010-04-30
Start keeping a TODO list
David Zeuthen
1
-0
/
+68
2010-04-29
Turn the g_assert() with side-effects to g_warn_if_fail()
David Zeuthen
4
-23
/
+23
2010-04-29
Fix up snafu in proxy watcher
David Zeuthen
1
-4
/
+5
2010-04-29
Various doc cleanups
David Zeuthen
21
-120
/
+71
2010-04-29
Nuke ref_count and add return_if_fail guards
David Zeuthen
1
-30
/
+20
2010-04-29
Add docs and return_if_fail stuff for GDBusMessage
David Zeuthen
3
-9
/
+392
2010-04-29
Ensure return_if_fail in g_bus_{own|watch}_name APIs
David Zeuthen
2
-19
/
+17
2010-04-29
Ensure return_if_fail guards for GDBusProxy
David Zeuthen
1
-14
/
+20
2010-04-29
Ensure return_if_fail guards for GDBusMethodInvocation
David Zeuthen
1
-6
/
+6
2010-04-27
Clarify that g_dbus_connection_new_for_address() is client-only
David Zeuthen
2
-6
/
+28
2010-04-27
Add return_if_fail and docs for D-Bus address routines
David Zeuthen
5
-16
/
+75
2010-04-27
Ensure return_if_fail guards in gdbuserror.c
David Zeuthen
1
-0
/
+9
2010-04-27
Ensure return_if_fail guards for GDBusConnection and g_dbus_is_member_name()
David Zeuthen
5
-32
/
+119
2010-04-27
Rename g_dbus_is_interface() to g_dbus_is_interface_name()
David Zeuthen
5
-8
/
+8
2010-04-27
Move writing to our dedicated worker thread
David Zeuthen
3
-168
/
+264
2010-04-27
Rename GDBusConnectionCapabilityFlags to GDBusCapabilityFlags
David Zeuthen
7
-35
/
+35
2010-04-27
Add _g_object_wait_for_single_ref() helper
David Zeuthen
3
-4
/
+98
2010-04-26
Add GBusNameWatcherFlags to the docs
David Zeuthen
1
-0
/
+1
2010-04-26
Add GBusNameWatcherFlags enumeration
David Zeuthen
13
-21
/
+160
2010-04-26
Make all invoke_method() functions take a GDBusInvokeMethodFlags
David Zeuthen
17
-26
/
+121
2010-04-26
Add example-unix-fd-client.c
David Zeuthen
7
-47
/
+256
2010-04-26
Add support for passing UNIX file descriptors
David Zeuthen
6
-39
/
+497
2010-04-26
Negotiate UNIX file descriptor passing
David Zeuthen
6
-13
/
+188
2010-04-24
Always put user_data as the last argument
David Zeuthen
6
-84
/
+87
2010-04-24
Update docs for g_bus_unwatch_proxy()
David Zeuthen
1
-32
/
+2
2010-04-24
Don't guarantee that on_name_vanished() will be called after g_bus_unwatch()
David Zeuthen
2
-65
/
+49
2010-04-24
Don't guarantee that on_name_lost() will be called after g_bus_unown()
David Zeuthen
2
-81
/
+42
2010-04-24
Fix use of uninitialized variable
David Zeuthen
1
-0
/
+1
2010-04-24
Add GBusAcquiredCallback to avoid a race with g_bus_own_name()
David Zeuthen
7
-34
/
+197
[next]