Document that various functions ref GSimpleAsyncResult
[platform/upstream/glib.git] / gio /
2010-01-03 Matthias ClasenDocument that various functions ref GSimpleAsyncResult
2010-01-03 Matthias ClasenDocument that _finish() must be called at most once.
2010-01-03 Matthias ClasenFix a typo
2010-01-03 Matthias ClasenDon't return anything from a void function
2009-12-31 Paolo BorelliBug 604457 - gutf8inputstream.c: increasing unknown...
2009-12-18 Dan Winshipupdate .gitignores
2009-12-18 Dan WinshipFix UnixWare build by not using "sa_len" as a variable...
2009-12-16 Gian Mario TagliarettiRemove wrong file imports, only gio/gio.h should be...
2009-12-14 Tor LillqvistCheck for <wspiapi.h> and use it if present
2009-12-08 Paolo BorelliAdd unit tests for some more methods
2009-12-07 Alexander LarssonRemove default implementation of async filter steam ops
2009-12-06 Paolo BorelliFix makefile typo
2009-12-06 Paolo BorelliAdd GUtf8InputStream - Bug #603270
2009-12-01 Jeroen Nijhof[gio] Remove some commas at end of enumerator list
2009-12-01 Dan WinshipUse G_DEFINE_INTERFACE in gio
2009-11-30 Matthias ClasenFix up GIO docs
2009-11-30 Matthias ClasenFix 'make check' in gio
2009-11-30 Matthias ClasenRemove filter-cat from TEST_PROGS
2009-11-29 Paolo BorelliFix return type of g_converter_[in|out]put_stream.
2009-11-26 Ryan LortieBug 589631 - enclose literals with double quotes
2009-11-26 Christian KellnerAdd "default location" support to GMount
2009-11-26 Alexander LarssonPass in the right device to vfs->local_file_add_info...
2009-11-26 Mures AndoneFixed bug 91 (GIO monitoring not working due to bad...
2009-11-26 Will ThompsonApply English pedantry to GAsyncInitable's docs
2009-11-26 Alexander LarssonRemove unused variable
2009-11-24 Ryan LortieBug 601637 - add GUnixFDList
2009-11-24 Alexander LarssonUpdate gio.symbols with new functions
2009-11-24 Alexander LarssonExport g_charset_converter_get_num_fallbacks in header
2009-11-24 Alexander LarssonFix GZlibCompressorFormat names
2009-11-23 Ryan LortieBug 591214 - Warnings building gcancellable.o
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
next