summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Stop supporting non-POSIX getpwuid_r, getgrgid_rRyan Lortie2015-12-161-6/+2
* GLocalFile: return text/plain for empty filesRyan Lortie2015-09-291-5/+13
* GLocalFileInfo: don't content-sniff zero-length filesRyan Lortie2015-08-211-1/+4
* glocalfileinfo: Support file creation time on FreeBSD and NetBSDTing-Wei Lan2015-08-211-0/+12
* Fix GContentType usageTingPing2015-01-041-6/+6
* glocalfileinfo: Suppress static analysis return value warningColin Walters2014-07-231-1/+1
* Return folder as icon for directoriesMatthias Clasen2014-06-221-1/+6
* glocalfileinfo: don't special-case directory iconsLars Uebernickel2014-03-111-8/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* win32: silence build warningMarc-André Lureau2014-01-191-1/+1
* gio: fix small memory leak on local xattrMarc-André Lureau2014-01-161-0/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-5/+3
* Require POSIX.1 (1990) compliance on unixDan Winship2013-11-201-9/+7
* file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attributeRyan Lortie2013-10-231-8/+28
* Fix compilation on Android with the bionic C librarySebastian Dröge2013-04-161-0/+2
* glocalfileinfo: Stop using PATH_MAX for .hiddenRyan Lortie2013-03-131-19/+13
* Add g_close(), use itColin Walters2013-01-291-1/+2
* glocalfile: Only check for .hidden files if standard::is-hidden is requestedColin Walters2013-01-111-4/+8
* fileinfo: mark lost+found/ root directory as hiddenDavid Zeuthen2012-12-061-0/+5
* Support for .hidden filesTimothy Arceri2012-12-061-1/+115
* Unconditionally use g_content_type_get_symbolic_icon()Kalev Lember2012-11-281-2/+0
* Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge2012-11-281-2/+0
* Fix compilation on Android with the bionic C librarySebastian Dröge2012-11-281-0/+2
* file-info: Don't leak the filename if thumbnailing failedDebarshi Ray2012-11-201-0/+1
* file-info: catch thumbnail files in large directory as wellCosimo Cecchi2012-10-261-5/+14
* gio: Fix build on WindowsChun-wei Fan2012-09-191-0/+2
* Add ability to get symbolic icon for content typeWilliam Jon McCann2012-08-301-28/+47
* Add symbolic icon support to gfileinfoWilliam Jon McCann2012-08-301-21/+76
* Switch all open() calls to use g_open()Colin Walters2012-08-281-2/+2
* Drop unneeded includesMatthias Clasen2012-07-031-1/+0
* Update to use XDG cache home for thumbnailsWilliam Jon McCann2012-06-131-4/+4
* localfileinfo: Split out attributes that don't need a statBenjamin Otte2011-11-161-36/+44
* docs: Improve g_variant_loop() docsBenjamin Otte2011-11-071-1/+4
* bgo#640212 - Replace "error stating file" with friendlier messagesFederico Mena Quintero2011-09-081-2/+2
* Fix usage of _GNU_SOURCEDan Winship2011-05-031-1/+0
* Squash some uninitialized variable compiler warningsColin Walters2011-04-261-4/+4
* glocalfileinfo: remove non-use of GTimeValRyan Lortie2010-11-021-7/+7
* Handle MLS selinux policy betterMatthias Clasen2010-07-081-28/+48
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* Define a public documented type for the struct stat used by g_stat()Tor Lillqvist2010-03-301-6/+1
* Clarify use of struct stat on WindowsTor Lillqvist2010-02-041-4/+6
* Pass in the right device to vfs->local_file_add_info for symlinksAlexander Larsson2009-11-261-2/+5
* Always report metadata on the path, not symlink targetAlexander Larsson2009-09-281-10/+1
* Remove a dead incrementMatthias Clasen2009-09-071-1/+1
* Use lchmod instead of stat + chown if availableBenjamin Otte2009-09-011-3/+7
* Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte2009-09-011-5/+16
* Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINKBenjamin Otte2009-09-011-1/+3
* Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte2009-09-011-2/+10
* Make it compile on Windows.Tor Lillqvist2009-07-071-1/+2
* add g_file_attribute_set_*_by_id() and use themBenjamin Otte2009-06-291-48/+48