Updated Kannada(kn) translation
[platform/upstream/glib.git] / gio /
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/
2009-07-01 Dan WinshipSupport g_main_context_push_thread_default() in gio
2009-07-01 Dan WinshipUse low-level GSource methods in a few more places
2009-06-30 Dan WinshipRemove some unused code
2009-06-30 Dan WinshipFix GResolver for g_simple_async_result_set_op_res_gpoi...
2009-06-30 Benjamin OtteBug 587434 – regression tests fail
2009-06-30 Benjamin OtteBug 587434 – regression tests fail
2009-06-30 Dan WinshipAdd GCancellables to GSocket ops
2009-06-29 Benjamin Otteremove unused label
2009-06-29 Benjamin Ottefix warnings from gcc compilation with my mad CFLAGS
2009-06-29 Benjamin Otteadd g_file_attribute_set_*_by_id() and use them
2009-06-29 Benjamin Otteexport and use _g_file_attribute_matcher_matches_id()
2009-06-29 Benjamin Otteadd private header with attribute ids
2009-06-29 Benjamin Ottesplit lookup_attribute() into two functions
2009-06-29 Benjamin Ottesplit attribute hash initialization into its own function
2009-06-27 Tom ParkerAdd NULL to end of g_filename_complete_get_completions...
2009-06-25 Alexander LarssonAllow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes...
2009-06-24 Richard HughesAllow GCancellable to be subclassed by adding a private...
2009-06-23 David ZeuthenBug 586675 – Runtime library location
2009-06-23 Alexander LarssonAdd extension point for adding metadata for local files
2009-06-23 Alexander LarssonAdd g_file_info_set_attribute_status
2009-06-23 Alexander LarssonAdd g_file_info_has_namespace
2009-06-23 Alexander LarssonAdd string vector attribute type to GFileInfo
2009-06-23 Alexander LarssonCopy namespaces correctly in g_file_copy_attributes
2009-06-20 Matthias ClasenFix build on mingw
2009-06-18 Alexander LarssonUse io_prio as mainloop prio for async-emulation (...
2009-06-18 Benjamin OtteRevert "clarify documentation"
2009-06-18 Benjamin Ottesyntax fix in documentation
2009-06-18 Benjamin Ottefix typo in documentation
2009-06-18 Benjamin Otteclarify documentation
2009-06-15 Matthias ClasenAdd g_setenv
2009-06-15 David ZeuthenBug 585591 – Starting/stopping drives
2009-06-15 Ondrej JirmanFix incorrect freeing of thread pool in GThreadedSocket...
2009-06-15 Alexander LarssonEmit changed in g_socket_listener_add_socket, not in...
2009-06-15 Alexander LarssonRef the passed in socket in g_socket_listener_add_socke...
2009-06-15 Alexander LarssonAdd bound address out-argument to g_socket_listener_add...
2009-06-15 Alexander LarssonAvoid unnecessary work if mount watching not specified...
2009-06-15 Matthias ClasenSupport special icons for xdg user dirs
2009-06-15 Matthias ClasenDon't use deprecated GLib api
2009-06-15 Matthias ClasenFix the icon property implementation
2009-06-15 Matthias ClasenTrivial formatting fixes
2009-06-15 Matthias ClasenInclude sys/uio.h for struct iovec
2009-06-15 Matthias ClasenUse inotify_init1 when available
2009-06-14 Ryan LortieAdd GNIO test cases to .gitignore
2009-06-12 Ryan LortieBug 585575 – g_socket_listener_add_inet_port()
2009-06-12 Ryan Lortieadd g_socket_speaks_ipv4()
2009-06-12 Benjamin Ottemake all APIs that take inet port arguments take a...
2009-06-12 Benjamin Ottedon't make strings const when they are not
2009-06-11 Matthias ClasenFix an oversight in the previous commit
2009-06-11 Matthias ClasenInclude sys/types.h in gunixfdmessage.c
2009-06-10 Matthias ClasenMake setting DISPLAY work
2009-06-09 Dan WinshipRevert part of fix for old OS X that broke the compile...
2009-06-09 Benjamin OtteBug 585189 – g_cancellable_reset() must be called in...
2009-06-08 Benjamin Ottetypo in documentation
2009-06-08 Benjamin Otteonly query file info in g_file_copy() when we need it
2009-06-01 Alexander LarssonReformat g_themed_icon_get_names return type to make...
2009-06-01 Dan WinshipFix multiple bugs in g_srv_target_list_sort()
2009-06-01 Dan WinshipClarify some GSocket docs
2009-06-01 Dan WinshipMisc networking build fixes
2009-06-01 Tor LillqvistBump _WIN32_WINNT to 0x0501
2009-05-30 Hans BreuerUpdated msvc build files
2009-05-30 Hans BreuerVersion resource template for gio
2009-05-30 Hans BreuerHandle EAI_NODATA==EAI_NONAME in win32 SDK
2009-05-30 Hans BreuerInclude io.h for write() on win32
2009-05-30 Hans BreuerReplace FIXME with proper SDK version define
2009-05-28 Matthias ClasenAnother pedantic docs fix
2009-05-28 Alexander LarssonRef the right type in g_socket_control_message_deserialize
2009-05-28 Alexander LarssonDocument g_socket_control_message_deserialize
2009-05-28 Shixin ZengFix string length bugs in GWinHttpFile (#580347)
2009-05-28 Matthias ClasenFix make check
next