summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Add functionality to preserve nanosecond timestampsnitinosiris2022-05-271-20/+124
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glocalfileinfo: Remove a redundant storePhilip Withnall2022-04-281-3/+1
* gio/win32: TIME_CREATED_USEC is u32Marc-André Lureau2022-03-231-1/+1
* glocalfileinfo: Fix atime/mtime mix due to bad copy/pasteEgor Bychin2021-10-111-1/+1
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-2/+2
* glocalfileinfo: Fix usec/nsec confusion with filetimes on WindowsPhilip Withnall2021-07-091-4/+17
* glocalfileinfo: Fix a typo in a file time utility functionPhilip Withnall2021-07-091-5/+5
* Fix signedness warning in gio/glocalfileinfo.c:get_access_rights()Emmanuel Fleury2021-02-081-1/+1
* Fix signedness warning in gio/glocalfileinfo.c:read_link()Emmanuel Fleury2021-02-081-3/+3
* gio: fix set_selinux_context coding styleMarc-André Lureau2020-12-011-23/+24
* gio: remove unnecessary strdup and fix potential leakMarc-André Lureau2020-12-011-6/+1
* gio: ‘security_context_t’ is deprecatedMarc-André Lureau2020-12-011-1/+1
* glocalfileinfo: Use a single timeout source at a time for hidden file cacheCarlos Garnacho2020-11-031-18/+61
* glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIMEwip/issue2205Simon McVittie2020-09-151-2/+2
* gio: Allow no atime from statxValentin David2020-08-231-5/+8
* glocalfileinfo: Support STX_BTIME for G_FILE_ATTRIBUTE_TIME_CREATEDAndre Miranda2020-08-171-7/+13
* glocalfileinfo: Add support for optional/required fields in stat bufsAndre Miranda2020-08-141-22/+15
* glocalfileinfo: Use accessors to access struct stat membersAndre Miranda2020-08-141-44/+44
* glocalfileinfo: Correct an off-by-one error when unescaping hexSergio Gelato2020-07-081-2/+2
* glocalfileinfo: Handle arbitrary binary data in extended attribute valuesSergio Gelato2020-07-081-6/+11
* W32 GLocalFileStat: remove compatibility time fieldsРуслан Ижбулатов2020-01-301-4/+16
* Support setting mtime and atime on local files on WindowsРуслан Ижбулатов2020-01-301-5/+180
* W32: support nanoseconds in stat timestampsРуслан Ижбулатов2020-01-301-4/+5
* Revert "glocalfileinfo: Only return file mode, not type, as UNIX_MODE attribute"Iain Lane2019-11-211-1/+1
* glocalfileinfo: Fix minor leak on error handling path for xattrsPhilip Withnall2019-10-301-1/+4
* glocalfileinfo: Only return file mode, not type, as UNIX_MODE attributePhilip Withnall2019-09-301-1/+1
* Merge branch 'win32-symlink-refactoring' into 'master'Philip Withnall2019-03-131-10/+19
|\
| * W32: significant symlink code changesРуслан Ижбулатов2018-10-101-6/+13
| * Straighten up the GFileType vs symlinks on Windows situationРуслан Ижбулатов2018-10-101-2/+2
| * W32: set nlink, clarify commentsРуслан Ижбулатов2018-10-041-2/+4
* | glib: Port various callers to use g_utf8_validate_len()Philip Withnall2018-10-231-2/+2
|/
* W32: new GFileInfo attributesРуслан Ижбулатов2018-09-121-0/+6
* Revert "glocalfile: Check that parent device is the same when trashing"Iain Lane2018-08-131-6/+2
* W32: consider NTFS mounpoints to be symlinksРуслан Ижбулатов2018-08-081-3/+8
* W32: correctly use st_ctimeРуслан Ижбулатов2018-08-081-1/+10
* Merge branch 'wip/jehan/android-master-v3' into 'master'Xavier Claessens2018-06-111-2/+6
|\
| * gio: fix various "warning: unused variable".Jehan2018-06-111-2/+6
* | glocalfile: Check that parent device is the same when trashingOndrej Holy2018-06-081-2/+6
|/
* fileinfo: make UNIX_IS_MOUNTPOINT be TRUE for /Will Thompson2018-06-071-1/+3
* Revert "Return folder as icon for directories"wip/rishi/issue-1073Debarshi Ray2018-05-281-6/+1
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-2/+4
* MacOS: fix content type check vs. mime check to show folder iconsFriedrich Beckmann2017-12-081-1/+1
* gio: Fix querying of thumbnail attributes other than thumbnail::pathPhilip Withnall2017-12-071-1/+5
* glocalfileinfo: Fix a leak on an error handling pathPhilip Withnall2017-11-171-1/+4
* W32: Add a stat() implementation for private useРуслан Ижбулатов2017-11-011-42/+55
* Replace all instances of ssize_t with gssizeРуслан Ижбулатов2017-10-111-7/+7
* glocalfileinfo: Use g_strcmp0() for some comparisons which might be NULLPhilip Withnall2017-10-061-2/+2
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-6/+17
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1