summaryrefslogtreecommitdiff
path: root/tests/publish.scm
Commit message (Expand)AuthorAgeFilesLines
* publish: Create files in the cache as #o644....Ludovic Courtès2020-11-081-0/+5
* publish: Do not path the empty string to 'query-path-info'....Ludovic Courtès2020-11-041-0/+35
* publish: Add '--cache-bypass-threshold'....Ludovic Courtès2020-10-281-4/+39
* publish: Provide server's signing key....Amar Singh2020-10-271-0/+5
* Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe2020-08-241-25/+3
* publish: Export 'signed-string'....Ludovic Courtès2020-01-161-5/+3
* tests: Use (ice-9 threads)....Ludovic Courtès2019-11-231-0/+1
* publish: '--compression' can be repeated....Ludovic Courtès2019-06-021-7/+82
* publish: Add support for lzip....Ludovic Courtès2019-05-271-0/+36
* publish: Maintain a hash-part-to-store-item mapping in cache....Ludovic Courtès2019-05-261-0/+29
* Remove most uses of the _IO*F constants....Ludovic Courtès2019-01-091-3/+3
* publish: Add a 'Cache-Control' header on /nar responses....Ludovic Courtès2018-12-171-2/+15
* Switch to Guile-Gcrypt....Ludovic Courtès2018-09-041-2/+2
* publish: Always build a new derivation for the "/log/NAME" test....Ludovic Courtès2018-03-221-1/+1
* publish: Add test for non-GET queries....Ludovic Courtès2018-03-221-0/+8
* publish: Restore gzip compression in cache-less mode....Ludovic Courtès2018-01-221-0/+16
* publish: Publish build logs....Ludovic Courtès2018-01-071-0/+28
* tests: Avoid double slash in URIs....Ludovic Courtès2017-12-011-1/+1
* publish: Cache uncompressed nars as well....Ludovic Courtès2017-10-051-2/+2
* publish: Fix narinfo rendering for already-compressed items....Ludovic Courtès2017-05-181-8/+63
* publish: Advertise a short TTL for "baking" 404s....Ludovic Courtès2017-05-111-0/+7
* publish: Produce a "FileSize" narinfo field when possible....Ludovic Courtès2017-05-011-8/+17
* publish: Add '--cache' and '--workers'....Ludovic Courtès2017-04-181-0/+54
* publish: Make the nar URL prefix a parameter....Ludovic Courtès2017-03-221-0/+30
* publish: The public and private keys are now SRFI-39 parameters....Ludovic Courtès2017-03-221-0/+5
* tests: Make sure threads use separate output ports....Ludovic Courtès2016-08-021-6/+18
* tests: Work around Guile bug with unbuffered custom binary input ports....Ludovic Courtès2016-08-021-1/+2
* publish: Do not compress already-compressed files....Ludovic Courtès2016-08-011-0/+14
* tests: Use unbuffered input ports when decompressing from 'guix publish'....Ludovic Courtès2016-07-271-2/+10
* publish: Handle '/file' URLs, for content-addressed files....Ludovic Courtès2016-07-201-0/+34
* publish: Add '--compression'....Ludovic Courtès2016-07-191-7/+52
* publish: Encore URIs that appear in narinfos....Ludovic Courtès2016-06-081-0/+45
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* publish: Do not publish nars for invalid store items....Ludovic Courtès2016-02-251-0/+8
* tests: Prevent 'http_proxy' from breaking Web server tests....Ludovic Courtès2016-01-221-0/+4
* tests: Fix 'publish' test for nix-base32 format....Alex Kost2015-07-181-1/+1
* scripts: Add 'publish' command....David Thompson2015-04-041-0/+114