summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | tests: Add test for the flatpak prune implementationAlexander Larsson2021-04-263-0/+303
* | Add (and use) custom, high-perfomance prune implementationAlexander Larsson2021-04-264-3/+875
* | Compiled variants: Add some ostree typesAlexander Larsson2021-04-261-0/+12
* | README: Add related projectsPhaedrus Leeds2021-04-221-0/+7
* | test-instance: Add more assertionsSimon McVittie2021-04-191-0/+2
* | enter: Make it clearer that rest_argv_start always gets initializedSimon McVittie2021-04-191-0/+5
* | testcommon: Assert that parse_datetime succeedsSimon McVittie2021-04-191-0/+1
* | testlibrary: Fix an assertionSimon McVittie2021-04-191-1/+1
* | ref-utils: Remove dead storeSimon McVittie2021-04-191-1/+1
* | quiet-transaction: Remove unnecessary finalizeSimon McVittie2021-04-191-13/+0
* | Fix various unused variables detected by scan-buildSimon McVittie2021-04-195-25/+1
* | Update Ukrainian translationYuri Chornoivan2021-04-191-334/+376
* | flatpak_dir_find_local_related_for_metadata: Skip invalid branchHubert Figuière2021-04-191-0/+3
* | Update POTFILES.inPiotr Drąg2021-04-161-0/+1
* | app: Use autocleanup for FlatpakTablePrinterSimon McVittie2021-04-1612-27/+14
* | transaction: Avoid a possible use-after-freeSimon McVittie2021-04-161-2/+6
* | revokefs: Use the right variable name in an error messageSimon McVittie2021-04-161-1/+1
* | oci-registry: Fix error reportingSimon McVittie2021-04-161-1/+1
* | portal: Reject negative handle numbersSimon McVittie2021-04-161-2/+4
* | run: Create a shared XDG_RUNTIME_DIR for each app-IDSimon McVittie2021-04-167-12/+119
* | run: Populate XDG_RUNTIME_DIR with symlinks into /run/flatpakSimon McVittie2021-04-166-16/+77
* | run: Normalize WAYLAND_DISPLAY to a reasonable nameSimon McVittie2021-04-161-0/+8
* | run: Put the AT-SPI bus socket in /run/flatpakSimon McVittie2021-04-161-3/+2
* | run: Create ssh-auth socket in /run/flatpakSimon McVittie2021-04-161-3/+1
* | run: Create Xauthority in /run/flatpakSimon McVittie2021-04-161-1/+1
* | run: Use a constant path for the reference to per-app directoriesSimon McVittie2021-04-161-3/+3
* | run: Delay allocation of per-app directorySimon McVittie2021-04-161-9/+9
* | run: Add option to share /dev/shm between instances of an app-IDSimon McVittie2021-04-1614-23/+699
* | portal: Define constants for the D-Bus names and pathSimon McVittie2021-04-153-13/+20
* | system-helper: Move D-Bus names and paths to a header fileSimon McVittie2021-04-154-5/+33
* | session-helper: Move D-Bus names and paths to a header fileSimon McVittie2021-04-154-7/+39
* | run: Share /tmp between all instances of an app-IDSimon McVittie2021-04-157-19/+116
* | common: Separate creation of FlatpakExports from append_bwrap_filesystemSimon McVittie2021-04-154-24/+35
* | context: Build xdg_dirs_conf as an "out" argumentSimon McVittie2021-04-152-8/+18
* | context: Factor out flatpak_context_get_exports_full()Simon McVittie2021-04-152-14/+48
* | instance: Create and destroy per-app-ID subdirs of XRD/.flatpakSimon McVittie2021-04-154-0/+289
* | test-instance: Provide app-IDs for our mock appsSimon McVittie2021-04-151-15/+69
* | run: Mark some preconditions around the app IDSimon McVittie2021-04-151-0/+6
* | utils: Add flatpak_str_is_integer()Simon McVittie2021-04-153-0/+36
* | tests: Test flatpak_quote_argv and flatpak_argument_needs_quotingSimon McVittie2021-04-131-0/+124
* | utils: Quote empty strings when debug-logging argvSimon McVittie2021-04-131-0/+3
* | test-basic: Don't fail if head -2 exits before flatpak doesSimon McVittie2021-04-121-3/+4
* | run: Allow caller to replace /app and/or /usrSimon McVittie2021-04-0710-22/+426
* | flatpak_run_setup_usr_links: Add control over the mount pointSimon McVittie2021-04-071-4/+17
* | flatpak_run_add_extension_args: Give caller more controlSimon McVittie2021-04-073-28/+63
* | run: Sort environment before serializing it into bwrap argumentsSimon McVittie2021-04-066-0/+153
* | utils: Display bundled bwrap arguments one per lineSimon McVittie2021-04-063-7/+19
* | tests: Add basic test coverage for GC'ing unused instance directoriesSimon McVittie2021-04-063-2/+365
* | tests: Improve error handling for isolated directory setupSimon McVittie2021-04-062-6/+26
* | tests: Factor out test setup from test-exportsSimon McVittie2021-04-064-64/+134