summaryrefslogtreecommitdiff
path: root/document-portal
Commit message (Expand)AuthorAgeFilesLines
* Fix various spelling mistakesSimon McVittie2016-05-171-2/+2
* document-portal: Yet another attempt to fix the buildAlexander Larsson2016-05-091-1/+1
* Split out permission store from session helperAlexander Larsson2016-05-092-23/+25
* Remove unused variablesAlexander Larsson2016-05-091-1/+1
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-091-1/+3
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-092-6/+6
* Rename library to libflatpakAlexander Larsson2016-05-091-1/+1
* Rename source files to flatpakAlexander Larsson2016-05-095-9/+9
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-095-97/+97
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-066-277/+325
* No need to put introspection xml in resourcesAlexander Larsson2016-04-263-29/+0
* Remove unused local variables reported by clangAlexander Larsson2016-04-211-3/+0
* No need for newlines in g_debug messagesAlexander Larsson2016-03-141-6/+6
* 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-143-109/+131
* Now newlines needed in g_debug callsAlexander Larsson2016-03-111-1/+1
* Reimplement fuse backendAlexander Larsson2016-03-115-1561/+1486
* Add systemd user units corresponding to the D-Bus session servicesSimon McVittie2016-01-283-2/+12
* common: Make it explicit that XdgAppError are portal errorsAlexander Larsson2015-12-083-22/+22
* document portal: Add AddNamed method for host-side useAlexander Larsson2015-12-021-0/+96
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-1/+1
* Move dbus invocation peer app detection to lib/Alexander Larsson2015-10-213-212/+3
* Correct capitalization on dbus interface filenameAlexander Larsson2015-10-213-4/+4
* document-portal: Fix warningAlexander Larsson2015-10-061-0/+2
* Propagate Xauthority details to the sandbox if X11 is enabledAlexander Larsson2015-10-011-1/+1
* fuse: Disable entry cache to work around race conditionAlexander Larsson2015-10-011-1/+5
* build: Fix srcdir != builddir from gitColin Walters2015-09-291-1/+1
* fuse: Supply mode when creating filesAlexander Larsson2015-09-181-1/+1
* Fix distcheck issues0.4.0Alexander Larsson2015-09-171-0/+2
* document portal: Add support for transient documentsAlexander Larsson2015-09-172-21/+35
* document portal: Fix crashes when dbus activatedAlexander Larsson2015-09-091-2/+15
* fuse: Add some more debug spewAlexander Larsson2015-09-081-0/+3
* fuse: Drop DOC_DIR_INO_CLASSAlexander Larsson2015-09-081-75/+26
* document portal: Correctly handle recursive documentsAlexander Larsson2015-09-083-16/+75
* document portal: Move locking explicitly into portal handlersAlexander Larsson2015-09-081-4/+9
* document-portal: Allow dbus owner replacingAlexander Larsson2015-09-081-1/+3
* fuse: Add some more debug spewAlexander Larsson2015-09-082-1/+9
* fuse: Raise entry cache times now that we invalidateAlexander Larsson2015-09-081-7/+5
* fuse: Properly invalidate inodes and entriesAlexander Larsson2015-09-083-8/+75
* fuse: Add daemonizing switchAlexander Larsson2015-09-081-11/+67
* 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
* document-portals: Support unique documentsAlexander Larsson2015-09-043-15/+40
* 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-034-156/+272
* fuse: Make filesystem multithreadedAlexander Larsson2015-09-032-392/+624
* Use g_auto(GStrv) instead of glnx_strfreevAlexander Larsson2015-08-312-3/+3
* Remove ununsed variables reported by clangAlexander Larsson2015-08-273-7/+0