summaryrefslogtreecommitdiff
path: root/guix/scripts/publish.scm
Commit message (Expand)AuthorAge
* publish: Send uncached narinfo replies from the main thread.Ludovic Courtès2022-04-29
* publish: Support systemd-style socket activation.Ludovic Courtès2022-04-14
* publish: Use SRFI-71 instead of SRFI-11.Ludovic Courtès2022-04-14
* publish: Do not sign the URL/Compression/FileSize narinfo fields.Ludovic Courtès2022-02-14
* publish: Defer narinfo string creation to the http-write.Mathieu Othacehe2021-10-05
* publish: Simplify 'narinfo-string'.Ludovic Courtès2021-09-03
* publish: Do not render the narinfo "System" field.Mathieu Othacehe2021-08-31
* scripts: publish: Remove leftover comment.Mathieu Othacehe2021-08-10
* scripts: publish: Remove unused argument.Mathieu Othacehe2021-08-10
* publish: Add keep-alive support when sending nar.Mathieu Othacehe2021-06-01
* publish: Preserve the request connection header.Mathieu Othacehe2021-06-01
* publish: Add '--negative-ttl'.Ludovic Courtès2021-05-16
* scripts: publish: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
* publish: Add support for zstd compression.Ludovic Courtès2021-01-13
* maint: Require Guile >= 2.2.6.Ludovic Courtès2020-12-19
* Make "guile-avahi" dependency optional.Mathieu Othacehe2020-11-29
* publish: Add advertising support.Mathieu Othacehe2020-11-29
* scripts: publish: Export procedures.Mathieu Othacehe2020-11-22
* publish: Harmonize buffer size values and configuration.Maxim Cournoyer2020-11-16
* publish: Increase TCP buffer size when sending non-cached nars.Ludovic Courtès2020-11-10
* publish: Create files in the cache as #o644.Ludovic Courtès2020-11-09
* publish: Do not path the empty string to 'query-path-info'.Ludovic Courtès2020-11-04
* publish: Add '--cache-bypass-threshold'.Ludovic Courtès2020-10-28
* publish: Provide server's signing key.Amar Singh2020-10-27
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe2020-08-24
* publish: Improve performance by increasing buffer size.Ricardo Wurmus2020-05-19
* publish: Export 'signed-string'.Ludovic Courtès2020-01-16
* Adjust module autoloads.Ludovic Courtès2020-01-06
* Use more guix.gnu.org.Tobias Geerinckx-Rice2019-07-16
* publish: Work around Guile 2.2.5 (web server) bug.Ludovic Courtès2019-06-24
* publish: '--compression' can be repeated.Ludovic Courtès2019-06-02
* publish: Factorize 'compress-nar'.Ludovic Courtès2019-05-29
* publish: Remove outdated comment.Ludovic Courtès2019-05-29
* publish: Display the compression method and level in use.Ludovic Courtès2019-05-27
* publish: Add support for lzip.Ludovic Courtès2019-05-27
* publish: Maintain a hash-part-to-store-item mapping in cache.Ludovic Courtès2019-05-26
* publish: Add a 'Cache-Control' header on /nar responses.Ludovic Courtès2018-12-17
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* publish: Restore gzip compression in cache-less mode.Ludovic Courtès2018-01-22
* publish: Remove "Guix-Nar-Compression" header from responses.Ludovic Courtès2018-01-09
* publish: Publish build logs.Ludovic Courtès2018-01-07
* publish: Use 'x-raw-file' internal response header.Ludovic Courtès2018-01-07
* publish: Save bandwidth on narinfo 404s.Ludovic Courtès2018-01-06
* publish: Cache uncompressed nars as well.Ludovic Courtès2017-10-05
* publish: Make the cache eviction policy less aggressive.Ludovic Courtès2017-07-21
* publish: Avoid 'valid-path?' RPC for non-existent items.Ludovic Courtès2017-07-21
* publish: Remove 'regexp-exec' call from the hot path.Ludovic Courtès2017-07-21
* derivations: Introduce 'read-derivation-from-file'.Ludovic Courtès2017-06-12
* scripts: Set thread names.Ludovic Courtès2017-05-28