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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
GInetAddress: add equal() method
David Zeuthen
3
-0
/
+33
2011-04-13
GDBus: If an authentication method fail, don't give up, just try the next one
David Zeuthen
1
-2
/
+10
2011-04-13
GDBus: Add test case for the ANONYMOUS authentication method
David Zeuthen
1
-0
/
+92
2011-04-13
GDBus: Nuke debug spew from the ANONYMOUS authentication method
David Zeuthen
1
-2
/
+1
2011-04-13
GDBus: Allow tcp: and nonce-tcp: addresses without any arguments
David Zeuthen
1
-23
/
+6
2011-04-13
GDBusInterfaceStub: Clarify ::g-authorize-method docs
David Zeuthen
2
-2
/
+2
2011-04-13
GDBus: Use Skeleton instead of Stub
David Zeuthen
19
-719
/
+719
2011-04-13
gdbusconnection: Avoid tripping assertion if we fail to authenticate twice
Colin Walters
1
-5
/
+10
2011-04-13
GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to type a{sv}
David Zeuthen
1
-5
/
+1
2011-04-13
Fix a typo in the GSettings docs
Matthias Clasen
1
-1
/
+1
2011-04-12
GDBus: Minor renames and doc fixes
David Zeuthen
4
-7
/
+11
2011-04-12
Add support for org.gtk.GDBus.Since annotation
David Zeuthen
8
-13
/
+171
2011-04-12
gsettings-tool fixes: Add missing _apply(), add unset-recursively to man page
Colin Walters
1
-0
/
+1
2011-04-12
gsettings: Implement reset-recursively
Colin Walters
1
-0
/
+57
2011-04-12
gdbus-codegen: Add --c-generate-object-manager option + doc improvements
David Zeuthen
4
-79
/
+91
2011-04-12
GLocalDirectoryMonitor: Improve struct packing
Matthias Clasen
1
-1
/
+1
2011-04-12
GIOSchedulerJob: Improve struct packing
Matthias Clasen
1
-2
/
+1
2011-04-12
GFilenameCompleter: Improve struct packing
Matthias Clasen
1
-1
/
+1
2011-04-12
GFileAttributeMatcher: Improve struct packing
Matthias Clasen
1
-2
/
+3
2011-04-12
GDBusProxy: Improve struct packing
Matthias Clasen
1
-1
/
+1
2011-04-12
GDBusWorker: Improve struct packing
Matthias Clasen
1
-2
/
+2
2011-04-12
Spiff up the "Migrating to GDBus" docs a bit
David Zeuthen
4
-24
/
+95
2011-04-11
Update "Migrating to GDBus" chapter to take gdbus-codegen(1) into account
David Zeuthen
1
-7
/
+19
2011-04-11
GDBus: Add ObjectManager example
David Zeuthen
4
-0
/
+338
2011-04-11
Also use interface_ instead of interface in C files
David Zeuthen
3
-124
/
+124
2011-04-11
GDBusInterfaceStub: Rename stub parameter to interface
David Zeuthen
2
-143
/
+143
2011-04-11
GDBus: Avoid using the word interface in public C headers
David Zeuthen
4
-12
/
+12
2011-04-11
Dist test-codegen.xml
David Zeuthen
1
-1
/
+3
2011-04-11
Don't include unistd.h unconditionally
Matthias Clasen
1
-3
/
+6
2011-04-11
GDBus: Add test-suite for new ObjectManager and gdbus-codegen(1) code
David Zeuthen
3
-0
/
+2543
2011-04-11
GDBus: Use thread-default GMainContext in _g_assert_property_notify + friends
David Zeuthen
1
-2
/
+2
2011-04-11
GApplication: g_settings_sync() on exit
Ryan Lortie
1
-0
/
+2
2011-04-11
GSettings: make _sync() a no-op if uninitialised
Ryan Lortie
1
-6
/
+17
2011-04-10
Clarify docs for g_dbus_gvalue_to_gvariant() and g_dbus_gvariant_to_gvalue()
David Zeuthen
2
-38
/
+41
2011-04-10
Add test case for G_APPLICATION_NON_UNIQUE
Ryan Lortie
1
-0
/
+74
2011-04-10
GApplication: add G_APPLICATION_NON_UNIQUE
Ryan Lortie
2
-9
/
+19
2011-04-10
GApplication: fix leaked object path
Ryan Lortie
1
-0
/
+3
2011-04-09
Improve g_dbus_gvalue_to_gvariant() docs
David Zeuthen
1
-19
/
+11
2011-04-09
GSocket: clarify g_socket_receive documentation
Dan Winship
1
-12
/
+18
2011-04-09
gsettings-tool: warn if setting a value fails
Dan Winship
1
-3
/
+11
2011-04-09
GDBus: Document GVariant/GValue conversion routines and move to them to utils
David Zeuthen
5
-324
/
+392
2011-04-08
Add a generic libffi based marshaller to libgobject
David Zeuthen
1
-187
/
+2
2011-04-08
Add gdbus-codegen(1) command
David Zeuthen
11
-1
/
+3203
2011-04-08
Fix another faulty GApplicationCommandline example
Matthias Clasen
1
-6
/
+10
2011-04-08
Add "Since: 2.30" for new D-Bus routines
David Zeuthen
16
-8
/
+172
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
26
-18
/
+5774
2011-04-08
Silence a bunch of -Wunused-but-set-variable warnings
David Zeuthen
23
-62
/
+52
2011-04-08
GSettings: remove more asserts
Ryan Lortie
1
-8
/
+0
[prev]
[next]