- Feb 18, 2022
-
-
Ian Jackson authored
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.
-
- Feb 17, 2022
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Remove some needless refs and slicing See merge request tpo/core/arti!327
-
Ian Jackson authored
These (&foo).into() constructions are needed so we use the implemnetation of `From<&Foo>`, not a recursive call to this very function. This is a partial revert of the previous commit. I'm making this a separate commit for the benefit of posterity.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We can't use discriminants here now, but maybe we can in the future.
-
Nick Mathewson authored
-
eta authored
Make CircMap open_ent_count O(1) See merge request tpo/core/arti!302
-
Ian Jackson authored
arti: create TorClient first, then bootstrap. Closes #336 See merge request tpo/core/arti!320
-
Ian Jackson authored
Fix typos See merge request tpo/core/arti!326
-
Ian Jackson authored
So we get a stack trace
-
Ian Jackson authored
We're about to reuse this and we'll want it to take the higher-level type. Also it seems more proper like this.
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
Prompted by nightly's clippy (which has some false positives, so is currently disabled).
-
Ian Jackson authored
-
Ian Jackson authored
Re-enable clippy::ptr_arg where it had been disabled. See merge request tpo/core/arti!323
-
Dimitris Apostolou authored
-
- Feb 16, 2022
-
-
yuan authored
-
yuan authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes #322.
-
Nick Mathewson authored
-
Nick Mathewson authored
This isn't complete (see TODO), but it's enough to let us report the right ErrorKind if something fails to parse.
-
Nick Mathewson authored
It had too many possible Kinds depending on what kind of string had failed to parse. I decided to use #[source] here instead of #[from], so that we would have to explicitly convert these errors where they show up.
-
Nick Mathewson authored
At first I had thought that all sqlite errors would be internal, but that's not the case.
-
Nick Mathewson authored
-
eta authored
arti-client: add ability to automatically bootstrap Closes #278 See merge request tpo/core/arti!322
-