summaryrefslogtreecommitdiff
path: root/common/flatpak-oci-registry.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra newlines in variable definiton blocksMatthew Leeds2019-02-251-8/+0
* Remove extra newlines near curly bracesMatthew Leeds2019-02-251-1/+0
* Run uncrustifyMatthew Leeds2019-02-251-1/+2
* Fix localizationMatthias Clasen2018-10-021-1/+1
* Add a few more error codesMatthias Clasen2018-10-021-4/+7
* OCI summary generation: Fix generation of summary on 32bitAlexander Larsson2018-08-271-1/+1
* Use oci+http[s]:// as an URL to identify OCI registriesOwen W. Taylor2018-08-131-1/+8
* Improvements to index URI generation for OCI registriesOwen W. Taylor2018-08-131-23/+69
* system-helpers: When deploying OCI's, verify refs against summary, not serverOwen W. Taylor2018-08-091-80/+0
* Cache the downloaded registry index in compressed formOwen W. Taylor2018-08-091-7/+15
* Remove unused etag functionalityOwen W. Taylor2018-08-091-30/+6
* Extract the appstream data from the OCI registry indexOwen W. Taylor2018-08-091-0/+308
* Use http-driven caching for summary generationOwen W. Taylor2018-08-091-28/+57
* Remove support for OCI image layouts on remote serversOwen W. Taylor2018-08-091-21/+12
* Fix various double / in generated OCI index URIsOwen W. Taylor2018-08-091-3/+3
* Run uncrustifyAlexander Larsson2018-07-081-338/+387
* Remove newlines from GError messagesAlexander Larsson2018-05-291-1/+1
* common: Rename all private headers to *-private.hAlexander Larsson2018-05-241-2/+2
* Fix incompatible return value warningsAlexander Larsson2018-05-231-1/+1
* OCI: Drop the last references to org.opencontainers.ref.nameAlexander Larsson2017-11-161-14/+25
* OCI: Add support for system-helper with new OCI approachAlexander Larsson2017-11-161-8/+86
* Remove GPG signatures handling for OCI imagesAlexander Larsson2017-11-161-6/+0
* Use the new metastore index API for OCI remotesAlexander Larsson2017-11-161-36/+278
* Use the new glnx glnx_autofd name for glnx_fd_closeAlexander Larsson2017-10-091-5/+5
* Update to latest libglnx and update tmpfile use for api changeAlexander Larsson2017-09-221-32/+13
* Update to latest libglnx (and fix some callers)Alexander Larsson2017-08-181-19/+14
* Update to latest libglnx and use the new GLnxTmpFile APIAlexander Larsson2017-05-221-5/+4
* builder: More GLnxTmpfile fixesAlexander Larsson2017-05-191-1/+1
* Update to a libglnx that has GLnxTmpfiles fixedAlexander Larsson2017-05-191-1/+1
* Bump libglnx, port to new tmpfile APIColin Walters2017-05-191-44/+22
* libglnx: Bump to latest master, use new file copy APIColin Walters2017-04-281-2/+2
* Report full version in http user agentAlexander Larsson2017-04-191-1/+1
* Fix unused variable errors reported by clangAlexander Larsson2017-03-301-4/+0
* OCI: Verify signaturesAlexander Larsson2017-03-291-52/+193
* OCI: Add flatpak_oci_sign_dataAlexander Larsson2017-03-291-0/+430
* OCI: Support OCI with system-helper by mirroring OCI repoAlexander Larsson2017-03-291-3/+6
* OCI: Add flatpak_archive_read_open_fd_with_checksumAlexander Larsson2017-03-291-0/+80
* OCI: Add flatpak_oci_registry_mirror_blobAlexander Larsson2017-03-291-0/+98
* OCI: fstat in local_open_file helperAlexander Larsson2017-03-291-9/+21
* oci: Break out get_digest_subpath helper functionAlexander Larsson2017-03-291-16/+21
* Add flatpak_oci_registry_get_uriAlexander Larsson2017-03-291-0/+6
* OCI: Verify that loaded OCI blobs have the correct checksumAlexander Larsson2017-03-271-1/+14
* Update OCI support to latest version of specAlexander Larsson2017-03-131-76/+66
* OCI: Create all-readable layer blobsAlexander Larsson2017-01-111-0/+6
* OCI: Stop using json-glib apis that don't exist in 1.0.xAlexander Larsson2016-12-211-1/+1
* flatpak_oci_registry_store_json: Don't leak GBytesAlexander Larsson2016-12-191-1/+1
* Fix all clang warningsAlexander Larsson2016-12-131-10/+0
* Support flatpak install --oci to install apps from OCIAlexander Larsson2016-12-121-2/+6
* Import OCI initial support to common/*Alexander Larsson2016-12-081-0/+1095