summaryrefslogtreecommitdiff
path: root/document-portal/xdp-fuse.c
Commit message (Expand)AuthorAgeFilesLines
* Rename source files to flatpakAlexander Larsson2016-05-091-2/+2
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-21/+21
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-173/+212
* Remove unused local variables reported by clangAlexander Larsson2016-04-211-3/+0
* fuse: Store basename in dir so we don't have to keep looking it upAlexander Larsson2016-03-141-27/+21
* document portal: Avoid some deadlockAlexander Larsson2016-03-141-2/+1
* Reimplement fuse backendAlexander Larsson2016-03-111-1465/+1474
* common: Make it explicit that XdgAppError are portal errorsAlexander Larsson2015-12-081-4/+4
* fuse: Disable entry cache to work around race conditionAlexander Larsson2015-10-011-1/+5
* fuse: Supply mode when creating filesAlexander Larsson2015-09-181-1/+1
* document portal: Fix crashes when dbus activatedAlexander Larsson2015-09-091-2/+15
* fuse: Drop DOC_DIR_INO_CLASSAlexander Larsson2015-09-081-75/+26
* document portal: Correctly handle recursive documentsAlexander Larsson2015-09-081-0/+12
* fuse: Add some more debug spewAlexander Larsson2015-09-081-1/+3
* fuse: Raise entry cache times now that we invalidateAlexander Larsson2015-09-081-7/+5
* fuse: Properly invalidate inodes and entriesAlexander Larsson2015-09-081-5/+55
* fuse: Unmount previous fuse instance if ENOTCONNAlexander Larsson2015-09-081-0/+10
* document-portal: Actually respect WRITE permissionsAlexander Larsson2015-09-041-80/+225
* document-portal: Use xdg_app_is_valid_name() to validate app namesAlexander Larsson2015-09-041-1/+1
* fuse: Always open files with O_NOFOLLOWAlexander Larsson2015-09-041-3/+3
* Add debug output for releaseAlexander Larsson2015-09-031-0/+3
* Store and verify parent dir dev/ino and pass O_PATH fdsAlexander Larsson2015-09-031-84/+140
* fuse: Make filesystem multithreadedAlexander Larsson2015-09-031-390/+613
* Use g_auto(GStrv) instead of glnx_strfreevAlexander Larsson2015-08-311-1/+1
* Remove ununsed variables reported by clangAlexander Larsson2015-08-271-1/+0
* Drop the xdp specific errors and use the xdg-app onesAlexander Larsson2015-08-271-4/+4
* Document portal: Store paths, not urisAlexander Larsson2015-08-271-11/+11
* Make document portal use the new permission storeAlexander Larsson2015-08-261-80/+74
* Don't list empty names in opendirAlexander Larsson2015-08-041-2/+3
* document-portal: *always* use the by-app locationAlexander Larsson2015-07-111-24/+4
* Add GetMountPoint method for document portalAlexander Larsson2015-07-101-0/+6
* Import xdg-document-portal from github repoAlexander Larsson2015-07-101-0/+1787