Bug 598712 - can't detect text file with backspace
[dana/cg-glib.git] / gio /
2009-11-23 Ryan LortieBug 598712 - can't detect text file with backspace
2009-11-23 Alexander LarssonAdd filter-cat test for GConverter streams
2009-11-23 Alexander LarssonAdd GZlibCompressor
2009-11-23 Alexander LarssonAdd GZlibDecompressor for zlib decompression
2009-11-23 Alexander LarssonAdd zlib dependency to gio
2009-11-23 Alexander LarssonAdd test for converter streams
2009-11-23 Alexander LarssonAdd GConverterOutputStream
2009-11-23 Alexander LarssonAdd g_output_stream_is_closing
2009-11-23 Alexander LarssonAdd GConverterInputStream
2009-11-23 Alexander LarssonAdd fallback mode to GCharsetConverter
2009-11-23 Alexander LarssonAdd GCharsetConverter
2009-11-23 Alexander LarssonAdd GConverter interface
2009-11-23 Alexander LarssonAdd G_IO_ERROR_PARTIAL_INPUT and G_IO_ERROR_INVALID_DAT...
2009-11-20 Ryan LortieRemove #include "glocalfile.h" from GFile
2009-11-20 Juan A. Suarez Romeropriv variable should only be used in win32 code
2009-11-19 Ryan Lortieg_socket_listener_add_any_inet_port is Since 2.24
2009-11-19 Ryan LortieBug 585566 - GSocketListener API issues
2009-11-19 Christian DywanBug 600550 - (...) doesn't treat arguments properly
2009-11-19 Vincent UntzBug 600620 - Add g_app_info_get_display_name()
2009-11-19 Ryan LortieBug 595138 - GFile not robust with invalid input
2009-11-18 Ryan LortieBug 535159 - g_file_has_parent
2009-11-17 Javier JardónFix compilation warning: Initialize the variable
2009-11-17 Javier JardónFix compilation warning: Remove unused function
2009-11-17 Javier JardónFix compilation warning: cast to (GCompareFunc)
2009-11-12 Ryan LortieBug 587300 - g_cancellable_disconnect deadlock
2009-11-12 Ryan LortieBug 591216 - Warning building resolver.o
2009-11-12 Ryan LortieGSocket.receive_message: fix bogus allocation math
2009-11-05 Stéphane DémurgetBug 324930 - Nicer message for EPERM on symlink
2009-10-25 Matthias ClasenAvoid a warning
2009-10-25 Matthias ClasenDon't give up too early when collecting mime types
2009-10-22 Tor LillqvistFix GWin32DirectoryMonitor
2009-10-13 Tomas BzatekDocumentation fixes
2009-10-11 Tor LillqvistConstruct the gio module directory pathname at run...
2009-10-08 Alexander Larssonxdgmime: sort glob hits with larger weight first
2009-10-02 Alexander Larssonremove xdgmime test
2009-10-02 Alexander Larssonxdgmime - Correct the range checks for magic matching
2009-10-02 Alexander LarssonRemove unnecessary includes
2009-10-02 Alexander Larssonxdgmime - support the new case sensitive flag
2009-10-02 Alexander Larssonxdgmime - support cache files with minor version 2
2009-10-02 Alexander LarssonRead the new glob2 format with case sensitive flags
2009-09-30 Matthias ClasenFix --runtime-libdir option
2009-09-30 Matthias ClasenFix mime_info_cache_dir_add_desktop_entries
2009-09-30 Matthias ClasenClarify docs of g_async_result_get_source_object
2009-09-29 Alexander LarssonAvoid critical error in thread check if source is destroyed
2009-09-28 Alexander LarssonAlways report metadata on the path, not symlink target
2009-09-23 Josselin MouetteFall back to inotify_init if inotify_init1 does not...
2009-09-22 Mart Raudseppgio: Fix some typos in G*AppInfo documentation
2009-09-22 Mart Raudseppgio: Fix a Since tag to actually show up in new API...
2009-09-19 Paolo BorelliFix build with srcdir != builddir, bug #594597
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-09-11 Sjoerd SimonsFix GNetworkAddress skipping addresses when enumerating
2009-09-11 Richard HughesMake the error const for g_simple_async_result_set_from...
2009-09-11 James Huntg_socket_send_message() fails due to invalid sendmsg...
2009-09-07 Alexander LarssonAvoid reading uninitialized memory
2009-09-07 Alexander LarssonRemove warning in g_simple_async_result_complete
2009-09-07 Matthias ClasenAnother dead assignment
2009-09-07 Matthias ClasenRemove a dead initialization
2009-09-07 Matthias ClasenRemove a dead increment
2009-09-07 Matthias ClasenRemove another dead assignment
2009-09-07 Matthias ClasenRemmove a dead assignment.
2009-09-07 Matthias ClasenMove a assignment to the relevant #ifdef branch
2009-09-07 Matthias ClasenRemove dead code
2009-09-07 Matthias ClasenDon't evaluate an uninitialized value
2009-09-04 Benjamin OtteBug 594034 - Use g_mkstemp_full() when creating the...
2009-09-01 Benjamin OtteUse lchmod instead of stat + chown if available
2009-09-01 Benjamin OtteBug 593406 - Permissions set to 777 after copying via...
2009-09-01 Benjamin OtteOnly do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINK
2009-09-01 Benjamin OtteFix gtk-doc syntax
2009-09-01 Benjamin OtteBug 593406 - Permissions set to 777 after copying via...
2009-08-28 Matthias ClasenRe-commit 30b8774f7f3f7f329af6b041b6c86bad14717534
2009-08-28 Matthias ClasenUse the saved errno value
2009-08-28 Matthias ClasenRevert "add a "gsettings-backend" extension point to...
2009-08-27 Ryan Lortieadd a "gsettings-backend" extension point to GIO
2009-08-24 Matthias ClasenDocumentation fixes
2009-08-19 Dan WinshipUse MSG_NOSIGNAL in GSocket if it's available
2009-08-19 Dan WinshipRe-run res_init() when resolv.conf changes
2009-08-19 Benjamin OtteWhen creating a pipe for a cancelled cancellable, write...
2009-08-19 Benjamin OtteUse g_cancellable_release_fd()
2009-08-19 Benjamin OtteImplement g_cancellable_release_fd()
2009-08-19 Benjamin OtteAdd g_cancellable_release_fd()
2009-08-19 Benjamin OtteBug 591714 – Figure out failure handling for g_cancella...
2009-08-18 Benjamin OtteFix multiple returns in gtk-doc comment
2009-08-17 Dan Winshipg_inet_socket_address_to_native: properly zero out...
2009-08-14 Shixin Zeng[Win32] Avoid superfluous '/' from g_file_resolve_relat...
2009-07-30 Dan WinshipFix a bad void return. #588901
2009-07-30 Dan WinshipConditionalize portability #includes in g-asyncns.h
2009-07-23 Dan WinshipFix leaks in GSocketClient and GThreadedResolver
2009-07-21 Lin MaFixed a missing head which will cause crashes for 64bit...
2009-07-20 Benjamin OttePropagate the right error
2009-07-07 Tor LillqvistMake it compile on Windows.
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-06 Matthias ClasenDocument support_thread_contexts
2009-07-06 Matthias ClasenFix a segfault in g_cancellable_cancel
2009-07-06 Matthias ClasenRevert "Move gio tests from gio/tests/ to tests/gio/"
2009-07-06 Matthias ClasenMove comment to the right place
2009-07-06 Matthias ClasenRegister ids for new file attributes
2009-07-06 David ZeuthenAllow interaction when unmounting mounts
2009-07-05 Benjamin Otte[gio] minor improvements to g_cancellable_cancel()
2009-07-01 Dan WinshipTwo "make check" fixes for late changes to the thread...
2009-07-01 Benjamin OtteMove gio tests from gio/tests/ to tests/gio/
next