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