summaryrefslogtreecommitdiff
path: root/guix/scripts/publish.scm
AgeCommit message (Expand)Author
2024-04-28publish: Catch all compression errors.Ludovic Courtès
2023-10-17scripts: publish: Handle EPIPE errors when displaying help.Simon Tournier
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-01-07scripts: publish: Add a custom baking header.Mathieu Othacehe
2022-04-29publish: Send uncached narinfo replies from the main thread.Ludovic Courtès
2022-04-14publish: Support systemd-style socket activation.Ludovic Courtès
2022-04-14publish: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields.Ludovic Courtès
2021-10-05publish: Defer narinfo string creation to the http-write.Mathieu Othacehe
2021-09-03publish: Simplify 'narinfo-string'.Ludovic Courtès
2021-08-31publish: Do not render the narinfo "System" field.Mathieu Othacehe
2021-08-10scripts: publish: Remove leftover comment.Mathieu Othacehe
2021-08-10scripts: publish: Remove unused argument.Mathieu Othacehe
2021-06-01publish: Add keep-alive support when sending nar.Mathieu Othacehe
2021-06-01publish: Preserve the request connection header.Mathieu Othacehe
2021-05-16publish: Add '--negative-ttl'.Ludovic Courtès
2021-04-01scripts: publish: Replace 'args-fold*' by 'parse-command-line'.zimoun
2021-01-13publish: Add support for zstd compression.Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6.Ludovic Courtès
2020-11-29Make "guile-avahi" dependency optional.Mathieu Othacehe
2020-11-29publish: Add advertising support.Mathieu Othacehe
2020-11-22scripts: publish: Export procedures.Mathieu Othacehe
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