summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warningsAlexander Larsson2016-05-131-1/+1
* system-helper: Support add/modify/delete of remotesAlexander Larsson2016-05-132-0/+67
* remote-delete: Move to FlatpakDir and add checks for installed refsAlexander Larsson2016-05-132-40/+76
* Fix typo: flatpak_dir_modify_remove -> flatpak_dir_modify_remoteAlexander Larsson2016-05-132-2/+2
* FlatpakDir: Add in-memory summary cacheAlexander Larsson2016-05-131-1/+112
* Duplicate ostree_repo_remote_list_refs in FlatpakDirAlexander Larsson2016-05-131-3/+68
* Register dbus errors for FLATPAK_ERRORAlexander Larsson2016-05-122-1/+20
* Change portal error names to not contain FlatpakAlexander Larsson2016-05-121-7/+7
* system-helper: Support uninstallAlexander Larsson2016-05-122-5/+22
* Fix triggers with installation dir on a symlinkAlexander Larsson2016-05-121-4/+9
* common: Add flags for flatpak_dir_uninstallAlexander Larsson2016-05-122-4/+10
* Use flatpak_dir_uninstall for app and libAlexander Larsson2016-05-122-0/+92
* Use the installed/not-installed errors more consequentlyAlexander Larsson2016-05-121-4/+4
* common: Remove FlatpakDirError in favour of FlatpakError from the libAlexander Larsson2016-05-123-20/+10
* Move flatpack_error quark to common so that the common code can use itAlexander Larsson2016-05-122-0/+5
* Show the error when we fail to build AppStream metadataRichard Hughes2016-05-121-1/+1
* system-helper: Fix timeout settingAlexander Larsson2016-05-121-1/+1
* system-helper: Set infinite timeout when doing system-helper callsAlexander Larsson2016-05-121-1/+1
* Don't fail if there is no user-dirs.dirsAlexander Larsson2016-05-121-3/+4
* modify-remote: Move the actual config rewriting to FlatpakDirAlexander Larsson2016-05-112-0/+87
* run: Last fd issue???Alexander Larsson2016-05-111-0/+4
* run: More background fd issues fixedAlexander Larsson2016-05-112-22/+16
* run: Also keep the --args fd aliveAlexander Larsson2016-05-111-0/+1
* run: Fix running in the backgroundAlexander Larsson2016-05-112-6/+59
* deploy: Ensure deploy dir is world readableAlexander Larsson2016-05-111-1/+1
* appstream: Generate root dir of appstream branch world-readableAlexander Larsson2016-05-111-1/+1
* system-helper: Add support for updating appstream branchAlexander Larsson2016-05-112-40/+128
* run: Always cover /tmp/.X11-unix with an empty tmpfsAlexander Larsson2016-05-101-7/+22
* Remove unused variablesAlexander Larsson2016-05-092-7/+0
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-094-3/+29
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-099-48/+48
* Rename library to libflatpakAlexander Larsson2016-05-091-4/+4
* Rename source files to flatpakAlexander Larsson2016-05-0914-36/+36
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-0913-1428/+1428
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-0612-1686/+1859
* common: Work around new glib codegen autogenerating g_autoptr supportAlexander Larsson2016-05-042-2/+6
* Use the userspace arch as the default, not the kernel archAlexander Larsson2016-05-041-11/+35
* Fix make check if uninstalledAlexander Larsson2016-05-034-6/+27
* run: Always use --unshare-userAlexander Larsson2016-04-291-0/+1
* Remove xdg-app-helperAlexander Larsson2016-04-292-2729/+0
* Use bubblewrap instead of xdg-app-helperAlexander Larsson2016-04-294-193/+813
* Add support for disabled remotesAlexander Larsson2016-04-272-0/+15
* common: Remove unused xdg_app_dir_get_installed_sizeAlexander Larsson2016-04-272-24/+0
* deploy: Deploy to temporary directory and rename at the endAlexander Larsson2016-04-271-3/+22
* common: Write and use the new deploydata fileAlexander Larsson2016-04-272-145/+74
* common: Add xdg_app_variant_saveAlexander Larsson2016-04-272-0/+34
* commont: Add deploy data GVariantAlexander Larsson2016-04-272-0/+186
* xdg_app_dir_get_installed_size: Implement without using ostree sizesAlexander Larsson2016-04-271-158/+6
* xdg_app_repo_collect_sizes: Don't collect unrequested sizes.Alexander Larsson2016-04-271-6/+10
* common: Export xdg_app_repo_collect_sizesAlexander Larsson2016-04-272-16/+26