GHash: make sets with refcounted keys work correctly
[platform/upstream/glib.git] / gio /
2011-04-29 Ryan LortieRemove duplicate GDBusInterface declaration
2011-04-29 David ZeuthenUpdate docs to take comments/suggestions from Matthias...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-29 Alexander LarssonGFilterInputStream: close-base-stream should not be...
2011-04-27 Colin WaltersUpdate gio.symbols for previous two commits
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_generic_name
2011-04-27 Colin WaltersGDesktopAppInfo: Add g_desktop_app_info_get_categories()
2011-04-27 Murray CummingGDBusServer: Documentation: Improvements.
2011-04-27 Christian PerschUse G_SIGNAL_MUST_COLLECT for VARIANT signals
2011-04-27 Matthias ClasenFix up some harmless FALSE <> NULL confusions
2011-04-26 Colin WaltersGDesktopAppInfo: Add "filename" property for bindings
2011-04-26 Colin WaltersSquash some uninitialized variable compiler warnings
2011-04-26 Dan WinshipGSimpleAsyncResult: push thread context around callback
2011-04-25 David Zeuthengdbus-codegen: Fix typo in generated docs
2011-04-25 David Zeuthengdbus-codegen: Generate GDBusObject{,Proxy,Skeleton...
2011-04-25 Michael TerryDon't ignore SUPPORTS_STARTUP_NOTIFICATION for commandl...
2011-04-23 David ZeuthenFix build broken by previous commit
2011-04-23 David Zeuthengdbus-codegen: Include docs for generated code in the...
2011-04-20 Thomas Hindoe Paab... docs: fix typos in networking classes
2011-04-20 David ZeuthenGDBusObjectManagerServer: make export() return whether...
2011-04-20 Dan WinshipGSocketService: clarify transfer semantics of incoming...
2011-04-20 David Zeuthengdbus-codegen: Document the generated FOO_PEEK_BAR...
2011-04-19 David Zeuthengdbus-codegen: Generate gtk-doc section docs
2011-04-19 David Zeuthengdbus-codegen: Set nick+blurb for properties to shut...
2011-04-19 David Zeuthengdbus-codegen: It's GDBusProxyTypeFunc, not GDBusProxyFunc
2011-04-19 David Zeuthengdbus-codegen: Document the generated ObjectManagerClie...
2011-04-19 David Zeuthengdbus-codegen: Add "Returns:" blurb for generated get_p...
2011-04-18 David Zeuthengdbus-codegen: Generate docs when generating C code
2011-04-16 David ZeuthenGDBusObjectManagerClient: Add a GDestroyNotify to the...
2011-04-16 David ZeuthenGDBus: Add some gobject-introspection annotations for...
2011-04-16 David Zeuthengdbus-codegen: Make generated code introspectable
2011-04-15 David Zeuthengdbus-codegen: Nuke debug spew
2011-04-15 David Zeuthengdbus-codegen: Never emit empty PropertiesChanged signals
2011-04-15 David Zeuthengdbus-codegen: Don't send out PropertiesChanged if...
2011-04-15 Colin WaltersFix some compiler warnings from gcc 4.6
2011-04-15 Colin Waltersgapplication: Fix typo in property
2011-04-15 David Zeuthengdbus-codegen: Fix obvious bug in _g_variant_equal0...
2011-04-15 David Zeuthengdbus-codegen: Add support for the org.freedesktop...
2011-04-15 Ryan LortieGApplication: #include "gsettings.h"
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 David Zeuthengdbus-codegen: Include a blurb about the license of...
2011-04-15 David Zeuthengdbus-codegen: Use the right program name in introducto...
2011-04-15 David Zeuthengdbus-codegen: Use the right program name in introducto...
2011-04-15 David Zeuthengdbus-codegen: Add copyright / license headers
2011-04-15 David ZeuthenGDBus: Support Ugly_Case and use org.gtk.GDBus.C.Name...
2011-04-15 Michael KuhnBug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_I...
2011-04-15 Simon McVittie/gdbus/message-serialize-invalid test: be compatible...
2011-04-15 Kean JohnstonGLocalFile: Use _fstati64 rather than stat on Win32
2011-04-15 Matthias ClasenSlight docs rewording
2011-04-14 David ZeuthenGResolver: Don't return duplicate addresses
2011-04-14 David ZeuthenGInetAddress: add equal() method
2011-04-13 David ZeuthenGDBus: If an authentication method fail, don't give...
2011-04-13 David ZeuthenGDBus: Add test case for the ANONYMOUS authentication...
2011-04-13 David ZeuthenGDBus: Nuke debug spew from the ANONYMOUS authenticatio...
2011-04-13 David ZeuthenGDBus: Allow tcp: and nonce-tcp: addresses without...
2011-04-13 David ZeuthenGDBusInterfaceStub: Clarify ::g-authorize-method docs
2011-04-13 David ZeuthenGDBus: Use Skeleton instead of Stub
2011-04-13 Colin Waltersgdbusconnection: Avoid tripping assertion if we fail...
2011-04-13 David ZeuthenGDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when...
2011-04-13 Matthias ClasenFix a typo in the GSettings docs
2011-04-13 David ZeuthenGDBus: Minor renames and doc fixes
2011-04-12 David ZeuthenAdd support for org.gtk.GDBus.Since annotation
2011-04-12 Colin Waltersgsettings-tool fixes: Add missing _apply(), add unset...
2011-04-12 Colin Waltersgsettings: Implement reset-recursively
2011-04-12 David Zeuthengdbus-codegen: Add --c-generate-object-manager option...
2011-04-12 Matthias ClasenGLocalDirectoryMonitor: Improve struct packing
2011-04-12 Matthias ClasenGIOSchedulerJob: Improve struct packing
2011-04-12 Matthias ClasenGFilenameCompleter: Improve struct packing
2011-04-12 Matthias ClasenGFileAttributeMatcher: Improve struct packing
2011-04-12 Matthias ClasenGDBusProxy: Improve struct packing
2011-04-12 Matthias ClasenGDBusWorker: Improve struct packing
2011-04-12 David ZeuthenSpiff up the "Migrating to GDBus" docs a bit
2011-04-11 David ZeuthenUpdate "Migrating to GDBus" chapter to take gdbus-codeg...
2011-04-11 David ZeuthenGDBus: Add ObjectManager example
2011-04-11 David ZeuthenAlso use interface_ instead of interface in C files
2011-04-11 David ZeuthenGDBusInterfaceStub: Rename stub parameter to interface
2011-04-11 David ZeuthenGDBus: Avoid using the word interface in public C headers
2011-04-11 David ZeuthenDist test-codegen.xml
2011-04-11 Matthias ClasenDon't include unistd.h unconditionally
2011-04-11 David ZeuthenGDBus: Add test-suite for new ObjectManager and gdbus...
2011-04-11 David ZeuthenGDBus: Use thread-default GMainContext in _g_assert_pro...
2011-04-11 Ryan LortieGApplication: g_settings_sync() on exit
2011-04-11 Ryan LortieGSettings: make _sync() a no-op if uninitialised
2011-04-10 David ZeuthenClarify docs for g_dbus_gvalue_to_gvariant() and g_dbus...
2011-04-10 Ryan LortieAdd test case for G_APPLICATION_NON_UNIQUE
2011-04-10 Ryan LortieGApplication: add G_APPLICATION_NON_UNIQUE
2011-04-10 Ryan LortieGApplication: fix leaked object path
2011-04-09 David ZeuthenImprove g_dbus_gvalue_to_gvariant() docs
2011-04-09 Dan WinshipGSocket: clarify g_socket_receive documentation
2011-04-09 Dan Winshipgsettings-tool: warn if setting a value fails
2011-04-09 David ZeuthenGDBus: Document GVariant/GValue conversion routines...
2011-04-08 David ZeuthenAdd a generic libffi based marshaller to libgobject
2011-04-08 David ZeuthenAdd gdbus-codegen(1) command
2011-04-08 Matthias ClasenFix another faulty GApplicationCommandline example
2011-04-08 David ZeuthenAdd "Since: 2.30" for new D-Bus routines
2011-04-08 David ZeuthenGDBusProxy: Store GDBusObject in private struct instead...
2011-04-08 David ZeuthenGDBusProxy: Update description to match GDBusInterface
2011-04-08 David ZeuthenStart merging gdbus-codegen code
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-04-08 Ryan LortieGSettings: remove more asserts
next