summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2009-02-172.19.8GLIB_2_19_8Matthias Clasen1-0/+4
2009-02-17fix changelog dateRyan Lortie1-1/+1
2009-02-17Add missing exportsMatthias Clasen3-6/+22
2009-02-172.19.7GLIB_2_19_7Matthias Clasen1-0/+4
2009-02-17Add an "aborted" signal to abort a mount operation from the backend side.Matthias Clasen4-2/+34
2009-02-16Bug 505042 – add file attribute for actually used file size in bytesRyan Lortie4-0/+24
2009-02-16Bug 571598 – GAsyncResult with NULL gobjectRyan Lortie2-7/+18
2009-02-12Cope with EEXIST == ENOTEMPTY. Reported by Nicolas JosephMatthias Clasen2-1/+9
2009-02-06Correct the grammar in some property documentation.Murray Cumming3-5/+5
2009-02-04Bug 566747 - URIs opened with firefox %u load as local filesAlexander Larsson2-4/+8
2009-02-022.19.6GLIB_2_19_6Matthias Clasen1-0/+4
2009-01-31plug a tiny mem leak.Paolo Borelli2-0/+6
2009-01-29handle all possible cases of EAGAIN and EWOULDBLOCK being (un)defined andRyan Lortie2-1/+26
2009-01-28Bug 568575 – _async functions for GDataInputStreamRyan Lortie6-39/+663
2009-01-22Bug 568723 – g_buffered_input_stream_fill_async doesn't take count == -1Ryan Lortie2-2/+24
2009-01-22Bug 568741 – g_buffered_input_stream_fill_async doesn't workRyan Lortie2-0/+20
2009-01-21Bug 568394 – dropping the last reference to a stream filter closes theRyan Lortie10-65/+547
2009-01-19Expand docsMatthias Clasen2-2/+16
2009-01-192.19.5GLIB_2_19_5Matthias Clasen1-0/+4
2009-01-19Doc additionMatthias Clasen2-0/+5
2009-01-19Some cleanupsMatthias Clasen2-107/+123
2009-01-09Don't assume filenames are UTF-8.Matthias Clasen3-19/+25
2009-01-09Make tests work with current shared-mime-infoMatthias Clasen2-2/+6
2009-01-08Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by OlivierMatthias Clasen5-6/+32
2009-01-052.19.4GLIB_2_19_4Matthias Clasen1-0/+4
2009-01-05cast a "char **" to "const char **" to avoid a warning.Dan Winship5-5/+11
2009-01-05Try using O_NOATIME when sniffing for mime types. Based on a patch by A.Matthias Clasen2-2/+15
2009-01-05improve add new simple-async-result test new file to testRyan Lortie4-1/+122
2009-01-05Add g_simple_async_result_is_valid(). Implementation by Dan Winship.Ryan Lortie4-0/+54
2008-12-31Add notes about being UNIX-specificMatthias Clasen5-5/+26
2008-12-20move some changelog entries that i put in the wrong spotRyan Lortie1-0/+10
2008-12-152.19.3GLIB_2_19_3Matthias Clasen2-0/+7
2008-12-13Make these work on x86_64Matthias Clasen2-1/+5
2008-12-12free the tokens when done with themRyan Lortie1-0/+2
2008-12-12fix leak that occurs when multiple mount entries match the requested pathRyan Lortie1-1/+1
2008-12-10Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancellingAlexander Larsson2-5/+65
2008-12-09Bug 515777 - incorrect date&time on copyAlexander Larsson3-2/+20
2008-12-08Hide ecryptfs mounts, so that the desktop does not show both the mount andMatthias Clasen2-0/+9
2008-12-08Add "fd" and "close-fd" properties including getters and setters. Patch byMatthias Clasen6-41/+380
2008-12-08Support compilers that don't understand ISO C varargs macros. Patch byMatthias Clasen2-0/+19
2008-12-08Use g_access() to check accessibility of local devices. Patch by MartinMatthias Clasen2-1/+19
2008-12-012.19.2GLIB_2_19_2Matthias Clasen1-0/+4
2008-12-01Revert behaviour change in g_data_input_stream_read_lineMatthias Clasen3-7/+9
2008-12-012.19.1Matthias Clasen1-0/+4
2008-12-01Add and document g_mount_is_shadowed plus calls to set/unset a mount asAlexander Larsson6-34/+157
2008-12-01Comment out two failing testsMatthias Clasen2-0/+8
2008-11-28Add g_app_info_get_commandline. Requested by Hans Petter Jansson.Matthias Clasen5-2/+51
2008-11-28Fix a typo, s/detext/detect. Patch by Enrico Tröger.Christian Dywan2-1/+5
2008-11-28Bug 559633 – gtk_image_new_from_gicon does not always work for .desktopMatthias Clasen2-1/+20
2008-11-28 Bug 548163 – Nautilus displays wrong error message for too long fileMatthias Clasen2-3/+23