index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gio
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-02
2.19.6
GLIB_2_19_6
Matthias Clasen
1
-0
/
+4
2009-01-31
plug a tiny mem leak.
Paolo Borelli
2
-0
/
+6
2009-01-29
handle all possible cases of EAGAIN and EWOULDBLOCK being (un)defined and
Ryan Lortie
2
-1
/
+26
2009-01-28
Bug 568575 – _async functions for GDataInputStream
Ryan Lortie
6
-39
/
+663
2009-01-22
Bug 568723 – g_buffered_input_stream_fill_async doesn't take count == -1
Ryan Lortie
2
-2
/
+24
2009-01-22
Bug 568741 – g_buffered_input_stream_fill_async doesn't work
Ryan Lortie
2
-0
/
+20
2009-01-21
Bug 568394 – dropping the last reference to a stream filter closes the
Ryan Lortie
10
-65
/
+547
2009-01-19
Expand docs
Matthias Clasen
2
-2
/
+16
2009-01-19
2.19.5
GLIB_2_19_5
Matthias Clasen
1
-0
/
+4
2009-01-19
Doc addition
Matthias Clasen
2
-0
/
+5
2009-01-19
Some cleanups
Matthias Clasen
2
-107
/
+123
2009-01-09
Don't assume filenames are UTF-8.
Matthias Clasen
3
-19
/
+25
2009-01-09
Make tests work with current shared-mime-info
Matthias Clasen
2
-2
/
+6
2009-01-08
Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by Olivier
Matthias Clasen
5
-6
/
+32
2009-01-05
2.19.4
GLIB_2_19_4
Matthias Clasen
1
-0
/
+4
2009-01-05
cast a "char **" to "const char **" to avoid a warning.
Dan Winship
5
-5
/
+11
2009-01-05
Try using O_NOATIME when sniffing for mime types. Based on a patch by A.
Matthias Clasen
2
-2
/
+15
2009-01-05
improve add new simple-async-result test new file to test
Ryan Lortie
4
-1
/
+122
2009-01-05
Add g_simple_async_result_is_valid(). Implementation by Dan Winship.
Ryan Lortie
4
-0
/
+54
2008-12-31
Add notes about being UNIX-specific
Matthias Clasen
5
-5
/
+26
2008-12-20
move some changelog entries that i put in the wrong spot
Ryan Lortie
1
-0
/
+10
2008-12-15
2.19.3
GLIB_2_19_3
Matthias Clasen
2
-0
/
+7
2008-12-13
Make these work on x86_64
Matthias Clasen
2
-1
/
+5
2008-12-12
free the tokens when done with them
Ryan Lortie
1
-0
/
+2
2008-12-12
fix leak that occurs when multiple mount entries match the requested path
Ryan Lortie
1
-1
/
+1
2008-12-10
Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancelling
Alexander Larsson
2
-5
/
+65
2008-12-09
Bug 515777 - incorrect date&time on copy
Alexander Larsson
3
-2
/
+20
2008-12-08
Hide ecryptfs mounts, so that the desktop does not show both the mount and
Matthias Clasen
2
-0
/
+9
2008-12-08
Add "fd" and "close-fd" properties including getters and setters. Patch by
Matthias Clasen
6
-41
/
+380
2008-12-08
Support compilers that don't understand ISO C varargs macros. Patch by
Matthias Clasen
2
-0
/
+19
2008-12-08
Use g_access() to check accessibility of local devices. Patch by Martin
Matthias Clasen
2
-1
/
+19
2008-12-01
2.19.2
GLIB_2_19_2
Matthias Clasen
1
-0
/
+4
2008-12-01
Revert behaviour change in g_data_input_stream_read_line
Matthias Clasen
3
-7
/
+9
2008-12-01
2.19.1
Matthias Clasen
1
-0
/
+4
2008-12-01
Add and document g_mount_is_shadowed plus calls to set/unset a mount as
Alexander Larsson
6
-34
/
+157
2008-12-01
Comment out two failing tests
Matthias Clasen
2
-0
/
+8
2008-11-28
Add g_app_info_get_commandline. Requested by Hans Petter Jansson.
Matthias Clasen
5
-2
/
+51
2008-11-28
Fix a typo, s/detext/detect. Patch by Enrico Tröger.
Christian Dywan
2
-1
/
+5
2008-11-28
Bug 559633 – gtk_image_new_from_gicon does not always work for .desktop
Matthias Clasen
2
-1
/
+20
2008-11-28
Bug 548163 – Nautilus displays wrong error message for too long file
Matthias Clasen
2
-3
/
+23
2008-11-28
Bug 547481 – g_data_input_stream_read_line behaves not as stated in the
Matthias Clasen
3
-2
/
+18
2008-11-28
Only allow deleting files that have been created by
Matthias Clasen
2
-3
/
+11
2008-11-28
Better fix
Matthias Clasen
1
-4
/
+3
2008-11-28
Avoid unused variables
Matthias Clasen
2
-4
/
+14
2008-11-28
Bug 562393 – g_buffered_input_stream_read_byte broken if data available
Matthias Clasen
4
-2
/
+77
2008-11-28
Bug 561807 – inotify_sub.c :: dup_dirname() fails to remove trailing '/'
Matthias Clasen
2
-2
/
+10
2008-11-21
Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
Christophe Fergeau
1
-1
/
+1
2008-11-21
Bug 561375 – Leaks mountpoint description
Cosimo Cecchi
2
-1
/
+10
2008-11-20
Bug 561352 – Leak of icon description
Cosimo Cecchi
2
-0
/
+8
2008-11-15
Add G_FILE_ATTRIBUTE_PREVIEW_ICON to doc table
Matthias Clasen
2
-0
/
+5
[next]