| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-03 | Download from the combined installer | Brian Anderson | -1/+1 | |
| 2015-01-03 | rustup: Long lines | Brian Anderson | -1/+4 | |
| 2015-01-02 | rustup: Don't do verbose tarball extraction | Brian Anderson | -1/+1 | |
| 2015-01-02 | rustup: Install from the combined installer | Brian Anderson | -45/+4 | |
| 2014-12-29 | rustup: allow the use of either sha256sum or shasum to verify the download hash | Erick Tryzelaar | -2/+16 | |
| 2014-12-29 | rustup: Add support for resuming downloads | Erick Tryzelaar | -2/+15 | |
| 2014-12-29 | rustup: allow rust and cargo snapshot dates to be different | Erick Tryzelaar | -19/+37 | |
| 2014-12-29 | rustup: add caching of old nightlies | Erick Tryzelaar | -9/+40 | |
| 2014-12-29 | rustup: Add support for verifying remote hashes | Erick Tryzelaar | -0/+32 | |
| 2014-12-28 | Split overly long line | Johannes Hoff | -1/+3 | |
| 2014-12-24 | Better temporary directory name | Johannes Hoff | -1/+1 | |
| 2014-12-24 | Merge branch 'master' into cfg_tmp_dir | Johannes Hoff | -61/+86 | |
| Conflicts: src/etc/rustup.sh | ||||
| 2014-12-23 | Merge pull request #19886 from brson/rustup | bors | -1/+1 | |
| rustup: Don't do verbose tarball extraction Reviewed-by: alexcrichton | ||||
| 2014-12-15 | Add probe and var for file | Aaron Friel | -1/+2 | |
| Was testing rustup on a very minimal Debian installation and got errors during the install process (error occurred in `install.sh` of the Rust nightly.) Noticed that Rustup was downloading the i686 nightly instead of x86-64. Installing `file` fixed the problem, and this patch adds the probe to ensure file is installed before attempting to use it. There may still be an issue with the i686 installation, I did not investigate further. | ||||
| 2014-12-15 | rustup: Don't do verbose tarball extraction | Brian Anderson | -1/+1 | |
| This creates an enormous amount of spew. | ||||
| 2014-12-03 | rustup: simplify downloading packages | Erick Tryzelaar | -8/+9 | |
| 2014-12-03 | rustup: extract the tarballs as part of installation | Erick Tryzelaar | -11/+16 | |
| 2014-12-03 | rustup: rewrite to protect against truncation | Erick Tryzelaar | -18/+28 | |
| This closes #19168. It's possible that if the downloading of `rustup.sh` is interrupted, bad things could happen, such as running a naked "rm -rf /" instead of "rm -rf /path/to/tmpdir". This wraps rustup.sh's functionality in a function that gets called at the last time that should protect us from these truncation errors. | ||||
| 2014-12-03 | rustup: factor out installing packages into a function | Erick Tryzelaar | -27/+14 | |
| 2014-12-03 | rustup: factor out downloading and extracting the snapshot tarballs | Erick Tryzelaar | -18/+35 | |
| 2014-12-03 | rustup: factor out the install flags into a CFG_INSTALL_FLAGS variable | Erick Tryzelaar | -14/+13 | |
| 2014-12-03 | rustup: rename TMP_DIR to CFG_TMP_DIR | Erick Tryzelaar | -16/+16 | |
| 2014-12-03 | rustup: add a RUST_ prefix to the rust-specific variables | Erick Tryzelaar | -10/+11 | |
| 2014-12-03 | rustup: probe for the existance of tar | Erick Tryzelaar | -2/+3 | |
| 2014-12-03 | rustup: make rustup executable | Erick Tryzelaar | -0/+0 | |
| 2014-12-03 | whitespace cleanup | Erick Tryzelaar | -1/+1 | |
| 2014-11-27 | Fall back to hard coded download directory | Johannes Hoff | -1/+13 | |
| If mktemp fails, fall back to a hard coded directory, per @nodakai's feedback. | ||||
| 2014-11-22 | Use mktemp for temporary download directory | Johannes Hoff | -7/+1 | |
| Using the current directory may not always be appropriate, for example in the case where it will unnecessarily trigger a backup to be made. The only risk with this change is that systems might not have a mktemp. I am not aware of such a system, but have not tested on Windows. It is working on a basic Ubuntu and OS X installation. | ||||
| 2014-10-28 | Long lines | Brian Anderson | -1/+2 | |
| 2014-10-27 | Untabify rustup.sh | Brian Anderson | -18/+18 | |
| 2014-10-07 | Add rustup.sh to the repo | Brian Anderson | -0/+475 | |
| Just to have it somewhere to point to. Updating it will not automatically update the one on static.rust-lang.org. | ||||
