summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* utils: remove_dangling_symlinks() - fix leakAlexander Larsson2016-05-181-1/+1
* Merge pull request #161 from smcv/spellingAlexander Larsson2016-05-171-1/+1
|\
| * Fix various spelling mistakesSimon McVittie2016-05-171-1/+1
* | system-helper: Support running unprivileged on session busAlexander Larsson2016-05-171-1/+2
* | Look at FLATPAK_SYSTEM_DIR env var for default system dirAlexander Larsson2016-05-171-1/+14
* | system-helper: Never use a system helper recursivelyAlexander Larsson2016-05-172-1/+11
|/
* flatpak-run.c: Handle arm and aarch64 archesTristan Van Berkom2016-05-161-0/+4
* run: Remove old seccomp arch codeAlexander Larsson2016-05-161-16/+0
* 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