plug a tiny mem leak.
[platform/upstream/glib.git] / gio / ChangeLog
2009-01-31 Paolo Borelliplug a tiny mem leak.
2009-01-29 Ryan Lortiehandle all possible cases of EAGAIN and EWOULDBLOCK...
2009-01-28 Ryan LortieBug 568575 – _async functions for GDataInputStream
2009-01-22 Ryan LortieBug 568723 – g_buffered_input_stream_fill_async doesn...
2009-01-22 Ryan LortieBug 568741 – g_buffered_input_stream_fill_async doesn...
2009-01-21 Ryan LortieBug 568394 – dropping the last reference to a stream...
2009-01-19 Matthias ClasenExpand docs
2009-01-19 Matthias Clasen2.19.5 GLIB_2_19_5
2009-01-19 Matthias ClasenDoc addition
2009-01-19 Matthias ClasenSome cleanups
2009-01-09 Matthias ClasenDon't assume filenames are UTF-8.
2009-01-09 Matthias ClasenMake tests work with current shared-mime-info
2009-01-08 Matthias ClasenAdd a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Reques...
2009-01-05 Matthias Clasen2.19.4 GLIB_2_19_4
2009-01-05 Dan Winshipcast a "char **" to "const char **" to avoid a warning.
2009-01-05 Matthias ClasenTry using O_NOATIME when sniffing for mime types. Based...
2009-01-05 Ryan Lortieimprove add new simple-async-result test new file to...
2009-01-05 Ryan LortieAdd g_simple_async_result_is_valid(). Implementation...
2008-12-31 Matthias ClasenAdd notes about being UNIX-specific
2008-12-20 Ryan Lortiemove some changelog entries that i put in the wrong...
2008-12-15 Matthias Clasen2.19.3 GLIB_2_19_3
2008-12-13 Matthias ClasenMake these work on x86_64
2008-12-10 Alexander LarssonBug 562452 - Ensure we return G_IO_ERROR_CANCELLED...
2008-12-09 Alexander LarssonBug 515777 - incorrect date&time on copy
2008-12-08 Matthias ClasenHide ecryptfs mounts, so that the desktop does not...
2008-12-08 Matthias ClasenAdd "fd" and "close-fd" properties including getters...
2008-12-08 Matthias ClasenSupport compilers that don't understand ISO C varargs...
2008-12-08 Matthias ClasenUse g_access() to check accessibility of local devices...
2008-12-01 Matthias Clasen2.19.2 GLIB_2_19_2
2008-12-01 Matthias ClasenRevert behaviour change in g_data_input_stream_read_line
2008-12-01 Matthias Clasen2.19.1
2008-12-01 Alexander LarssonAdd and document g_mount_is_shadowed plus calls to...
2008-12-01 Matthias ClasenComment out two failing tests
2008-11-28 Matthias ClasenAdd g_app_info_get_commandline. Requested by Hans Pette...
2008-11-28 Christian DywanFix a typo, s/detext/detect. Patch by Enrico Tröger.
2008-11-28 Matthias ClasenBug 559633 – gtk_image_new_from_gicon does not always...
2008-11-28 Matthias Clasen Bug 548163 – Nautilus displays wrong error...
2008-11-28 Matthias ClasenBug 547481 – g_data_input_stream_read_line behaves...
2008-11-28 Matthias ClasenOnly allow deleting files that have been created by
2008-11-28 Matthias ClasenAvoid unused variables
2008-11-28 Matthias ClasenBug 562393 – g_buffered_input_stream_read_byte broken...
2008-11-28 Matthias ClasenBug 561807 – inotify_sub.c :: dup_dirname() fails to...
2008-11-21 Cosimo CecchiBug 561375 – Leaks mountpoint description
2008-11-20 Cosimo CecchiBug 561352 – Leak of icon description
2008-11-15 Matthias ClasenAdd G_FILE_ATTRIBUTE_PREVIEW_ICON to doc table
2008-11-12 Tor LillqvistBug 556415 - Crash on Windows 2000 in g_winhttp_vfs_init()
2008-10-28 Cosimo Cecchireviewed by: Alexander Larsson <alexl@redhat.com>
2008-10-27 Federico Mena QuinteroFix leak inside g_local_file_get_parse_name()
2008-10-27 Tor LillqvistBug 557592 - Missing include in gwinhttpfile.c
2008-10-24 Matthias ClasenBug 556910 – [fam-helper.c:223]: Memory leak: sub
2008-10-24 Matthias ClasenFix docs
2008-10-23 Alexander LarssonBug 528320 - Incorrect icons displayed for files with...
2008-10-21 Alexander LarssonAdd G_FILE_ATTRIBUTE_PREVIEW_ICON (#557182)
2008-10-21 Alexander LarssonBug 555740 - gicon serialization Based on patch from...
2008-10-16 Matthias Clasen2.19.0 GLIB_2_19_0
2008-10-16 Matthias ClasenBug 556422 – g_file_enumerator_next_file: unclear wheth...
2008-10-15 Matthias ClasenBug 556334 – Warning when building without selinux...
2008-10-15 Matthias ClasenFix make check
2008-10-13 Alexander LarssonWhen adding an application as handling a mime type...
2008-10-12 David ZeuthenDeprecate g_volume_monitor_adopt_orphan_mount() (#555331).
2008-10-10 Alexander LarssonUpper half of byte is >> 4, not >> 8. Found by Kjartan...
2008-10-10 Matthias Clasen Bug 555711 – Wrong fallback order of mimetype...
2008-10-10 Matthias ClasenBug 555121 – Improved build-time handling of gio module-dir
2008-10-10 Matthias ClasenFix gcc warnings
2008-10-09 Alexander LarssonActually return -1 in case of cancelled, not old res...
2008-10-06 Colin WaltersBug 554745 - GFileAttributeInfoList should be boxed
2008-10-05 Pascal TerjanBug 554970 â\80\93 segfault when update-desktop-database...
2008-10-01 David ZeuthenIf possible, always pass FUSE file:// URIs (such as
2008-09-30 Tor LillqvistBuild desktop-app-info only on Unix.
2008-09-30 Tor LillqvistAvoid a g_critical(). Pass a large enough result buffer to
2008-09-29 David ZeuthenClarify semantics of g_volume_mount_finish() (#552168)
2008-09-27 Dan WinshipUse g_assert_error() and g_assert_no_error()
2008-09-26 Matthias ClasenBug 545350 – GAppInfo deletion Bug 545351 – Reset assoc...
2008-09-26 Dan Winship Bug 505361 - gunixinputstream.c assumes poll() available
2008-09-26 Dan Winshipadd a cast to stop a gcc warning
2008-09-25 Dan Winship Bug 553426 - cancellable clarifications
2008-09-23 Michael NattererMove ChangeLog entry to right ChangeLog.
2008-09-21 Matthias ClasenPlug a memory leak
2008-09-17 Matthias Clasen2.18.1 GLIB_2_18_1
2008-09-16 Michael Natterercan't assign the return value of g_strdupv() to an...
2008-09-16 Wouter BolsterleeFix trivial typo to unbreak the build (there was a...
2008-09-15 Matthias ClasenIgnore an empty Path value
2008-09-15 Matthias Clasen Bug 551681 – g_content_type_guess() too naive...
2008-09-13 Cosimo CecchiBug 551887 – Docs for g_desktop_app_info_new_from_filen...
2008-09-12 Tor LillqvistDon't call FormatMessage() etc here. Call g_win32_error...
2008-09-11 Michael Nattererremove dangling 's' in the documentation.
2008-09-08 Christian Neumair(gio)
2008-09-07 Matthias ClasenBug 551149 – xdgmime mem leak
2008-09-04 Tor LillqvistDon't unref icon if NULL.
2008-09-02 Matthias Clasen2.18.0 GLIB_2_18_0
2008-09-02 Michael Nattererbig header formatting cleanup: indentation, vtable...
2008-09-02 Matthias ClasenDocument guess_content_type_sync
2008-09-02 Michael Nattererfix parent_class member to be GFilterOutputStreamClass...
2008-09-02 Matthias ClasenFix docs
2008-08-23 Tor LillqvistClarification.
2008-08-23 Tor LillqvistBug 548988 - g_file_replace fails on Windows when the...
2008-08-18 Matthias Clasen2.17.7 GLIB_2_17_7
2008-08-15 Padraig O'BriainAdd zfs to ignore_fs array in guess_system_internal...
2008-08-13 Tor Lillqvistwin32/gwinhttpvfs.c win32/gwinhttpvfs.h win32/gwinhttpf...
2008-08-13 Tor LillqvistBug 546582 - Callbacks from GFileMonitor present a...
next