summaryrefslogtreecommitdiff
path: root/gio/glocalfile.c
Commit message (Expand)AuthorAgeFilesLines
* Add functionality to preserve nanosecond timestampsnitinosiris2022-05-271-1/+13
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glocalfile: Fix g_stat return value not being checkedEgor Bychin2021-10-111-1/+10
* glocalfile: Fix the global trash dir detectionmarkus2021-07-121-0/+3
* glocalfile: Add native exfat magic number to filesystem listLeigh Scott2021-03-291-0/+2
* glocalfile: Fix an uninitialized variablewip/baedert/gparamTimm Bäder2021-01-061-1/+1
* glocalfile: Improve wording for error messages about trash directoriesPhilip Withnall2021-01-041-13/+36
* glocalfile: Clarify an error message slightlyPhilip Withnall2020-12-221-1/+1
* glocalfile: Add an assertion to help static analysisPhilip Withnall2020-12-081-3/+5
* glocalfile: Check g_stat() return valuePhilip Withnall2020-12-031-4/+23
* glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIMEwip/issue2205Simon McVittie2020-09-151-1/+2
* glocalfileinfo: Add support for optional/required fields in stat bufsAndre Miranda2020-08-141-6/+4
* glocalfileinfo: Use accessors to access struct stat membersAndre Miranda2020-08-141-7/+7
* gfile: Add support for x-gvfs-notrash option to ignore mountsOndrej Holy2020-08-051-13/+48
* Merge branch 'remove-broken-xp-code' into 'master'Philip Withnall2020-07-271-42/+4
|\
| * gio: Remove broken support for XPNirbheek Chauhan2020-07-261-42/+4
* | glib: Use g_file_set_contents_full() throughout GLib and GIOPhilip Withnall2020-07-261-1/+3
|/
* tree: Fix various ableist languagePhilip Withnall2020-06-231-1/+1
* glocalfile: Add SMB on the list of remote filesystemsOndrej Holy2020-06-191-2/+9
* glocalfile: Rename g_local_file_is_remoteOndrej Holy2020-06-191-2/+2
* glocalfile: Do not call statfs/statvfs several timesOndrej Holy2020-06-191-39/+15
* glocalfile: Fix G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE outside homeOndrej Holy2020-06-181-4/+10
* glocalfile: Remove redundant private headerOndrej Holy2020-06-181-1/+0
* glocalfile: Handle smb2 filesystem typeOndrej Holy2020-06-181-0/+2
* glocalfile: Don’t define unsupported copy vfuncPhilip Withnall2019-09-301-15/+0
* glocalfile: Don’t define symlink vfunc if it’s unsupportedPhilip Withnall2019-09-301-6/+4
* Support the trash portalMatthias Clasen2019-01-311-0/+5
* glocalfile: Use MAXSYMLINKS when following symlinksOndrej Holy2018-10-231-1/+9
* glocalfile: Return NULL if symlink expansion failsOndrej Holy2018-10-231-10/+18
* glocalfile: Fix access::can-trash if parent is symlinkOndrej Holy2018-10-171-39/+65
* glocalfile: Only ignore FS full information for FUSE and ncpfsPhilip Withnall2018-08-171-7/+12
* Fix trashing on overlayfsIain Lane2018-08-131-0/+19
* Revert "glocalfile: Check that parent device is the same when trashing"Iain Lane2018-08-131-21/+5
* glib: Don’t use time(NULL) to get current timePhilip Withnall2018-07-091-7/+8
* glocalfile: Fix a minor memory leakPhilip Withnall2018-06-291-0/+1
* glocalfile: Fix error code when trash not foundOndrej Holy2018-06-081-1/+1
* glocalfile: Check that parent device is the same when trashingOndrej Holy2018-06-081-5/+21
* glocalfile: Update G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH logicOndrej Holy2018-06-081-0/+11
* glocalfile: Allow trashing only for locations supported by trash:///Ondrej Holy2018-06-081-1/+16
* Revert "Merge branch 'wip/oholy/trashing-locations' into 'master'"Philip Withnall2018-06-071-27/+1
* glocalfile: Update G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH logicOndrej Holy2018-06-051-0/+11
* glocalfile: Allow trashing only for locations supported by trash:///Ondrej Holy2018-06-051-1/+16
* glocalfile: Use g_canonicalize_filenameGeorges Basile Stavracas Neto2018-04-301-102/+3
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-0/+2
* glocalfile: Update the list of Linux filesystem magic numbersTing-Wei Lan2017-12-191-2/+68
* glocalfile: Fix leak of FS type on some platformsPhilip Withnall2017-11-151-3/+3
* gio: Add FS magic number for FUSEUwe Helm2017-11-031-0/+2
* W32: Add a stat() implementation for private useРуслан Ижбулатов2017-11-011-31/+15
* Replace all instances of ssize_t with gssizeРуслан Ижбулатов2017-10-111-1/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-8/+18