index
:
~jonny/glib
master
v6only
le glib
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gio
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-11
Fix GNetworkAddress skipping addresses when enumerating
Sjoerd Simons
1
-5
/
+0
2009-09-11
Make the error const for g_simple_async_result_set_from_error
Richard Hughes
2
-2
/
+2
2009-09-11
g_socket_send_message() fails due to invalid sendmsg(2) params.
James Hunt
1
-0
/
+5
2009-09-07
Avoid reading uninitialized memory
Alexander Larsson
1
-1
/
+2
2009-09-07
Remove warning in g_simple_async_result_complete
Alexander Larsson
1
-2
/
+0
2009-09-07
Another dead assignment
Matthias Clasen
1
-5
/
+1
2009-09-07
Remove a dead initialization
Matthias Clasen
1
-1
/
+1
2009-09-07
Remove a dead increment
Matthias Clasen
1
-1
/
+1
2009-09-07
Remove another dead assignment
Matthias Clasen
1
-3
/
+1
2009-09-07
Remmove a dead assignment.
Matthias Clasen
1
-3
/
+1
2009-09-07
Move a assignment to the relevant #ifdef branch
Matthias Clasen
1
-2
/
+1
2009-09-07
Remove dead code
Matthias Clasen
1
-4
/
+0
2009-09-07
Don't evaluate an uninitialized value
Matthias Clasen
1
-0
/
+1
2009-09-04
Bug 594034 - Use g_mkstemp_full() when creating the replacement file
Benjamin Otte
1
-1
/
+1
2009-09-01
Use lchmod instead of stat + chown if available
Benjamin Otte
1
-3
/
+7
2009-09-01
Bug 593406 - Permissions set to 777 after copying via Nautilus
Benjamin Otte
1
-5
/
+16
2009-09-01
Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINK
Benjamin Otte
1
-1
/
+3
2009-09-01
Fix gtk-doc syntax
Benjamin Otte
1
-4
/
+4
2009-09-01
Bug 593406 - Permissions set to 777 after copying via Nautilus
Benjamin Otte
1
-2
/
+10
2009-08-27
Re-commit 30b8774f7f3f7f329af6b041b6c86bad14717534
Matthias Clasen
1
-0
/
+3
2009-08-27
Use the saved errno value
Matthias Clasen
1
-1
/
+1
2009-08-27
Revert "add a "gsettings-backend" extension point to GIO"
Matthias Clasen
1
-3
/
+0
2009-08-27
add a "gsettings-backend" extension point to GIO
Ryan Lortie
1
-0
/
+3
2009-08-24
Documentation fixes
Matthias Clasen
1
-0
/
+2
2009-08-19
Use MSG_NOSIGNAL in GSocket if it's available
Dan Winship
1
-2
/
+12
2009-08-19
Re-run res_init() when resolv.conf changes
Dan Winship
5
-24
/
+132
2009-08-19
When creating a pipe for a cancelled cancellable, write to it
Benjamin Otte
1
-2
/
+6
2009-08-19
Use g_cancellable_release_fd()
Benjamin Otte
3
-2
/
+12
2009-08-19
Implement g_cancellable_release_fd()
Benjamin Otte
1
-19
/
+58
2009-08-19
Add g_cancellable_release_fd()
Benjamin Otte
4
-1
/
+33
2009-08-19
Bug 591714 – Figure out failure handling for g_cancellable_make_pollfd()
Benjamin Otte
5
-31
/
+34
2009-08-18
Fix multiple returns in gtk-doc comment
Benjamin Otte
1
-1
/
+0
2009-08-17
g_inet_socket_address_to_native: properly zero out sockaddr_in6
Dan Winship
1
-1
/
+1
2009-08-14
[Win32] Avoid superfluous '/' from g_file_resolve_relative_path()
Shixin Zeng
1
-3
/
+13
2009-07-30
Fix a bad void return. #588901
Dan Winship
1
-1
/
+1
2009-07-29
Conditionalize portability #includes in g-asyncns.h
Dan Winship
1
-0
/
+6
2009-07-23
Fix leaks in GSocketClient and GThreadedResolver
Dan Winship
5
-5
/
+32
2009-07-21
Fixed a missing head which will cause crashes for 64bit applications
Lin Ma
1
-0
/
+1
2009-07-20
Propagate the right error
Benjamin Otte
1
-1
/
+1
2009-07-07
Make it compile on Windows.
Tor Lillqvist
1
-1
/
+2
2009-07-06
Document support_thread_contexts
Matthias Clasen
1
-0
/
+1
2009-07-05
Fix a segfault in g_cancellable_cancel
Matthias Clasen
1
-1
/
+1
2009-07-05
Revert "Move gio tests from gio/tests/ to tests/gio/"
Matthias Clasen
27
-0
/
+6506
2009-07-05
Move comment to the right place
Matthias Clasen
1
-1
/
+1
2009-07-05
Register ids for new file attributes
Matthias Clasen
2
-4
/
+12
2009-07-05
Allow interaction when unmounting mounts
David Zeuthen
13
-44
/
+1002
2009-07-05
[gio] minor improvements to g_cancellable_cancel()
Benjamin Otte
1
-12
/
+12
2009-07-01
Two "make check" fixes for late changes to the thread-context patch
Dan Winship
1
-1
/
+1
2009-07-01
Move gio tests from gio/tests/ to tests/gio/
Benjamin Otte
27
-6483
/
+0
2009-07-01
Support g_main_context_push_thread_default() in gio
Dan Winship
23
-121
/
+474
[next]