Bug 621119 – GDBusProxy and objects with no properties
[platform/upstream/glib.git] / gio /
2010-06-09 David ZeuthenBug 621119 – GDBusProxy and objects with no properties
2010-06-09 Juan A. Suarez RomeroFix warning
2010-06-09 Juan A. Suarez RomeroFix warnings
2010-06-08 Christian PerschFix thinko
2010-06-08 Colin Walters[GDBusConnection] Use Gio's default async implementatio...
2010-06-08 Christian Perschg_dbus_method_invocation_return_value consumes the...
2010-06-08 Christian PerschSimplify variant builder
2010-06-08 Christian PerschUse g_variant_is_of_type()
2010-06-08 Christian PerschPlug a mem leak
2010-06-08 Javier Jardón[docs] Fix typos in some g_file_* functions
2010-06-08 Matthias ClasenAdd missing marshaler
2010-06-08 Matthias ClasenFix a missing parameter in a doc comment
2010-06-08 Matthias ClasenFix a signal signature
2010-06-08 Matthias ClasenFix a misspelt doc comment
2010-06-08 Matthias ClasenRename GApplication::appid to GApplication::application-id
2010-06-08 Matthias ClasenFix !srcdir checks
2010-06-08 Matthias ClasenDocument signals
2010-06-07 Javier Jardón[docs] GApplication is available since Gio 2.26
2010-06-07 Matthias ClasenUse g types for consistency
2010-06-07 Matthias ClasenMerge the wip/gapplication branch
2010-06-07 Matthias ClasenInclude the right header
2010-06-07 Ryan LortieBug 620496 - schema compiler: reject invalid paths
2010-06-06 Christian PerschDon't do an extra strlen when g_variant_get_string...
2010-06-06 Matthias ClasenAdd single-include guards to new headers
2010-06-06 Matthias ClasenSort gio.h includes alphabetically
2010-06-06 Michael Natterergio: fix the build
2010-06-06 Matthias ClasenSome cleanups
2010-06-04 Ryan Lortieadd get_permission API to GSettingsBackend
2010-06-04 Ryan Lortiegsettingsbackend.h: pretend to be gio.h
2010-06-04 Ryan LortieBug 620582 - a simple GPermission implementation
2010-06-04 Ryan LortieBug 620519 - GPermission
2010-06-04 Murray CummingGio: gioenums.h: Remove trailing commas to avoid C...
2010-06-03 Javier Jardóngdbusaddress: Fix typo
2010-06-03 Matthias ClasenDon't spew a g_warning if inotify setup fails
2010-06-02 Milan Bouchet-ValatAnnotate GVariant and GSettings _strv() functions
2010-06-02 Ryan LortieSupport NULL value for g_settings_set_strv()
2010-06-02 Milan Bouchet-ValatRemove length parameter for g_settings_[gs]et_strv
2010-05-28 Lin MaAfter talk with FEN dev, we dicide simply disable monit...
2010-05-27 Lin MaRemove unused code.
2010-05-26 Lin Mabugster#6955199, on hsfs portfs will fail, and FEN...
2010-05-25 David ZeuthenGDBus: Big-endian fixes
2010-05-25 Matthias ClasenDocument that vtable is not copied
2010-05-25 Ryan Lortiechange GSettingsBackend.list() API
2010-05-25 Matthias ClasenImprove the g_file_make_symbolic_link docs
2010-05-24 Ryan LortieGIO: Add g_d{,c}gettext to PLT check exceptions
2010-05-24 Ryan LortieGDBusConnection.call(): add 'reply_type' argument
2010-05-24 Tor LillqvistMost of the gdbus test programs build only on Unix
2010-05-21 David ZeuthenReturn an error for calls into unknown interfaces or...
2010-05-20 Christian PerschUse stack-allocated GVariantBuilders
2010-05-20 Christian PerschAdd g_dc[p]gettext, and use it in gsettings
2010-05-20 David ZeuthenBug 619142 – Build fixes
2010-05-19 Ryan LortieAdd --uninstall option to glib-compile-schemas
2010-05-18 Javier JardónFix trivial typo in GCredentials code
2010-05-18 Ryan LortieBug 619031 - method-calls-in-thread test failing
2010-05-18 Ryan LortieBug 618839 - Typo at translation message
2010-05-18 Ryan LortieAdd sync method to GSettingsBackend, and pad
2010-05-18 Ryan Lortiewhitespace fix
2010-05-18 Robert AncellAdd missing gunixfdlist.h include in gdbus-example...
2010-05-17 David ZeuthenGDBus: Fix obvious crasher when looking up annotations
2010-05-17 David Zeuthengdbus(1): Don't fetch props if introspection data indic...
2010-05-17 David ZeuthenGDBus: Fix introspection of objects registered at /
2010-05-17 Ryan Lortieimprove thread safety in GDelayedSettingsBackend
2010-05-17 Ryan LortieGSettingsBackend: make signal dispatch threadsafe
2010-05-17 Ryan Lortiegitignore additions for gdbus, new test cases
2010-05-17 Ryan LortieGSettings: support emitting signals in threads
2010-05-17 Ryan LortieGSettings tool: work-around GDBus issue
2010-05-17 Ryan Lortieintern a key name instead of using strdup()
2010-05-17 Lin MaReworked Solaris file event notification for GIO. See
2010-05-16 Sebastian DrögeFix gio tests linking with binutils gold linker
2010-05-16 Sebastian DrögeFix build of gdbus tool with binutils gold linker
2010-05-15 Matthias ClasenFix build on !linux
2010-05-15 Matthias ClasenFix issues with GSETTINGS_CHECK_RULE
2010-05-15 David ZeuthenGDBus: Use specific variant type in GetAll()
2010-05-15 David ZeuthenGDBus: Fix a double free
2010-05-14 Christian PerschPlug mem leaks in gdbus tests & examples
2010-05-14 Christian PerschPlug a mem leak in gdbusauth
2010-05-14 Christian PerschPlug mem leak in g_dbus_address_get_stream_sync
2010-05-14 Christian PerschPlug a mem leak in get_uninitialized_connection
2010-05-14 Christian PerschPlug mem leaks in parse_value_from_blob
2010-05-14 Christian PerschPlug a mem leak
2010-05-14 David ZeuthenGDBus: Remove cached value if a property is invalidated
2010-05-14 David ZeuthenGDBus: Fix serialization of empty arrays
2010-05-14 Matthias Clasenanother !srcdir build fix
2010-05-14 Matthias ClasenMore !srcdir build fixes
2010-05-14 Ryan Lortieinclude gunixcredentialsmessage from unixsocket
2010-05-14 Matthias ClasenCleanups
2010-05-14 Matthias ClasenFix !srcdir build
2010-05-14 Matthias ClasenDocumentation cleanups
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-14 Matthias ClasenThe default timeout is 25s
2010-05-14 Matthias ClasenDocument more floating variant details.
2010-05-14 Matthias ClasenAdd some more details to the long description
2010-05-14 Matthias ClasenClean up platform-specific includes
2010-05-13 Ryan Lortiecheck for working gettext() before running tests
2010-05-13 David ZeuthenGDBus: Nuke G_BUS_TYPE_NONE
2010-05-13 David ZeuthenGDBus: Remove g_dbus_is_activated()
2010-05-13 David ZeuthenGDBus: subscribe to PropertiesChanged() before calling...
2010-05-13 David ZeuthenGDBus: Don't take a GError for g_dbus_proxy_get_cached_...
2010-05-13 David ZeuthenGDBus: Update docs for GDBusProxy::g-properties-changed...
2010-05-13 Christian PerschMake GVariant handling in PropertiesChanged more efficient
next