summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document new FlatpakInstallation apiMatthias Clasen2016-05-161-0/+23
* Document FlatpakBundleRef apisMatthias Clasen2016-05-161-6/+22
* Add some new api to the docsMatthias Clasen2016-05-162-0/+25
* Add new FlatpakRemote apis to the docsMatthias Clasen2016-05-161-1/+10
* Fix a doc comment typoMatthias Clasen2016-05-161-1/+1
* flatpak-run.c: Handle arm and aarch64 archesTristan Van Berkom2016-05-161-0/+4
* lib: Add API to add/modify/remove remotesAlexander Larsson2016-05-165-19/+389
* Remove unused variablesAlexander Larsson2016-05-161-4/+0
* run: Remove old seccomp arch codeAlexander Larsson2016-05-161-16/+0
* Actually export flatpak_installation_drop_cachesAlexander Larsson2016-05-162-2/+5
* Fix clang warningsAlexander Larsson2016-05-132-3/+1
* system-helper: Support add/modify/delete of remotesAlexander Larsson2016-05-135-1/+191
* 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-134-55/+93
* Fix typo: flatpak_dir_modify_remove -> flatpak_dir_modify_remoteAlexander Larsson2016-05-133-4/+4
* lib: Add flatpak_installation_drop_cachesAlexander Larsson2016-05-131-81/+119
* 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-125-6/+116
* Fix triggers with installation dir on a symlinkAlexander Larsson2016-05-121-4/+9
* Fix debug spew with -vAlexander Larsson2016-05-121-2/+2
* common: Add flags for flatpak_dir_uninstallAlexander Larsson2016-05-124-11/+19
* builder: Untar with --no-same-ownerAlexander Larsson2016-05-121-1/+1
* Use flatpak_dir_uninstall for app and libAlexander Larsson2016-05-124-125/+100
* Use the installed/not-installed errors more consequentlyAlexander Larsson2016-05-123-7/+8
* 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-123-1/+6
* Show the error when we fail to build AppStream metadataRichard Hughes2016-05-121-1/+1
* Actually update the branch when using --update-appstreamRichard Hughes2016-05-121-1/+1
* system-helper: Exit on idle, name lost or if binary is replacedAlexander Larsson2016-05-121-19/+194
* 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
* 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-113-9/+118
* run: Last fd issue???Alexander Larsson2016-05-111-0/+4
* Remove references to --gpg-key= as it never workedAlexander Larsson2016-05-113-23/+2
* run: More background fd issues fixedAlexander Larsson2016-05-113-23/+17
* run: Also keep the --args fd aliveAlexander Larsson2016-05-111-0/+1
* run: Fix running in the backgroundAlexander Larsson2016-05-113-7/+60
* deploy: Ensure deploy dir is world readableAlexander Larsson2016-05-111-1/+1
* lib: Don't crash if we get_ref() failsAlexander Larsson2016-05-111-13/+40
* appstream: Generate root dir of appstream branch world-readableAlexander Larsson2016-05-111-1/+1
* system-helper: Add support for updating appstream branchAlexander Larsson2016-05-115-40/+244
* tests: Fix make-test-bundles.shAlexander Larsson2016-05-102-3/+4
* tests: Name bundles .flatpakAlexander Larsson2016-05-101-9/+9
* run: Always cover /tmp/.X11-unix with an empty tmpfsAlexander Larsson2016-05-101-7/+22