index
:
chuix.git
fix-out-of-tree-make
python-team-django-6
zabbix-upgrade
guix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix
/
scripts
/
download.scm
Age
Commit message (
Expand
)
Author
2024-12-25
guix download: Honor ‘--no-check-certificate’ for ‘--git’.
Ludovic Courtès
2024-01-22
guix: download: Add support for git repositories.
Romain GARBAGE
2023-12-27
scripts: download: Fix docstring typo.
Romain GARBAGE
2023-10-17
scripts: download: Handle EPIPE errors when displaying help.
Simon Tournier
2023-03-13
guix: Strip #:use-module lists.
Ludovic Courtès
2021-04-01
scripts: download: Replace 'args-fold*' by 'parse-command-line'.
zimoun
2020-09-10
scripts: Use 'define-command' and have 'guix help' use that.
Ludovic Courtès
2020-05-22
guix hash, guix download: Support base64 format.
Ludovic Courtès
2020-05-22
guix hash, guix download: Add '--hash'.
Ludovic Courtès
2019-09-26
guix download: Ensure destination file-name is valid in the store.
Hartmut Goebel
2019-01-17
scripts: Fix typo.
Ricardo Wurmus
2018-09-04
Switch to Guile-Gcrypt.
Ludovic Courtès
2017-10-19
Add (guix progress).
Ludovic Courtès
2017-09-14
guix download: Honor mirrors when using '-o'.
Ludovic Courtès
2017-08-20
guix download: Support retrieving local file without the URI scheme.
宋文武
2017-05-03
ui: Rename '_' to 'G_'.
Ludovic Courtès
2017-03-16
utils: Move base16 procedures to (guix base16).
Ludovic Courtès
2016-11-16
guix download: Add '-o' option.
Ludovic Courtès
2016-11-07
guix download: Add '--no-check-certificate' option.
Ludovic Courtès
2016-10-19
Use (ice-9 binary-ports) instead of (rnrs io ports).
Ludovic Courtès
2016-04-15
guix download: Honor the number of columns of the terminal.
Ludovic Courtès
2015-11-23
guix download: Fail when more than one URL is passed.
Ludovic Courtès
2015-11-23
guix download: Gracefully handle missing arguments.
Ludovic Courtès
2015-09-18
Add (guix scripts).
Alex Kost
2013-07-03
Use `port-sha256' and `open-sha256-port'.
Ludovic Courtès
2013-07-01
Move `sha256' to (guix hash).
Ludovic Courtès
2013-04-27
ui: Add `args-fold*' and use it.
Ludovic Courtès
2013-04-21
Factorize `download-and-store'.
Ludovic Courtès
2013-04-21
guix download: Add supported formats to '--help'.
Nikita Karetnikov
2013-04-21
ui: Add a 'define-diagnostic' macro.
Nikita Karetnikov
2013-04-11
ui: Add a `warning' macro.
Ludovic Courtès
2013-03-07
ui: Gracefully report failures to connect to the daemon.
Ludovic Courtès
2013-02-20
ui: Add temporary file handling and atomic symlink switch.
Ludovic Courtès
2013-02-17
scripts: Remove hyphen in the command name shown by `--version'.
Ludovic Courtès
2013-02-17
scripts: Remove initialization now redundant with `initialize-guix'.
Ludovic Courtès
2013-02-16
Replace individual scripts with master 'guix' script.
Mark H Weaver