summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust xz compression settingsMark Rousskov2023-02-271-12/+38
* Write out manifest.in entries deterministicallyJon Gjengset2023-02-041-4/+12
* Remove unused importsMichael Howell2022-06-181-2/+1
* Bump to clap 3Michael Howell2022-06-178-271/+90
* tarball: allow choosing the compression formats to outputPietro Albini2020-12-102-0/+6
* combine: allow choosing the compression formats to outputPietro Albini2020-12-103-2/+15
* generate: allow choosing the compression formats to outputPietro Albini2020-12-105-8/+60
* combine: support combining both xz and gz tarballsPietro Albini2020-12-102-19/+43
* compression: support a dynamic list of output formatsPietro Albini2020-12-103-57/+114
* main: allow fallible conversions during CLI parsingPietro Albini2020-12-104-7/+12
* Migrate from failure to anyhowJosh Stone2020-04-067-54/+33
* Use at most 8 threads for the xz streamJosh Stone2019-08-281-2/+4
* Fix Windows buildAlex Crichton2019-07-042-4/+1
* Use a multi-threaded xz encoderAlex Crichton2019-06-261-1/+5
* Move from `error-chain` to `failure`Alex Crichton2019-06-267-97/+86
* Run `cargo fmt`Alex Crichton2019-06-268-178/+310
* Various cosmetic improvements.Alexander Regueiro2019-02-166-47/+48
* Removed copyright notices.Alexander Regueiro2019-02-167-70/+0
* Replace r#try! macro with ? operatorTaiki Endo2019-02-081-26/+26
* Remove unused import and replace deprecated functionHirokazu Hata2019-02-042-6/+1
* Transition to 2018 editionHirokazu Hata2019-02-048-52/+52
* Copy symlinksTom Tromey2018-07-131-3/+14
* Do not follow symlinksTom Tromey2018-07-121-15/+23
* Update error-chain and don't allow warningsMateusz Mikuła2018-06-252-2/+0
* Fix warnings in library from error-chainMark Simulacrum2018-06-201-0/+1
* Permit warnings inside error-chain expansionMark Simulacrum2018-06-201-0/+1
* Bump winapi to 0.3Bastien Orivel2018-03-022-67/+30
* Turn down xz compression levelAlex Crichton2018-02-261-1/+1
* update to rayon 1.0Josh Stone2018-02-151-1/+1
* Stream the parallel xz/gz tarball generationJosh Stone2018-01-162-34/+56
* Upgrade flate crate to 1.0.1Malo Jaffré2017-12-292-3/+3
* Create xz/gz files in parallelAlex Crichton2017-09-061-26/+21
* Use tar's append_data to add executables on WindowsJosh Stone2017-05-311-2/+21
* Normalize the manifest to Unix-style path separatorsJosh Stone2017-05-201-2/+19
* Revert "Move the combined components instead of copying"Josh Stone2017-05-122-10/+6
* Include the root directory in tarballJosh Stone2017-05-051-1/+1
* Standardize File errorsJosh Stone2017-05-055-38/+46
* Use error-chain for more informative errorsJosh Stone2017-05-057-93/+177
* Move the combined components instead of copyingJosh Stone2017-05-051-4/+3
* Deal with remove_dir_all complicationsJosh Stone2017-05-054-2/+850
* Write all directories to the tarball for rustup.rs#1092Josh Stone2017-05-051-21/+20
* Write tarballs without an intermediate uncompressed fileJosh Stone2017-05-051-27/+32
* Use the xz2 crate for creating xz tarballsJosh Stone2017-05-053-84/+14
* Fix cfg for calling OpenOptionsExt::modeJosh Stone2017-05-051-3/+1
* Use the flate2 crate for creating gzip tarballsJosh Stone2017-05-052-8/+13
* Use the tar crate for creating tarballsJosh Stone2017-05-051-19/+15
* Use the flate2 and tar crates for combiningJosh Stone2017-05-052-15/+8
* Use a macro to reduce clap boilerplate a littleJosh Stone2017-05-051-92/+51
* Use a macro to reduce struct boilerplateJosh Stone2017-05-057-271/+139
* Rewrite combine-installers.sh in RustJosh Stone2017-05-057-78/+374