summaryrefslogtreecommitdiff
path: root/gio/glocalfile.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-19win32: silence build warningMarc-André Lureau1-1/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-2/+0
2013-11-20Require POSIX.1 (1990) compliance on unixDan Winship1-1/+1
2013-10-31gio: Clean up trashinfo file if trashing failsRoss Lagerwall1-0/+2
2013-10-03glocalfile: add private worker monitor APIsRyan Lortie1-2/+24
2013-09-26glocalfile: Only use O_DIRECTORY if availableWilliam Orr1-1/+5
2013-09-16GLocalFile: use GDir for g_file_measure_disk_usageRyan Lortie1-25/+32
2013-09-06GFile: add new g_file_measure_disk_usage() APIRyan Lortie1-0/+289
2013-07-28Fix build with statvfsMatthias Clasen1-0/+1
2013-06-05Ensure g_file_copy() does not temporarily expose private filesColin Walters1-9/+14
2013-02-02Don't try to find nfs mounts on WindowsMatthias Clasen1-0/+11
2013-01-29Add g_close(), use itColin Walters1-2/+5
2013-01-19localfile: add support for monitoring on NFSRyan Lortie1-2/+71
2012-12-06fileinfo: mark lost+found/ root directory as hiddenDavid Zeuthen1-0/+40
2012-11-15GLocalFile: canonicalize the initial directory separatorDan Winship1-0/+5
2012-11-15win32: define _WIN32_WINNT globallyDan Winship1-1/+0
2012-11-09Use url encoding for trash fileinfo path as per freedesktop trash specificationTimothy Arceri1-28/+1
2012-08-28Switch all open() calls to use g_open()Colin Walters1-1/+1
2012-08-06glocalfile: fix g_file_get_parse_name() on win32Dan Winship1-1/+20
2012-02-09glocalfile: fix error code when opening a directory on win32Dan Winship1-0/+14
2012-01-09Add G_FILE_ATTRIBUTE_FILESYSTEM_USED to get exact used spaceMatthias Clasen1-0/+19
2012-01-09Make glocalfile.c more readableMatthias Clasen1-9/+9
2011-09-04Avoid getmntinfoPatrick Welche1-4/+8
2011-08-30glocalfile: Fix the grammarTomas Bzatek1-1/+1
2011-08-29Spelling fixesMatthias Clasen1-1/+1
2011-07-26glocalfile: don't bother with fstype on win32Ryan Lortie1-1/+2
2011-07-21glocalfile: Fix compilation without USE_STATFS and USE_STATVFSBenjamin Otte1-1/+8
2011-07-18Avoid failing arguments to statfs() test on systems which use statvfs.Patrick Welche1-22/+0
2011-04-15GLocalFile: Use _fstati64 rather than stat on Win32Kean Johnston1-3/+9
2011-01-06gio: Recognize reiser4 in g_file_query_filesystem_info()Serkan Kaba1-0/+2
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-1/+0
2010-06-22Bypass a few functions not used on Windows when compiling for WindowsTor Lillqvist1-2/+2
2010-03-30Define a public documented type for the struct stat used by g_stat()Tor Lillqvist1-14/+9
2010-02-22Keep metadata when files are renamed and trashedAlexander Larsson1-2/+16
2010-02-04Clarify use of struct stat on WindowsTor Lillqvist1-9/+14
2010-01-06Fix the filename roundtrip checkMatthias Clasen1-1/+1
2009-11-29Fix up GIO docsMatthias Clasen1-6/+0
2009-11-05Bug 324930 - Nicer message for EPERM on symlinkStéphane Démurget1-0/+4
2009-09-18Fix a lot of clang complaintsMatthias Clasen1-12/+8
2009-09-07Avoid reading uninitialized memoryAlexander Larsson1-1/+2
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship1-0/+2
2009-06-23Add extension point for adding metadata for local filesAlexander Larsson1-23/+52
2009-05-13Local file implementation of GFileIOStream and opsAlexander Larsson1-0/+67
2009-04-03Don't lie about ext4 filesystemsMatthias Clasen1-1/+1
2009-04-02On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTEDAlexander Larsson1-5/+14
2009-03-04Bug 573843 – g_get_current_dir returns non-absolute pathAlexander Larsson1-0/+9
2009-03-03Handle filesystems no supporting reporting how much is free. This fixesAlexander Larsson1-7/+6
2009-02-23Remove accidentally commited spewAlexander Larsson1-5/+0
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+9