file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attribute
[platform/upstream/glib.git] / gio /
2013-10-23 Ryan Lortiefile-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID...
2013-10-23 Ryan LortieGMemoryOutputStream: docs and whitespace fixes
2013-10-23 Ryan LortieGMemoryOutputStream: improve seek tests
2013-10-23 Ryan LortieChange semantics of seek on memory output stream
2013-10-23 Ryan LortieGSeekable: document seek-past-end semantics
2013-10-23 Philip Withnallgdbus: Work around a D-Bus bug with path_namespace...
2013-10-21 Matthias ClasenClarify the g_application_withdraw_notification docs
2013-10-21 Ryan LortieDon't build gapplication(1) on win32
2013-10-21 Ryan LortieGSubprocess win32 fixups
2013-10-21 Colin WaltersGNotification: Don't install private headers, avoid...
2013-10-21 Ryan LortieGNotification: finish documentation
2013-10-21 Ryan LortieGNotification: some final cleanups
2013-10-21 Lars UebernickelAdd gtk notification backend
2013-10-21 Lars UebernickelAdd GNotification
2013-10-19 Djalal Harounigio/gbufferedinputstream: fix redundant-decls of g_buff...
2013-10-18 Matthias ClasenFix up subprocess docs
2013-10-18 Matthias ClasenAdd some missing argument docs
2013-10-17 Colin Walterstests/gsubprocess: Locate test child binary for install...
2013-10-17 Ihar HrachyshkaUse g_return_val_if_fail() for developer-only messages
2013-10-17 Ryan LortieFixup GSubprocess documentation bits
2013-10-17 Colin Waltersgsubprocess: Add UTF-8 variants of communicate()
2013-10-17 Colin Waltersgsubprocess: Fix up communicate
2013-10-17 Colin WaltersGSubprocess: New class for spawning child processes
2013-10-17 Colin Waltersgio: Add private API to create win32 streams from fds
2013-10-17 Jasper St. Pierregtask: Fix invalid name in documentation
2013-10-17 Ryan LortieNew gapplication(1) tool
2013-10-17 Ryan LortieRevert "gapplication: don't rely on cmdline being final...
2013-10-17 Cosimo Cecchigapplication: don't rely on cmdline being finalized...
2013-10-16 Colin Waltersg_file_copy: Fall back to pathname queryinfo to help...
2013-10-08 Colin WaltersGMemoryOutputStream: Don't return -1 as a gboolean...
2013-10-04 Kalev Lemberxdgmime: Fix an invalid read
2013-10-04 Ryan Lortieappinfo: Don't try DBusActivatable with load_from_keyfile
2013-10-04 Dan Winshipgcredentials: add Solaris support
2013-10-04 Dan Winshipgcredentials: add Hurd support
2013-10-04 Dan Winshipgcredentials: add internal macros to simplify all the...
2013-10-04 Giovanni CampagnaGDBusProxy: add flag to control autostarting at constru...
2013-10-03 Ryan Lortiegdesktopappinfo: Large-scale whitespace fixup
2013-10-03 Ryan Lortiegdesktopappinfo: rework search path
2013-10-03 Ryan Lortiegdesktopappinfo: remove global_defaults_cache
2013-10-03 Ryan Lortiegdesktopappinfo: remove should_ping_mime_monitor
2013-10-03 Ryan Lortieglocalfile: add private worker monitor APIs
2013-10-03 Ryan LortieGFileMonitor: support specifying a context
2013-10-03 Ryan Lortieinotify: stop using constructor()
2013-10-03 Ryan Lortielocal monitors: make more idiomatic use of GObject
2013-10-03 Ryan Lortiedirectory monitor: use the right 'mount_notify'
2013-10-02 Colin Waltersgoutputstream: Add clear warning about short writes...
2013-10-02 Ryan Lortieg_settings_list_children: only list viable schemas
2013-10-01 Michael ForneyAdd missing string.h include
2013-09-29 Mike RuprechtGOutputStream: Use async read/write of streams in splic...
2013-09-29 Mike RuprechtGOutputStream: Split _close_async for internal use
2013-09-29 Mike RuprechtGOutputStream: Rename _g_output_stream_close_internal...
2013-09-29 Mike Ruprechttests: Add testcases for g_output_stream_splice_async()
2013-09-29 Mike RuprechtGOutputStream: Add g_output_stream_async_write_is_via_t...
2013-09-29 Mike RuprechtGInputStream: Add g_input_stream_async_read_is_via_thre...
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-09-28 Dan Winshipgio: make gnetworking.h nodist
2013-09-27 Bastien Noceragdesktopappinfo: Call g_file_get_path() on demand
2013-09-27 Robert Ancellgio: Fix documentation for GSocketControlMessage that...
2013-09-27 Jan Schmidtgio: Fix -Werror format string errors from mismatched...
2013-09-26 William Orrglocalfile: Only use O_DIRECTORY if available
2013-09-24 James Strandbogegio: Fix typo in the /org/freedesktop/DBus path
2013-09-24 Svante Signellgio/gsocket.c: Fix error code checks when SOCK_CLOEXEC...
2013-09-23 Ryan LortieMore gio-du win32 fixes
2013-09-23 Ryan LortieRevert "gcancellable: allow g_cancellable_disconnect...
2013-09-23 Alexander Larssoncancellable: Minor fix to docs
2013-09-23 Ray Strodegcancellable: allow g_cancellable_disconnect from ...
2013-09-20 Murray Cumminggsettings: Correct a GLIB_AVAILABLE_IN_*
2013-09-17 Ryan Lortiemeasure_disk_usage: properly report results
2013-09-17 Ryan Lortiemeasure_disk_usage: skip progress on NULL callback
2013-09-16 Ryan Lortiegio-du: show the correct filename in progress
2013-09-16 Chun-wei Fangio-du: Improve test program on Windows
2013-09-16 Ryan LortieGLocalFile: use GDir for g_file_measure_disk_usage
2013-09-13 Chun-wei Fangio/tests/gio-du.c: Avoid Using Unintialized Variable
2013-09-12 Ryan Lortietests: remove assertion for '!uncertain' on .txt
2013-09-09 Dieter Verfailliegio/tests/network-address: fix SCOPE_ID_TEST_INDEX...
2013-09-09 Ryan Lortietests/: add gio-du
2013-09-06 Ryan LortieGFile: add new g_file_measure_disk_usage() API
2013-08-31 Dan Winshipgio/tests/socket: fix warning building on win32
2013-08-31 Sebastian Drögegio/tests/socket: add test for g_socket_get_available_b...
2013-08-31 Dan Winshipgsocket: Fix g_socket_get_available_bytes() on Windows...
2013-08-29 Dan Winshipgsocket: make GSocketSource trigger on G_IO_NVAL
2013-08-24 Jonas Danielssongloadableicon: Fix gir bindings for load_finish
2013-08-22 Sebastian DrögeGSocket – GSocketSource finalizing not threadsafe on...
2013-08-21 Chun-wei Fangio/gdbusaddress.c: Silence RunDLL errors
2013-08-19 Sebastian DrögeGSocket – Implement multicast interface selection on...
2013-08-19 Dan Winshipgnetworkaddress: allow IPv6 scope ids in URIs
2013-08-19 Dan Winshipgnetworkaddress: fix parsing of URIs with IPv6 literal...
2013-08-18 William Jon McCannRemove legacy icon name support
2013-08-17 Matthias ClasenStart using TAP
2013-08-17 Matthias ClasenGApplication: Stop using deprecated api
2013-08-17 Dan WinshipGSocket: fix g_socket_bind() allow_reuse semantics
2013-08-17 Dan WinshipGSocket: fix broadcast documentation
2013-08-17 Dan Winshipupdate .gitignores
2013-08-17 Daiki Uenocodegen: Treat input file as binary
2013-08-15 Dan Winshipgio/tests/task: fix a race condition in test_run_in_thr...
2013-08-13 Matthias ClasenGSimpleActionGroup: Deprecated redundant API
2013-08-13 Cosimo Cecchithemedicon: correctly fallback to symbolic icons
2013-08-01 Rico TzschichholzGMenuModel: Fix typo in annotation
2013-07-30 Daniel Svenssongdesktopappinfo: Add missing return value
next