summaryrefslogtreecommitdiff
path: root/common/flatpak-dir.c
Commit message (Expand)AuthorAgeFilesLines
* dir: Fix prefix matching to allow all you to own all org.App.Id.* namesAlexander Larsson2018-04-301-13/+2
* dir: Sometimes avoid summary use during local pullsMatthew Leeds2018-04-301-16/+20
* dir: Fix a memory leak of checksum dataMatthew Leeds2018-04-301-3/+3
* dir: Properly get appstream checksum from child repoMatthew Leeds2018-04-301-1/+3
* dir: Don't hide appstream update error messagesMatthew Leeds2018-04-301-4/+9
* dir: Fix typo in error messageMatthew Leeds2018-04-261-1/+1
* dir: Don't clobber out_matches_prefix_funcSam Spilsbury2018-04-241-1/+4
* dir: Fix return value in get_permissible_prefixes()Matthew Leeds2018-04-241-1/+1
* dir: Start rewrite exports source_path from "", not "export"Sam Spilsbury2018-04-231-1/+6
* RemoteState: Drop cancallable from flatpak_remote_state_lookup_cache()Alexander Larsson2018-04-201-2/+1
* RemoteState: Don't unnecessary strdup the metadataAlexander Larsson2018-04-201-5/+5
* appstream: Allow system-helper update for local non-gpg remotesAlexander Larsson2018-04-201-3/+36
* appstream: Update appstream2 branch by defaultAlexander Larsson2018-04-201-14/+87
* appstream: Drop flatpak_dir_check_for_appstream_updateAlexander Larsson2018-04-201-52/+0
* remote-ls: Allow a URI instead of remote nameMatthew Leeds2018-04-191-15/+17
* dir: Fetch ostree-metadata independently of summaryMatthew Leeds2018-04-191-36/+36
* lib/installation: Use "collection refs" when listing refsJoaquim Rocha2018-04-191-54/+203
* dir: Export d-bus .services files that we are allowed to ownSam Spilsbury2018-04-191-13/+79
* Merge pull request #1590 from alexlarsson/batch-prunesMatthew Leeds2018-04-181-5/+0
|\
| * Batch prunes of the local repoAlexander Larsson2018-04-181-5/+0
* | dir: Fix grammar in a debug statementMatthew Leeds2018-04-181-1/+1
* | dir: Update outdated commentMatthew Leeds2018-04-181-2/+2
* | run: Add --no-documents-portal optionSam Spilsbury2018-04-181-0/+2
|/
* dir: Also handle tagged extension names in find_remote_related and find_local...Sam Spilsbury2018-04-181-4/+12
* dir: Use child_repo_ensure_summary() moreMatthew Leeds2018-04-171-6/+5
* dir: Tweak an outdated commentMatthew Leeds2018-04-171-1/+1
* dir: Add support for X-Flatpak-RunOptions in exported desktop filesSam Spilsbury2018-04-171-1/+29
* common: Rename FlatpakRemoteState->remote to remote_nameAlexander Larsson2018-04-161-47/+47
* Fix unused function warning in non-p2p caseAlexander Larsson2018-04-161-4/+4
* dir: Remove unused function flatpak_dir_lookup_ref_from_summaryAlexander Larsson2018-04-161-79/+0
* dir: Pass FlatpakRemoteState to flatpak_dir_pull/install/updateAlexander Larsson2018-04-161-248/+144
* dir: Remove unused functionsAlexander Larsson2018-04-161-91/+0
* dir: Pass FlatpakRemoteState to flatpak_dir_list_remote_refsAlexander Larsson2018-04-161-9/+5
* dir: Use FlatpakRemoteState for flatpak_dir_check_for_updateAlexander Larsson2018-04-161-8/+3
* dir: Pass FlatpakRemoteState to flatpak_dir_find_remote_relatedAlexander Larsson2018-04-161-12/+11
* transaction: Use FlatpakRemoteState to look up metadataAlexander Larsson2018-04-161-60/+0
* dir: Use FlatpakRemoteState in flatpak_dir_remote_list_refsAlexander Larsson2018-04-161-17/+25
* dir: Use FlatpakRemoteState in flatpak_dir_fetch_remote_commitAlexander Larsson2018-04-161-3/+5
* dir: Use FlatpakRemoteState in flatpak_dir_remote_has_refAlexander Larsson2018-04-161-16/+8
* dir: Use FlatpakRemoteState in flatpak_dir_find_latest_rev()Alexander Larsson2018-04-161-13/+25
* dir: Use FlatpakRemoteState in flatpak_dir_find_remote_related()Alexander Larsson2018-04-161-21/+12
* dir: Change update_remote_configuration to use RemoteStateAlexander Larsson2018-04-161-96/+21
* dir: Add FlatpakRemoteState objectAlexander Larsson2018-04-161-0/+349
* dir: Remove unused methods fetch_remote_default_branch and fetch_remote_titleAlexander Larsson2018-04-161-44/+0
* dir: Pass summary and collection_id to fetch_remote_repo_metadata()Alexander Larsson2018-04-161-10/+22
* dir: Break out flatpak_dir_get_remote_metadataAlexander Larsson2018-04-161-17/+33
* dir: Fix handling of empty dirs when listing installed refsAlexander Larsson2018-04-161-4/+5
* deploy: Store end-of-life data in deployAlexander Larsson2018-04-121-0/+32
* Verify that the system cache directory supports user xattrsAlexander Larsson2018-04-041-0/+8
* run: Allow specifying an exact commit and runtime-commitAlexander Larsson2018-04-041-3/+24