index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gio
/
gdbusproxy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-05
GDBusProxy: Correctly handle unknown members when having an expected interface
David Zeuthen
1
-63
/
+102
2011-08-17
void functions should not return. Fixes bug #656675.
Brian Cameron
1
-2
/
+2
2011-08-15
GDBusProxy: hold properties_lock while using any mutable property
Simon McVittie
1
-23
/
+109
2011-08-15
GDBusProxy: factor out async_init_data_set_name_owner
Simon McVittie
1
-43
/
+47
2011-08-15
g_dbus_proxy_get_property: use accessors for all mutable state
Simon McVittie
1
-2
/
+2
2011-08-15
GDBusProxy: if a well-known name is not owned, don't GetAll from the dbus-daemon
Simon McVittie
1
-1
/
+20
2011-08-13
GDBusProxy: on_properties_changed initialize some variables
Matthias Clasen
1
-3
/
+3
2011-08-11
[gi] Add missing Gio transfer annotations
Martin Pitt
1
-2
/
+3
2011-07-25
More fixes for non-Unix builds
David Zeuthen
1
-0
/
+8
2011-07-21
gdbus-codegen: Add support for new org.gtk.GDBus.C.UnixFD annotation
David Zeuthen
1
-139
/
+356
2011-07-19
Pass in NULL instead of g_cclosure_marshal_generic
Johan Dahlin
1
-2
/
+2
2011-06-20
Stop using glib-genmarshal at build time
Colin Walters
1
-3
/
+2
2011-06-14
Remove an unneeded NULL check
Matthias Clasen
1
-2
/
+2
2011-05-26
GDBusProxy: Mention gdbus-codegen in docs
David Zeuthen
1
-7
/
+9
2011-05-26
GDBusProxy: Fix incorrect locking
David Zeuthen
1
-9
/
+27
2011-05-26
GDBusProxy: Add locking and notes/guarantees about MT safety
David Zeuthen
1
-4
/
+44
2011-05-26
GDBusProxy: Fix race condition when unsubscribing from signals
David Zeuthen
1
-19
/
+97
2011-05-02
Drop translated g_warning/g_error
Colin Walters
1
-2
/
+2
2011-04-29
Merge branch 'master' into gdbus-codegen
David Zeuthen
1
-7
/
+5
2011-04-26
Use G_SIGNAL_MUST_COLLECT for VARIANT signals
Christian Persch
1
-6
/
+4
2011-04-12
GDBusProxy: Improve struct packing
Matthias Clasen
1
-1
/
+1
2011-04-08
GDBusProxy: Store GDBusObject in private struct instead of qdata
David Zeuthen
1
-5
/
+13
2011-04-08
GDBusProxy: Update description to match GDBusInterface
David Zeuthen
1
-1
/
+1
2011-04-08
Start merging gdbus-codegen code
David Zeuthen
1
-0
/
+36
2011-04-08
Silence a bunch of -Wunused-but-set-variable warnings
David Zeuthen
1
-4
/
+1
2011-03-30
[gi] Add missing allow-none annotations to Gio
Martin Pitt
1
-8
/
+10
2011-03-28
GDBusProxy: Also check signature when checking if signal is expected
David Zeuthen
1
-0
/
+8
2011-03-28
GDBusProxy: Drop unexpected signals
David Zeuthen
1
-0
/
+8
2011-03-28
GDBusProxy: Validate properties received from service if possible
Olivier Crête
1
-6
/
+36
2011-03-28
GDBusProxy: Make interface lookups O(1)
David Zeuthen
1
-2
/
+10
2011-03-14
GDBusProxy: Check if connection is NULL before unreffing
Olivier Crête
1
-1
/
+2
2010-11-03
Use g_simple_async_result_{new_,}take_error
Christian Persch
1
-9
/
+4
2010-10-28
Bug 633356 - (GDBus) Make G_MAXINT mean no timeout
Ryan Lortie
1
-2
/
+4
2010-09-24
Add a lot of missing annotations
Johan Dahlin
1
-1
/
+1
2010-09-04
build: Quench the compiler's thirst for warnings
Emmanuele Bassi
1
-0
/
+1
2010-08-30
GDBusProxy: remove superfluous -gdbus-proxy-method-name qdata
David Zeuthen
1
-4
/
+0
2010-08-30
Bug 628324 – Invalid reads in gdbus-export test
David Zeuthen
1
-1
/
+1
2010-08-18
GDBusProxy: Call into well-known name if no name owner currently exists
David Zeuthen
1
-28
/
+80
2010-08-18
GDBusProxy: Use %, not #, for referencing enum constants in gtk-doc comments
David Zeuthen
1
-6
/
+6
2010-08-03
GDBusProxy: Don't leak a GSimpleAsyncResult when doing async calls
David Zeuthen
1
-0
/
+1
2010-07-30
Bug 625628 – GDBusProxy: wrong property name sorting
David Zeuthen
1
-1
/
+8
2010-07-19
GDBus: Add GDBusSignalFlags and use it in g_dbus_connection_signal_subscribe()
David Zeuthen
1
-0
/
+3
2010-07-15
Add annotations to g_dbus_proxy_new_sync
Tomeu Vizoso
1
-4
/
+4
2010-07-14
Bug 623815 – Don't check sender for GDBusProxy objects where name is not set
David Zeuthen
1
-2
/
+2
2010-07-07
gio/: fully remove gioalias hacks
Ryan Lortie
1
-4
/
+0
2010-07-07
Bug 623538 – GDBusProxy::g-properties-changed emission for corner cases
David Zeuthen
1
-4
/
+48
2010-07-07
Bug 623537 – GDBusProxy has weird checking on NameOwnerChanged
David Zeuthen
1
-6
/
+1
2010-06-22
GDBusProxy: Don't warn when calling methods on other interfaces
David Zeuthen
1
-2
/
+4
2010-06-17
Catch up with G_TYPE_VARIANT changes
David Zeuthen
1
-2
/
+2
2010-06-17
Bug 621905 – Assume a ref when doing async work
Cosimo Cecchi
1
-1
/
+3
[next]