Make g_assertion_message_error take a const GError*
[platform/upstream/glib.git] / gio /
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
2010-05-13 Christian PerschPlug some mem leaks
2010-05-13 David ZeuthenGDBus: Add GDBusAuthObserver param in g_dbus_connection...
2010-05-13 David ZeuthenGDBus: Rename ::deny-authentication-peer to ::authorize...
2010-05-13 Matthias ClasenRemove the credentials argument from g_unix_connect_sen...
2010-05-13 David ZeuthenGDBus: Make message serialization routines take capabil...
2010-05-13 Matthias Clasenremove the redundant interface_name parameter
2010-05-13 David ZeuthenGDBus: Catch up with new PropertiesChanged signal
2010-05-13 Matthias ClasenFill out the export section of the migration guide
2010-05-13 Matthias ClasenAdd an example of exporting a GObject
2010-05-13 David ZeuthenGDBus: add 'monitor' verb to gdbus(1)
2010-05-13 David ZeuthenGDBus: Make gdbus(1) print annotations when introspecti...
2010-05-13 Matthias ClasenAdd a note about implemented standard interfaces
2010-05-13 David ZeuthenGDBusProxy: Remove error in get_cached_property() and...
2010-05-12 David ZeuthenGDBus: Add an example of a GDBusProxy subclass
2010-05-12 Matthias ClasenUpdate an example to the latest auth observer api
2010-05-12 Jesse van den KieboomAdded test cases for g_output_stream_close_async
2010-05-12 Jesse van den KieboomFlush when closing output stream async
2010-05-12 Matthias ClasenUpdate TODO list
2010-05-12 Matthias Clasenmention inline use of floating variants
2010-05-12 Matthias ClasenRemove properties from GDBusMethodInvocation class
2010-05-12 Matthias ClasenDocument remove_filter
2010-05-12 Matthias ClasenDocument DBUS address env vars
next