aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/publish.scm
Commit message (Expand)AuthorAge
* 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
* publish: Do not bake the same item several times.Ludovic Courtès2017-05-24
* publish: Fix narinfo rendering for already-compressed items.Ludovic Courtès2017-05-18
* publish: Advertise a short TTL for "baking" 404s.Ludovic Courtès2017-05-11
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* publish: Use a larger zlib buffer for compression with '--cache'.Ludovic Courtès2017-05-02
* publish: Produce a "FileSize" narinfo field when possible.Ludovic Courtès2017-05-01
* publish: Add a handler for / and /index.html.Ludovic Courtès2017-04-19
* publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès2017-04-18
* publish: Add '--cache' and '--workers'.Ludovic Courtès2017-04-18
* publish: Use 'sendfile' when possible.Ludovic Courtès2017-04-18
* publish: Introduce 'actual-compression'.Ludovic Courtès2017-04-18
* publish: Add '--nar-path'.Ludovic Courtès2017-03-22
* publish: Make the nar URL prefix a parameter.Ludovic Courtès2017-03-22