summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2934-false-null-file-attributes' into 'main'Ondrej Holy2023-03-071-11/+12
|\
| * glocalfileinfo: Set is-backup attribute on WindowsPhilip Withnall2023-03-061-0/+2
| * glocalfile: Set various file attributes if their value is FALSEPhilip Withnall2023-03-061-11/+10
* | Merge branch 'wip/oholy/lost-and-found-is-hidden' into 'main'Philip Withnall2023-03-061-6/+3
|\ \
| * | glocalfileinfo: Mark the lost+found dir as hidden againOndrej Holy2023-03-061-6/+3
| |/
* | glocalfileinfo: Set is-backup attribute also on WindowsOndrej Holy2023-03-061-0/+2
* | glocalfileinfo: Ensure that is-backup is always setOndrej Holy2023-03-061-3/+4
|/
* Merge branch '2907-file-info-docs' into 'main'Emmanuele Bassi2023-02-221-4/+6
|\
| * glocalfileinfo: Ensure boolean file attributes are setPhilip Withnall2023-02-081-4/+6
* | Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exe...Maciej S. Szmigiero2023-02-211-2/+6
|/
* glocalfileinfo: Don't reset mtime tv_sec when setting tv_usecMaxim Mikityanskiy2023-01-021-0/+1
* Merge branch 'gio-thumbnail-sizes' into 'main'Philip Withnall2022-12-081-17/+142
|\
| * file-info: Add a set of attributes for large thumbnailsMatthias Clasen2022-12-081-17/+142
* | gio: Change content type of zero-sized files to application/x-zerosizePhilip Withnall2022-11-071-5/+1
* | gio: Check __APPLE__ in a few places instead of HAVE_COCOAPhilip Withnall2022-11-071-1/+1
* | Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments"Philip Withnall2022-11-071-1/+1
* | 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