summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* flatpak-builtins-update.c: Fixed loading of arch optionHEADmasterTristan Van Berkom2016-05-191-2/+4
* Remove unused variablesAlexander Larsson2016-05-161-4/+0
* remote-delete: Actually look at --force flagAlexander Larsson2016-05-131-1/+3
* remote-delete: Move to FlatpakDir and add checks for installed refsAlexander Larsson2016-05-131-15/+9
* Fix typo: flatpak_dir_modify_remove -> flatpak_dir_modify_remoteAlexander Larsson2016-05-131-2/+2
* Fix debug spew with -vAlexander Larsson2016-05-121-2/+2
* common: Add flags for flatpak_dir_uninstallAlexander Larsson2016-05-121-6/+8
* Use flatpak_dir_uninstall for app and libAlexander Larsson2016-05-121-59/+6
* Use the installed/not-installed errors more consequentlyAlexander Larsson2016-05-121-1/+2
* Actually update the branch when using --update-appstreamRichard Hughes2016-05-121-1/+1
* add-remote: Support metalink=.. urlsAlexander Larsson2016-05-111-1/+6
* remote-add: Use flatpak_dir_modify_removeAlexander Larsson2016-05-111-128/+65
* modify-remote: Move the actual config rewriting to FlatpakDirAlexander Larsson2016-05-111-9/+31
* Remove references to --gpg-key= as it never workedAlexander Larsson2016-05-111-1/+0
* run: More background fd issues fixedAlexander Larsson2016-05-111-1/+1
* run: Fix running in the backgroundAlexander Larsson2016-05-111-1/+1
* Remove unused variablesAlexander Larsson2016-05-092-5/+1
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-091-0/+2
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-093-11/+11
* Rename library to libflatpakAlexander Larsson2016-05-091-2/+1
* Rename source files to flatpakAlexander Larsson2016-05-0925-82/+82
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-0924-409/+409
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-0618-271/+312
* main: Remove declaration of old deprecated functionsAlexander Larsson2016-05-061-10/+0
* enter: Remove cut and paste error codeAlexander Larsson2016-05-061-1/+0
* Remove spurious ;Alexander Larsson2016-05-061-1/+1
* Fix make check if uninstalledAlexander Larsson2016-05-031-2/+2
* build-export: Add --arch optionTristan Van Berkom2016-05-031-0/+8
* tests/test-run.sh: Add tests for proper installationAlexander Larsson2016-05-021-0/+9
* cli: Remove old deprecated xdg-app commandsAlexander Larsson2016-05-025-92/+0
* oci: Use /bin/sh, not sh as the default commandAlexander Larsson2016-04-291-1/+1
* Use bubblewrap instead of xdg-app-helperAlexander Larsson2016-04-291-20/+35
* oci: Move the extra files (ref/metadata/commit) too rootfsAlexander Larsson2016-04-282-10/+10
* Experimental version of OCI supportAlexander Larsson2016-04-282-4/+842
* Add support for disabled remotesAlexander Larsson2016-04-273-0/+26
* info: Use deploy_dataAlexander Larsson2016-04-271-5/+7
* list: Use deploy data to avoid lots of seeksAlexander Larsson2016-04-271-10/+12
* list: Show installed size and subpathsAlexander Larsson2016-04-271-0/+21
* Add xdg_app_dir_install/update helpersAlexander Larsson2016-04-262-25/+14
* update/install: Handle deploy using the system serviceAlexander Larsson2016-04-251-1/+1
* common: Don't use singletons for the system/user XdgAppDirsAlexander Larsson2016-04-221-16/+19
* Add xdg_app_dir_deploy_install helperAlexander Larsson2016-04-211-79/+5
* common: Move duplicated code into xdg_app_dir_deploy_updateAlexander Larsson2016-04-211-24/+1
* Drop checks for old ostree versionsAlexander Larsson2016-04-211-5/+0
* Remove support for older ostree without bundle supportAlexander Larsson2016-04-212-6/+0
* build-bundle: Move the gpg_data local to the right functionAlexander Larsson2016-04-211-4/+2
* Add --ref to build-import-bundle to override branch nameAlexander Larsson2016-04-201-17/+37
* common: Break out xdg_app_mtree_create_root helperAlexander Larsson2016-04-201-20/+2
* Add build-import-bundle commandAlexander Larsson2016-04-194-0/+97
* common: Move xdg_app_dir_pull_from_bundle to xdg_app_pull_from_bundleAlexander Larsson2016-04-191-7/+10