| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | check_licenses: list new crates with manual license verification | Nick Mathewson | 2022-05-31 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | Closes #462. Note that the license on `ring` is slightly problematic for some users, including as it does old the openssl license[^1], with advertising clause and all. That's not a blocker for us now, since `ring` is not a required dependency. But we wouldn't want `ring` to become a mandatory dependency because of this. [^1]: To make the situation even more complicated, modern openssl has relicensed under apache-2.0, but that doesn't necessarily help us, since ring took its code from boringssll, which forked from an older version of openssl. | ||||
| * | make almost all scripts use bash and set euo pipefail | trinity-1686a | 2022-05-25 | 1 | -1/+1 |
| | | |||||
| * | Remove cargo-husky, and replace with manual instructions | eta | 2022-05-10 | 1 | -1/+0 |
| | | | | | | | | | A build script reaching into your .git/hooks/ and modifying them nonconsensually was a bit of a horrifying concept, and also made it hard to build arti with the feature disabled. Remove this crate, and replace it with manual instructions on how to install the hooks in CONTRIBUTING.md. | ||||
| * | rename *.sh scripts to bare name | Ian Jackson | 2022-02-18 | 1 | -0/+81 |
| As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project. | |||||
