summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* installation_fetch_remote_size_sync: Always fail with deprecation errorAlexander Larsson2016-04-272-56/+0
* helper: Don't try to mount /.oldroot into the sandboxAlexander Larsson2016-04-271-1/+1
* Merge branch 'privileged-helper'Alexander Larsson2016-04-264-21/+720
|\
| * Move system-helper use into xdg_app_dir_install/update()Alexander Larsson2016-04-262-167/+176
| * Add xdg_app_dir_install/update helpersAlexander Larsson2016-04-262-0/+77
| * XdgAppDir helper: Update system_helper threadsafelyAlexander Larsson2016-04-261-22/+37
| * xgd_app_dir_deploy_update: Use the shared system helperAlexander Larsson2016-04-261-11/+2
| * xdg_app_dir_init_system_helper: Properly pass the error inAlexander Larsson2016-04-261-1/+1
| * xdg_app_dir_pull_untrusted_local: Fix issues pointed out by cosimocAlexander Larsson2016-04-261-13/+5
| * Don't try to use system helper if its not installedAlexander Larsson2016-04-251-12/+33
| * update/install: Handle deploy using the system serviceAlexander Larsson2016-04-252-1/+95
| * Initial work on pulling to a child repoAlexander Larsson2016-04-252-19/+152
| * XdgAppDir: Add xdg_app_dir_pull_untrusted_local helperAlexander Larsson2016-04-252-0/+225
| * utils: Add xdg_app_allocate_tmpdirAlexander Larsson2016-04-252-0/+142
* | Use glnx_dirfd_iterator_next_dent_ensure_dtype where possibleAlexander Larsson2016-04-261-46/+3
|/
* common: Add (and use) xdg_app_summary_lookup_ref helperAlexander Larsson2016-04-253-3/+33
* common: Don't use singletons for the system/user XdgAppDirsAlexander Larsson2016-04-221-18/+4
* Fix confusion about GError typesAlexander Larsson2016-04-212-3/+3
* Add xdg_app_dir_deploy_install helperAlexander Larsson2016-04-212-1/+81
* common: Move duplicated code into xdg_app_dir_deploy_updateAlexander Larsson2016-04-212-19/+34
* common: Set ~/.local/share/xdg-app/system-cache as cache dir for system repoAlexander Larsson2016-04-211-3/+24
* Read system remotes from /etc/xdg-app/remotes.d/*.confAlexander Larsson2016-04-211-1/+6
* Remove support for older ostree without bundle supportAlexander Larsson2016-04-212-33/+0
* Remove unused local variables reported by clangAlexander Larsson2016-04-212-2/+0
* common: Fix warning due to get_user_dir_from_string return type changeAlexander Larsson2016-04-211-1/+1
* run: Always consider xdg-* valid even when not configuredAlexander Larsson2016-04-201-15/+32
* common: Break out xdg_app_mtree_create_root helperAlexander Larsson2016-04-202-0/+33
* common: Move xdg_app_dir_pull_from_bundle to xdg_app_pull_from_bundleAlexander Larsson2016-04-194-116/+113
* Fix warningAlexander Larsson2016-04-141-1/+1
* common: Add xdg_app_dir_remote_fetch_summaryAlexander Larsson2016-04-141-6/+23
* Merge pull request #127 from matthiasclasen/bus-loggingAlexander Larsson2016-04-142-4/+9
|\
| * Add options to enable bus loggingMatthias Clasen2016-04-142-4/+9
* | lib: Add new cache based getters for metadata and sizeAlexander Larsson2016-04-142-0/+83
* | utils: Remove unused helperAlexander Larsson2016-04-141-11/+0