summaryrefslogtreecommitdiff
path: root/gio/glocalfile.c
Commit message (Expand)AuthorAgeFilesLines
* Switch all open() calls to use g_open()Colin Walters2012-08-281-1/+1
* glocalfile: fix g_file_get_parse_name() on win32Dan Winship2012-08-061-1/+20
* glocalfile: fix error code when opening a directory on win32Dan Winship2012-02-091-0/+14
* Add G_FILE_ATTRIBUTE_FILESYSTEM_USED to get exact used spaceMatthias Clasen2012-01-091-0/+19
* Make glocalfile.c more readableMatthias Clasen2012-01-091-9/+9
* Avoid getmntinfoPatrick Welche2011-09-041-4/+8
* glocalfile: Fix the grammarTomas Bzatek2011-08-301-1/+1
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* glocalfile: don't bother with fstype on win32Ryan Lortie2011-07-261-1/+2
* glocalfile: Fix compilation without USE_STATFS and USE_STATVFSBenjamin Otte2011-07-211-1/+8
* Avoid failing arguments to statfs() test on systems which use statvfs.Patrick Welche2011-07-181-22/+0
* GLocalFile: Use _fstati64 rather than stat on Win32Kean Johnston2011-04-151-3/+9
* gio: Recognize reiser4 in g_file_query_filesystem_info()Serkan Kaba2011-01-061-0/+2
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* Bypass a few functions not used on Windows when compiling for WindowsTor Lillqvist2010-06-221-2/+2
* Define a public documented type for the struct stat used by g_stat()Tor Lillqvist2010-03-301-14/+9
* Keep metadata when files are renamed and trashedAlexander Larsson2010-02-221-2/+16
* Clarify use of struct stat on WindowsTor Lillqvist2010-02-041-9/+14
* Fix the filename roundtrip checkMatthias Clasen2010-01-061-1/+1
* Fix up GIO docsMatthias Clasen2009-11-291-6/+0
* Bug 324930 - Nicer message for EPERM on symlinkStéphane Démurget2009-11-051-0/+4
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-12/+8
* Avoid reading uninitialized memoryAlexander Larsson2009-09-071-1/+2
* Support g_main_context_push_thread_default() in gioDan Winship2009-07-011-0/+2
* Add extension point for adding metadata for local filesAlexander Larsson2009-06-231-23/+52
* Local file implementation of GFileIOStream and opsAlexander Larsson2009-05-131-0/+67
* Don't lie about ext4 filesystemsMatthias Clasen2009-04-031-1/+1
* On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTEDAlexander Larsson2009-04-021-5/+14
* Bug 573843 – g_get_current_dir returns non-absolute pathAlexander Larsson2009-03-041-0/+9
* Handle filesystems no supporting reporting how much is free. This fixesAlexander Larsson2009-03-031-7/+6
* Remove accidentally commited spewAlexander Larsson2009-02-231-5/+0
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+9
* Bug 515777 - incorrect date&time on copyAlexander Larsson2008-12-091-0/+5
* Bug 548163 – Nautilus displays wrong error message for too long fileMatthias Clasen2008-11-281-3/+14
* Bug 561375 – Leaks mountpoint descriptionCosimo Cecchi2008-11-211-1/+3
* Bug 558185 – 'parent' variable inGrahame Bowland2008-10-311-3/+1
* Fix leak inside g_local_file_get_parse_name()Federico Mena Quintero2008-10-271-0/+2
* Avoid a g_critical(). Pass a large enough result buffer toTor Lillqvist2008-09-301-3/+3
* Bug 535124 – umask 002 not being applied for new directories, new filesLoïc Minier2008-08-081-1/+1
* Use a configure check for structfs.f_bavail.Matthias Clasen2008-07-021-2/+2
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-55/+55
* Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist2008-06-161-1/+5
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-3/+2
* Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton2008-06-161-1/+1
* revert unintended changeMatthias Clasen2008-06-111-1/+1
* Bug 536641 – Filesystem querying in gio does not list AFS and autofsMatthias Clasen2008-06-101-1/+5
* Fix #533369. Check whether memeber statvfs.f_basetype available or not.simon.zheng2008-05-271-1/+7
* Fix typo in error message (#534764).Ross Burton2008-05-251-1/+1