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-29
Remove duplicate GDBusInterface declaration
Ryan Lortie
1
-1
/
+0
2011-04-29
Update docs to take comments/suggestions from Matthias into account
David Zeuthen
1
-2
/
+4
2011-04-29
Merge branch 'master' into gdbus-codegen
David Zeuthen
47
-198
/
+712
2011-04-29
GFilterInputStream: close-base-stream should not be construct-only
Alexander Larsson
1
-1
/
+1
2011-04-27
Update gio.symbols for previous two commits
Colin Walters
1
-0
/
+2
2011-04-27
GDesktopAppInfo: Add g_desktop_app_info_get_generic_name
Colin Walters
2
-1
/
+22
2011-04-27
GDesktopAppInfo: Add g_desktop_app_info_get_categories()
Colin Walters
2
-0
/
+18
2011-04-26
GDBusServer: Documentation: Improvements.
Murray Cumming
1
-1
/
+7
2011-04-26
Use G_SIGNAL_MUST_COLLECT for VARIANT signals
Christian Persch
3
-8
/
+8
2011-04-26
Fix up some harmless FALSE <> NULL confusions
Matthias Clasen
2
-5
/
+4
2011-04-26
GDesktopAppInfo: Add "filename" property for bindings
Colin Walters
1
-34
/
+116
2011-04-26
Squash some uninitialized variable compiler warnings
Colin Walters
1
-4
/
+4
2011-04-26
GSimpleAsyncResult: push thread context around callback
Dan Winship
1
-3
/
+7
2011-04-25
gdbus-codegen: Fix typo in generated docs
David Zeuthen
1
-2
/
+2
2011-04-25
gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypes
David Zeuthen
15
-354
/
+634
2011-04-25
Don't ignore SUPPORTS_STARTUP_NOTIFICATION for commandline GAppInfos
Michael Terry
1
-3
/
+3
2011-04-23
Fix build broken by previous commit
David Zeuthen
1
-0
/
+1
2011-04-23
gdbus-codegen: Include docs for generated code in the GIO docs
David Zeuthen
3
-18
/
+31
2011-04-20
docs: fix typos in networking classes
Thomas Hindoe Paaboel Andersen
7
-28
/
+28
2011-04-20
GDBusObjectManagerServer: make export() return whether the object was removed
David Zeuthen
2
-6
/
+14
2011-04-20
GSocketService: clarify transfer semantics of incoming connections
Dan Winship
1
-0
/
+3
2011-04-20
gdbus-codegen: Document the generated FOO_PEEK_BAR() and FOO_GET_BAR() macros
David Zeuthen
1
-0
/
+30
2011-04-19
gdbus-codegen: Generate gtk-doc section docs
David Zeuthen
1
-5
/
+30
2011-04-19
gdbus-codegen: Set nick+blurb for properties to shut up gtk-doc
David Zeuthen
1
-16
/
+16
2011-04-19
gdbus-codegen: It's GDBusProxyTypeFunc, not GDBusProxyFunc
David Zeuthen
1
-3
/
+3
2011-04-19
gdbus-codegen: Document the generated ObjectManagerClient structs
David Zeuthen
1
-0
/
+19
2011-04-19
gdbus-codegen: Add "Returns:" blurb for generated get_proxy_type()
David Zeuthen
1
-0
/
+2
2011-04-18
gdbus-codegen: Generate docs when generating C code
David Zeuthen
4
-183
/
+504
2011-04-16
GDBusObjectManagerClient: Add a GDestroyNotify to the user_data
David Zeuthen
3
-9
/
+53
2011-04-16
GDBus: Add some gobject-introspection annotations for new code
David Zeuthen
6
-23
/
+30
2011-04-16
gdbus-codegen: Make generated code introspectable
David Zeuthen
3
-29
/
+202
2011-04-15
gdbus-codegen: Nuke debug spew
David Zeuthen
1
-1
/
+0
2011-04-15
gdbus-codegen: Never emit empty PropertiesChanged signals
David Zeuthen
1
-9
/
+19
2011-04-15
gdbus-codegen: Don't send out PropertiesChanged if value ends up not changing
David Zeuthen
3
-17
/
+93
2011-04-15
Fix some compiler warnings from gcc 4.6
Colin Walters
3
-2
/
+2
2011-04-15
gapplication: Fix typo in property
Colin Walters
1
-1
/
+1
2011-04-15
gdbus-codegen: Fix obvious bug in _g_variant_equal0() implementation
David Zeuthen
1
-1
/
+4
2011-04-15
gdbus-codegen: Add support for the org.freedesktop.DBus.Deprecated annotation
David Zeuthen
4
-0
/
+74
2011-04-15
GApplication: #include "gsettings.h"
Ryan Lortie
1
-0
/
+1
2011-04-15
Merge remote-tracking branch 'gvdb/master'
Ryan Lortie
1
-0
/
+2
2011-04-15
gdbus-codegen: Include a blurb about the license of the generated code
David Zeuthen
1
-0
/
+4
2011-04-15
gdbus-codegen: Use the right program name in introductory comment (again)
David Zeuthen
1
-1
/
+1
2011-04-15
gdbus-codegen: Use the right program name in introductory comment
David Zeuthen
1
-1
/
+1
2011-04-15
gdbus-codegen: Add copyright / license headers
David Zeuthen
9
-1
/
+169
2011-04-15
GDBus: Support Ugly_Case and use org.gtk.GDBus.C.Name since it's C-only
David Zeuthen
4
-37
/
+84
2011-04-15
Bug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
Michael Kuhn
1
-2
/
+7
2011-04-15
/gdbus/message-serialize-invalid test: be compatible with D-Bus 1.4.8
Simon McVittie
1
-9
/
+34
2011-04-15
GLocalFile: Use _fstati64 rather than stat on Win32
Kean Johnston
2
-6
/
+18
2011-04-14
Slight docs rewording
Matthias Clasen
1
-2
/
+2
2011-04-14
GResolver: Don't return duplicate addresses
David Zeuthen
2
-10
/
+45
[next]