summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
...
* export and use _g_file_attribute_matcher_matches_id()Benjamin Otte2009-06-291-47/+48
* Add extension point for adding metadata for local filesAlexander Larsson2009-06-231-11/+97
* Support special icons for xdg user dirsMatthias Clasen2009-06-151-2/+16
* Fix error message in set_mtime_atime()Paul Pogonyshev2009-05-171-1/+1
* Fix translation from GIO's file attr to xattr attributesJohan Bilien2009-04-221-1/+1
* Only mark regular files as backup filesAlexander Larsson2009-04-081-1/+2
* Bug 562613 – Missing const modifier in string parametersAlexander Larsson2009-03-031-3/+3
* Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.cPaolo Borelli2009-02-251-1/+1
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Bug 505042 – add file attribute for actually used file size in bytesRyan Lortie2009-02-161-0/+2
* plug a tiny mem leak.Paolo Borelli2009-01-311-0/+2
* Try using O_NOATIME when sniffing for mime types. Based on a patch by A.Matthias Clasen2009-01-051-2/+8
* Bug 528320 - Incorrect icons displayed for files with custom mimetypeAlexander Larsson2008-10-231-6/+2
* Bug 556334 – Warning when building without selinux supportMatthias Clasen2008-10-151-5/+8
* Fix gcc warningsMatthias Clasen2008-10-101-6/+6
* Support setting selinux attributesMatthias Clasen2008-07-231-0/+89
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Don't do fallback for user-home and user-desktop to avoid problems withMatthias Clasen2008-06-191-12/+10
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-17/+17
* Bug 537546 – 'desktop' shortcut in file chooser looks like a genericMatthias Clasen2008-06-101-5/+10
* Bug 537392 – Additional colon in xattr nameMatthias Clasen2008-06-101-2/+2
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code fromMichael Natterer2008-05-051-1/+0
* Introduce a macro GLocalFileStat that is the normal struct stat on UnixTor Lillqvist2008-03-121-14/+99
* Correctly implement can_trash by actually looking for a trash dir, notAlexander Larsson2008-03-111-3/+7
* Make sure empty files get text/plain type (#518720)Alexander Larsson2008-02-291-1/+1
* Implement this function by moving bits from glocalfileinfo.cDavid Zeuthen2008-02-211-40/+25
* Use g_unlink/g_rename instead of unlink/rename; do not pass raw filenamesAlexander Larsson2008-02-181-2/+3
* Save errno before calling other funcs that potentially alter it. BugChristian Persch2008-02-061-17/+33
* Fix leak of uriAlexander Larsson2008-01-221-0/+2
* Whitespace cleanups.Matthias Clasen2008-01-211-23/+23
* Add a commentMatthias Clasen2008-01-111-1/+2
* Check for HAVE_LCHOWN (#505887)Alexander Larsson2008-01-031-0/+2
* Add define for selinux context attribute. Fix missing : -> :: namespaceAlexander Larsson2008-01-031-7/+7
* fix typo in the ifdef used to detect statbuf->st_blocks. (#505042)Paolo Borelli2007-12-251-2/+2
* File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs ->Alexander Larsson2007-12-201-15/+15
* Move GFileAttributeValue to a private header, as its sort of ugly.Alexander Larsson2007-12-141-19/+25
* Clean up all flags enums to not have _FLAGS in them Make the names of someAlexander Larsson2007-12-141-1/+1
* Make attribute namespace separator "::" instead of ":". Use - instead of _Alexander Larsson2007-12-121-11/+11
* Fix up a bunch of details in the docs.Alexander Larsson2007-12-121-62/+62
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-2/+2
* follow lib naming convention working implementation for user and groupHans Breuer2007-12-091-28/+71
* Add forgotten #ifdef G_OS_WIN32 to fix the build on linux.Christian Persch2007-12-081-0/+2
* [gio compiles and links on win32, not sure how much already works] ifdefedHans Breuer2007-12-081-9/+102
* Replace the copy-and-paste MD5 digest generation with GChecksum.Emmanuele Bassi2007-12-041-311/+16
* Add xattr checks for OSX style API (#500506) 2007-12-03 Alexander LarssonAlexander Larsson2007-12-031-26/+52
* More coding style fixesMatthias Clasen2007-11-301-95/+105
* Added. Added. Added. Added.Alexander Larsson2007-11-281-0/+2
* gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson2007-11-261-0/+2216