summaryrefslogtreecommitdiff
path: root/tests/publish.scm
AgeCommit message (Expand)AuthorFilesLines
2026-07-02guix: serialization: validate directory entry names in fold-archive [security...Reepca Russelstein1-10/+22
2025-09-21Revert "publish: Prevent publication of non-substitutable derivation outputs."Ludovic Courtès1-17/+0
2025-06-06publish: Prevent publication of non-substitutable derivation outputs.Morgan Arnold1-0/+17
2025-03-03tests: publish: Constrain guix-publish thread use.Christopher Baines1-0/+14
2024-04-15utils: Don’t re-export ‘call-with-temporary-output-file’.Ludovic Courtès1-2/+3
2022-04-29publish: Send uncached narinfo replies from the main thread.Ludovic Courtès1-0/+23
2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields.Ludovic Courtès1-25/+36
2022-01-19tests: Adjust to gzip as the default log compression.Ludovic Courtès1-4/+5
2021-05-16publish: Add '--negative-ttl'.Ludovic Courtès1-1/+31
2021-03-31tests: Make 'publish' test umask-insensitive.Cees de Groot1-2/+2
2021-01-13publish: Add support for zstd compression.Ludovic Courtès1-0/+16
2020-11-08publish: Create files in the cache as #o644.Ludovic Courtès1-0/+5
2020-11-04publish: Do not path the empty string to 'query-path-info'.Ludovic Courtès1-0/+35
2020-10-28publish: Add '--cache-bypass-threshold'.Ludovic Courtès1-4/+39
2020-10-27publish: Provide server's signing key.Amar Singh1-0/+5
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe1-25/+3
2020-01-16publish: Export 'signed-string'.Ludovic Courtès1-5/+3
2019-11-23tests: Use (ice-9 threads).Ludovic Courtès1-0/+1
2019-06-02publish: '--compression' can be repeated.Ludovic Courtès1-7/+82
2019-05-27publish: Add support for lzip.Ludovic Courtès1-0/+36
2019-05-26publish: Maintain a hash-part-to-store-item mapping in cache.Ludovic Courtès1-0/+29
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès1-3/+3
2018-12-17publish: Add a 'Cache-Control' header on /nar responses.Ludovic Courtès1-2/+15
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-2/+2
2018-03-22publish: Always build a new derivation for the "/log/NAME" test.Ludovic Courtès1-1/+1
2018-03-22publish: Add test for non-GET queries.Ludovic Courtès1-0/+8
2018-01-22publish: Restore gzip compression in cache-less mode.Ludovic Courtès1-0/+16
2018-01-07publish: Publish build logs.Ludovic Courtès1-0/+28
2017-12-01tests: Avoid double slash in URIs.Ludovic Courtès1-1/+1
2017-10-05publish: Cache uncompressed nars as well.Ludovic Courtès1-2/+2
2017-05-18publish: Fix narinfo rendering for already-compressed items.Ludovic Courtès1-8/+63
2017-05-11publish: Advertise a short TTL for "baking" 404s.Ludovic Courtès1-0/+7
2017-05-01publish: Produce a "FileSize" narinfo field when possible.Ludovic Courtès1-8/+17
2017-04-18publish: Add '--cache' and '--workers'.Ludovic Courtès1-0/+54
2017-03-22publish: Make the nar URL prefix a parameter.Ludovic Courtès1-0/+30
2017-03-22publish: The public and private keys are now SRFI-39 parameters.Ludovic Courtès1-0/+5
2016-08-02tests: Make sure threads use separate output ports.Ludovic Courtès1-6/+18
2016-08-02tests: Work around Guile bug with unbuffered custom binary input ports.Ludovic Courtès1-1/+2
2016-08-01publish: Do not compress already-compressed files.Ludovic Courtès1-0/+14
2016-07-27tests: Use unbuffered input ports when decompressing from 'guix publish'.Ludovic Courtès1-2/+10
2016-07-20publish: Handle '/file' URLs, for content-addressed files.Ludovic Courtès1-0/+34
2016-07-19publish: Add '--compression'.Ludovic Courtès1-7/+52
2016-06-08publish: Encore URIs that appear in narinfos.Ludovic Courtès1-0/+45
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2016-02-25publish: Do not publish nars for invalid store items.Ludovic Courtès1-0/+8
2016-01-22tests: Prevent 'http_proxy' from breaking Web server tests.Ludovic Courtès1-0/+4
2015-07-18tests: Fix 'publish' test for nix-base32 format.Alex Kost1-1/+1
2015-04-04scripts: Add 'publish' command.David Thompson1-0/+114