summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2009-03-132.20.0GLIB_2_20_0Matthias Clasen1-0/+4
2009-03-04Bug 573843 – g_get_current_dir returns non-absolute pathAlexander Larsson2-0/+16
2009-03-04Bug 573970 – crash in gunixvolumemonitor:update_mounts when unmountingAlexander Larsson3-1/+40
2009-03-03Bug 561172 – gnome-open fails on local URIs with anchorsAlexander Larsson3-10/+44
2009-03-03Bug 562613 – Missing const modifier in string parametersAlexander Larsson7-20/+29
2009-03-03Handle filesystems no supporting reporting how much is free. This fixesAlexander Larsson2-7/+13
2009-03-022.19.10GLIB_2_19_10Matthias Clasen1-0/+4
2009-03-022.19.9GLIB_2_19_9Matthias Clasen1-0/+4
2009-03-02Add a Since: tagMatthias Clasen2-1/+5
2009-03-02Use a separate lock for extension point registration to avoid deadlock.Matthias Clasen2-2/+10
2009-03-01Fix docsMatthias Clasen2-16/+38
2009-02-27Clarify docsMatthias Clasen2-7/+22
2009-02-27Fix up bug reference in previous commitDavid Zeuthen1-1/+1
2009-02-27Bug 540461 – GEmblemedIcon leakDavid Zeuthen2-0/+8
2009-02-27Split out the extension point registration code to its own function.Alexander Larsson4-11/+42
2009-02-26Bug 540461 – g_memory_output_stream_get_data_size() doesn't behave asAlexander Larsson3-1/+27
2009-02-26Bug 543183 – Clarify docs for g_file_has_prefixAlexander Larsson2-0/+9
2009-02-26Support desktop file key X-GIO-NoFuse which disables use of fuse pathnamesAlexander Larsson2-13/+24
2009-02-25Bug 570073 – Add support for reading filesystems on InterixAlexander Larsson2-0/+72
2009-02-25Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.cPaolo Borelli2-1/+7
2009-02-23Remove accidentally commited spewAlexander Larsson2-5/+5
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen12-17/+25
2009-02-20Don't ever sniff desktop files when the filename is known. In other words,Alexander Larsson2-0/+22
2009-02-19update gitignoreRyan Lortie1-0/+1
2009-02-198 spaces -> tab in ChangeLogRyan Lortie1-29/+29
2009-02-19Bug 549298 – impossible to copy files with p (pipe) flagAlexander Larsson2-13/+37
2009-02-18Bug 560564 – Replacing a symlink with its linked file truncates theAlexander Larsson4-23/+91
2009-02-17unref the destination's attribute matcher before overwriting it.Ryan Lortie2-0/+8
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