index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
upgrade.rs
Age
Commit message (
Expand
)
Author
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-18
fix(cli): add support for DENO_CERT in upgrade command (#13862)
Sylvain Cau
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-23
fix(upgrade): move the file permission check to the beginning of the upgrade ...
mlemesle
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
fix(cli/upgrade): nice error when unzip is missing (#12693)
Luca Casonato
2021-07-07
fix(cli/tools/upgrade): check if passed version is valid (#11296)
Leo K
2021-05-24
fix(cli/upgrade): modify download size paddings (#10639)
CGQAQ
2021-04-24
feat(cli/upgrade): add download progress (#10343)
crowlKats
2021-04-21
fix(installer): Remove double '.' from temporary archive extension on upgrade...
Nicholas Rodrigues Lordello
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-01-24
fix(compile): fix panic when cross-compiling between windows and unix (#9203)
Liam Murphy
2021-01-19
fix: full commit hash in canary compile download (#9166)
Luca Casonato
2021-01-19
feat: Standalone lite binaries and cross compilation (#9141)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-11-29
feat(cli/tools/upgrade): canary support (#8476)
crowlKats
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-22
refactor(cli/tools/upgrade): rework upgrade (#8331)
crowlKats
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk