add a couple of testcases for GWakeup
[platform/upstream/glib.git] / gio /
2011-07-25 Murray CummingDocs: Fix tiny typo.
2011-07-24 Dan Winshipgio/tests/socket: add some basic IPv4 and IPv6 tests
2011-07-24 Dan WinshipGSocket: fix connected state after async connect
2011-07-24 Matthias ClasenExplicitly unset the session bus address for the peer...
2011-07-24 Matthias ClasenProperly bring up a session bus for application tests
2011-07-24 Matthias ClasenFix a typo
2011-07-23 Vincent UntzGDesktopAppInfo: Add g_desktop_app_info_get_show_in()
2011-07-21 David Zeuthengdbus-codegen: Add support for new org.gtk.GDBus.C...
2011-07-21 David ZeuthenGDBus: Don't convert GVariant type 'h' to gint
2011-07-21 David Zeuthengdbus-codegen: Use G_TYPE_STRV/gchar** for GVariant...
2011-07-21 Benjamin Otteglocalfile: Fix compilation without USE_STATFS and...
2011-07-20 Giovanni Campagnagdbusintrospection: fix introspection annotations
2011-07-20 Ryan LortieGSettings: don't abort on missing schemas
2011-07-20 Ryan LortieAdd some blacklisted mount directories
2011-07-19 Holger BerndtDocument how to unset attributes
2011-07-19 Johan DahlinPass in NULL instead of g_cclosure_marshal_generic
2011-07-19 Ryan LortieGSettings: remove key length restrictions
2011-07-18 Patrick WelcheAvoid failing arguments to statfs() test on systems...
2011-07-12 Ryan LortieGDBusInterfaceSkeleton: fix odd use of floating refs
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-07-12 Murray CummingDocs: Fixed a typo.
2011-07-11 Tim-Philipp Müllertests: fix glib_translations_work()
2011-07-11 Matthias ClasenTake out the timeout from the large-message test
2011-07-11 Martin StorsjoDon't needlessly use "echo -e"
2011-07-10 Colin WaltersGCancellable: Make eventfd() fall back to pipes on...
2011-07-06 Dan Winshipg_output_stream_splice: deal with overflow
2011-07-04 Matthias ClasenFix the build
2011-07-04 Chun-wei FanUpdated GIO Visual Studio Projects
2011-07-03 Ryan LortieInstall completion scripts as DATA, not SCRIPTS
2011-07-01 Dan Winshipgasyncresult: document that NULL GAsyncReadyCallback...
2011-06-30 Dieter VerfaillieGCancellable: Fix build on Win32
2011-06-29 Emmanuele Bassigio: Some more build fixes
2011-06-29 Emmanuele BassiFix build
2011-06-29 Ryan Lortieparameter guards for GSimpleAction constructors
2011-06-29 Ryan LortieGAction: make GObject properties read-only
2011-06-29 Ryan Lortieactions: merge testcases change_state and entries
2011-06-29 Ryan LortieAdd 'change_state' callback to GActionEntry
2011-06-29 Ryan LortieAdd example for 'change-state' signal
2011-06-29 Ryan LortieAdd testcase for GSimpleAction::change-state
2011-06-29 Ryan LortieAdd 'change-state' signal to GSimpleAction
2011-06-29 Ryan LortieAdd example to docs for using GActionEntry
2011-06-29 Ryan LortieAdd a test case for GActionEntry
2011-06-29 Ryan LortieAdd g_simple_action_group_add_entries()
2011-06-29 Ryan Lortieallow NULL state in g_simple_action_new_stateful
2011-06-29 Ryan LortieMake 4 incompatible changes to the GAction API
2011-06-28 Colin WaltersGCancellable: Fix build on Win32
2011-06-24 Claudio SaavedraGSimpleAction: fix typo
2011-06-22 Colin WaltersGCancellable: Use Linux eventfd() instead of pipe
2011-06-21 Dan Winshipgio/Makefile.am: Remove stray references to $(marshal_s...
2011-06-21 Colin WaltersFix a srcdir!=builddir issue, and export that we support it
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-20 David ZeuthenGDBus: Unref worker from worker-thread to avoid race
2011-06-20 Colin Waltersgdbus-test-codegen: Allocate full integer space for...
2011-06-17 Colin Waltersgdatainputstream: Add Since: tags and update gio-sectio...
2011-06-17 Colin WaltersGDataInputStream: Add _utf8() variants of _read_line
2011-06-17 Colin WaltersGDataInputStream: Clarify read_line() docs, mark as...
2011-06-15 Matthias ClasenSilence a compiler warning
2011-06-14 Matthias ClasenIf dup fails don't call close()
2011-06-14 Matthias ClasenDon't compare unsigned numbers with 0
2011-06-14 David ZeuthenGDBusMessage: Optimize serializer and deserializer
2011-06-14 Matthias ClasenDon't do < 0 on an unsigned value
2011-06-14 Matthias ClasenDon't forget to free resources in an early return
2011-06-14 Matthias ClasenAvoid a deref-before-NULL-check warning
2011-06-14 Matthias ClasenRemove unneeded NULL check
2011-06-14 Matthias ClasenRemove an unneeded NULL check
2011-06-14 Matthias ClasenSilence an uninitialize variable warning
2011-06-14 Matthias ClasenFix up symbol lists and docs
2011-06-14 Vincent UntzGDesktopAppInfo: Fix declaration of g_desktop_app_info_...
2011-06-14 Vincent UntzGDesktopAppInfo: Add g_desktop_app_info_get_nodisplay
2011-06-13 Colin Waltersgdbus-codegen tests: Fix usage of top_srcddir
2011-06-12 Dan Winshipupdate .gitignores
2011-06-09 Murray Cumminggioenums.h: Remove trailing commas
2011-06-09 David Zeuthengdbus: Don't pass an unintialized GError pointer
2011-06-09 David Zeuthengdbus: Add --recurse and --only-properties options
2011-06-09 David ZeuthenBug 652197 – Improper handling of double values in...
2011-06-09 David Zeuthengdbus-codegen: Fix build
2011-06-09 Matthias ClasenTest the previous fix
2011-06-09 Ryan LortieGApplication: allow '-' in application ID
2011-06-08 Javier Jardóngconverter: Improve cross-references
2011-06-07 Dan WinshipFix export_symbols variable in gio/Makefile.am
2011-06-07 Dan WinshipFix "Since" tags on g_data_input_stream_read_upto{...
2011-06-07 Colin WaltersGenerate $module-public-headers.txt file, feed it to...
2011-06-07 Colin Waltersgdbus-codegen: Clean config.pyc to make distcheck happy
2011-06-07 Chun-wei FanUpdate gsettings utilities in GIO
2011-06-07 Chun-wei FanUpdate the year in the *.rc.in files
2011-06-06 Colin Waltersgdbus codegen: Ensure PYTHONPATH is set correctly for...
2011-06-06 Dan WinshipFix some socket docs issues, remove unused typedefs
2011-06-05 David ZeuthenGDBusObject: Remove comment non-existant virtual functions
2011-06-04 Matthias ClasenFix doc syntax
2011-06-04 Matthias ClasenFix links in gio docs
2011-06-04 David Zeuthengdbus: Add a way to emit a signal
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-03 David ZeuthenFix docs for D-Bus introspection data structures
2011-06-03 David ZeuthenMove gdbus-codegen example code and docs into separate...
2011-06-01 Colin Waltersgdbus: Avoid blocking on worker thread in connection...
2011-05-31 Matthias ClasenExpand content type docs slighly
2011-05-31 muralisgthreadedresolver: fix hang on g_thread_pool_push(...
2011-05-28 Neil Robertsgsocket: Fix some cases of returning error without...
2011-05-28 Neil Robertsgsocket: Fix the error message for a failed g_socket_sh...
next