summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* glocalfileinfo: Define errsv only if it's usedMarco Trevisan (Treviño)2022-10-311-1/+4
* gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-201-1/+1
* Merge branch 'always-sniff-xdg-mime' into 'main'Marco Trevisan2022-10-181-1/+1
|\
| * glocalfileinfo: Ensure we always sniff some data to get the content typeMarco Trevisan (Treviño)2022-10-181-1/+1
* | gio/locafileinfo: fix set_mtime_atime on win32Marc-André Lureau2022-10-171-61/+92
* | glocalfileinfo: Add support for xx-large and x-large thumbnailsMarco Trevisan (Treviño)2022-10-111-24/+18
* | glocalfileinfo: Avoid getting unused type valuesMarco Trevisan (Treviño)2022-10-111-26/+11
* | glocalfileinfo: don't call both utimes and utimensatJared Wahlstrand2022-10-111-40/+74
* | gio: properly guard use of utimensat()Peter Williams2022-09-211-0/+2
|/
* gfileinfo: Implement xattr attribute removalmadmurphy2022-07-261-6/+19
* 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