summaryrefslogtreecommitdiff
path: root/guix/scripts/publish.scm
AgeCommit message (Expand)Author
2020-11-16publish: Harmonize buffer size values and configuration.Maxim Cournoyer
2020-11-10publish: Increase TCP buffer size when sending non-cached nars.Ludovic Courtès
2020-11-09publish: 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-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe
2020-05-19publish: Improve performance by increasing buffer size.Ricardo Wurmus
2020-01-16publish: Export 'signed-string'.Ludovic Courtès
2020-01-06Adjust module autoloads.Ludovic Courtès
2019-07-16Use more guix.gnu.org.Tobias Geerinckx-Rice
2019-06-24publish: Work around Guile 2.2.5 (web server) bug.Ludovic Courtès
2019-06-02publish: '--compression' can be repeated.Ludovic Courtès
2019-05-29publish: Factorize 'compress-nar'.Ludovic Courtès
2019-05-29publish: Remove outdated comment.Ludovic Courtès
2019-05-27publish: Display the compression method and level in use.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
2018-12-17publish: Add a 'Cache-Control' header on /nar responses.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-01-22publish: Restore gzip compression in cache-less mode.Ludovic Courtès
2018-01-09publish: Remove "Guix-Nar-Compression" header from responses.Ludovic Courtès
2018-01-07publish: Publish build logs.Ludovic Courtès
2018-01-07publish: Use 'x-raw-file' internal response header.Ludovic Courtès
2018-01-06publish: Save bandwidth on narinfo 404s.Ludovic Courtès
2017-10-05publish: Cache uncompressed nars as well.Ludovic Courtès
2017-07-21publish: Make the cache eviction policy less aggressive.Ludovic Courtès
2017-07-21publish: Avoid 'valid-path?' RPC for non-existent items.Ludovic Courtès
2017-07-21publish: Remove 'regexp-exec' call from the hot path.Ludovic Courtès
2017-06-12derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès
2017-05-28scripts: Set thread names.Ludovic Courtès
2017-05-24publish: Do not bake the same item several times.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-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-05-02publish: Use a larger zlib buffer for compression with '--cache'.Ludovic Courtès
2017-05-01publish: Produce a "FileSize" narinfo field when possible.Ludovic Courtès
2017-04-19publish: Add a handler for / and /index.html.Ludovic Courtès
2017-04-18publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès
2017-04-18publish: Add '--cache' and '--workers'.Ludovic Courtès
2017-04-18publish: Use 'sendfile' when possible.Ludovic Courtès
2017-04-18publish: Introduce 'actual-compression'.Ludovic Courtès
2017-03-22publish: Add '--nar-path'.Ludovic Courtès
2017-03-22publish: Make the nar URL prefix a parameter.Ludovic Courtès
2017-03-22publish: Add '--public-key' and '--private-key'.Ludovic Courtès
2017-03-22publish: The public and private keys are now SRFI-39 parameters.Ludovic Courtès
2016-12-04publish: Factorize 'content-length' addition.Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-08-01publish: Do not compress already-compressed files.Ludovic Courtès