summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Fix GNetworkAddress skipping addresses when enumeratingSjoerd Simons1-5/+0
2009-09-11Make the error const for g_simple_async_result_set_from_errorRichard Hughes2-2/+2
2009-09-11g_socket_send_message() fails due to invalid sendmsg(2) params.James Hunt1-0/+5
2009-09-07Avoid reading uninitialized memoryAlexander Larsson1-1/+2
2009-09-07Remove warning in g_simple_async_result_completeAlexander Larsson1-2/+0
2009-09-07Another dead assignmentMatthias Clasen1-5/+1
2009-09-07Remove a dead initializationMatthias Clasen1-1/+1
2009-09-07Remove a dead incrementMatthias Clasen1-1/+1
2009-09-07Remove another dead assignmentMatthias Clasen1-3/+1
2009-09-07Remmove a dead assignment.Matthias Clasen1-3/+1
2009-09-07Move a assignment to the relevant #ifdef branchMatthias Clasen1-2/+1
2009-09-07Remove dead codeMatthias Clasen1-4/+0
2009-09-07Don't evaluate an uninitialized valueMatthias Clasen1-0/+1
2009-09-04Bug 594034 - Use g_mkstemp_full() when creating the replacement fileBenjamin Otte1-1/+1
2009-09-01Use lchmod instead of stat + chown if availableBenjamin Otte1-3/+7
2009-09-01Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte1-5/+16
2009-09-01Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINKBenjamin Otte1-1/+3
2009-09-01Fix gtk-doc syntaxBenjamin Otte1-4/+4
2009-09-01Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte1-2/+10
2009-08-27Re-commit 30b8774f7f3f7f329af6b041b6c86bad14717534Matthias Clasen1-0/+3
2009-08-27Use the saved errno valueMatthias Clasen1-1/+1
2009-08-27Revert "add a "gsettings-backend" extension point to GIO"Matthias Clasen1-3/+0
2009-08-27add a "gsettings-backend" extension point to GIORyan Lortie1-0/+3
2009-08-24Documentation fixesMatthias Clasen1-0/+2
2009-08-19Use MSG_NOSIGNAL in GSocket if it's availableDan Winship1-2/+12
2009-08-19Re-run res_init() when resolv.conf changesDan Winship5-24/+132
2009-08-19When creating a pipe for a cancelled cancellable, write to itBenjamin Otte1-2/+6
2009-08-19Use g_cancellable_release_fd()Benjamin Otte3-2/+12
2009-08-19Implement g_cancellable_release_fd()Benjamin Otte1-19/+58
2009-08-19Add g_cancellable_release_fd()Benjamin Otte4-1/+33
2009-08-19Bug 591714 – Figure out failure handling for g_cancellable_make_pollfd()Benjamin Otte5-31/+34
2009-08-18Fix multiple returns in gtk-doc commentBenjamin Otte1-1/+0
2009-08-17g_inet_socket_address_to_native: properly zero out sockaddr_in6Dan Winship1-1/+1
2009-08-14[Win32] Avoid superfluous '/' from g_file_resolve_relative_path()Shixin Zeng1-3/+13
2009-07-30Fix a bad void return. #588901Dan Winship1-1/+1
2009-07-29Conditionalize portability #includes in g-asyncns.hDan Winship1-0/+6
2009-07-23Fix leaks in GSocketClient and GThreadedResolverDan Winship5-5/+32
2009-07-21Fixed a missing head which will cause crashes for 64bit applicationsLin Ma1-0/+1
2009-07-20Propagate the right errorBenjamin Otte1-1/+1
2009-07-07Make it compile on Windows.Tor Lillqvist1-1/+2
2009-07-06Document support_thread_contextsMatthias Clasen1-0/+1
2009-07-05Fix a segfault in g_cancellable_cancelMatthias Clasen1-1/+1
2009-07-05Revert "Move gio tests from gio/tests/ to tests/gio/"Matthias Clasen27-0/+6506
2009-07-05Move comment to the right placeMatthias Clasen1-1/+1
2009-07-05Register ids for new file attributesMatthias Clasen2-4/+12
2009-07-05Allow interaction when unmounting mountsDavid Zeuthen13-44/+1002
2009-07-05[gio] minor improvements to g_cancellable_cancel()Benjamin Otte1-12/+12
2009-07-01Two "make check" fixes for late changes to the thread-context patchDan Winship1-1/+1
2009-07-01Move gio tests from gio/tests/ to tests/gio/Benjamin Otte27-6483/+0
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship23-121/+474