| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clear semver_status.md entries for 0.0.2 | Nick Mathewson | 2022-01-11 | 1 | -32/+1 | |
| | | ||||||
| * | Update semver_status.md with recent changes. | Nick Mathewson | 2021-12-08 | 1 | -0/+14 | |
| | | ||||||
| * | Start a TROUBLESHOOTING.md with known compilation issues. | Nick Mathewson | 2021-12-06 | 1 | -0/+26 | |
| | | ||||||
| * | tor-linkspec: Remove redundant method; add more tests. | Nick Mathewson | 2021-12-04 | 1 | -0/+3 | |
| | | | | | | | | The redundant method was a `to_owned` that probably shouldn't have been called that. It was only used in one place. The tests should get tor-linkspec's line coverage up above 90%. | |||||
| * | Remove the unused "Error" type from caret. | Nick Mathewson | 2021-12-04 | 1 | -0/+3 | |
| | | | | | | | | This was a relic of the old, now-unused "caret_enum!" macro. Removing it gets caret's coverage to 100%. Yes, technically this is a semver breaker on caret. | |||||
| * | Implement Eq,PartialEq for BoundedInt32. | Nick Mathewson | 2021-12-02 | 1 | -0/+3 | |
| | | ||||||
| * | Add constructor for TorAddr, to enforce port != 0 | Nick Mathewson | 2021-11-30 | 1 | -0/+3 | |
| | | | | | This makes sure that we're checking for a nonzero port in all cases. | |||||
| * | Add comments about the absence of tap_key in microdesc. | Nick Mathewson | 2021-11-30 | 1 | -0/+3 | |
| | | ||||||
| * | Note non-breaking API change in tor-proto. | Nick Mathewson | 2021-11-30 | 1 | -0/+2 | |
| | | ||||||
| * | Clear semver_status log now that 0.0.2 is out. | Nick Mathewson | 2021-11-30 | 1 | -13/+1 | |
| | | ||||||
| * | Move top-level configuration downwards from `arti` to `arti-config`. | Nick Mathewson | 2021-11-18 | 1 | -1/+5 | |
| | | | | | | | | | To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation. | |||||
| * | tor-dirclient: Put routerdesc download behind a feature. | Nick Mathewson | 2021-11-12 | 1 | -1/+1 | |
| | | | | | Part of #125 | |||||
| * | tor-dirmgr: put routerdesc storage behind a feature. | Nick Mathewson | 2021-11-12 | 1 | -0/+1 | |
| | | | | | | | | (We keep routerdescs in the schema, since we don't want _that_ to fragment.) Part of #125. | |||||
| * | tor-netdoc: Put the "routerdesc" document type behind a feature. | Nick Mathewson | 2021-11-12 | 1 | -0/+1 | |
| | | | | | | | | | | | Nothing in arti currently uses this document type. Eventually it will be useful for relays and for bridge clients. I've left the "SHA1 digest of a router descriptor" type available unconditinoally, however, since it does get used in a few places. Part of #125. | |||||
| * | tor-llcrypto: Put currently unused functions behind features. | Nick Mathewson | 2021-11-12 | 1 | -2/+3 | |
| | | | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125 | |||||
| * | Add a file to track per-crate semver status. | Nick Mathewson | 2021-11-11 | 1 | -0/+25 | |
| | | ||||||
| * | Add our release instructions to version control. | Nick Mathewson | 2021-10-29 | 1 | -0/+40 | |
| | | ||||||
| * | Add removed paragraphs to Architecture.md | Nick Mathewson | 2021-10-28 | 1 | -0/+16 | |
| | | ||||||
| * | Small FAQ update. | Nick Mathewson | 2021-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing entries to Architecture.md | Nick Mathewson | 2021-10-27 | 1 | -0/+5 | |
| | | ||||||
| * | Fix typos and cleanup | Dimitris Apostolou | 2021-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Rename tor_client/arti_tor_client to arti_client. | Nick Mathewson | 2021-10-21 | 1 | -1/+1 | |
| | | | | | | | Solves a name conflict with the existing tor_client create. Closes #130. | |||||
| * | Small edits on Android.md | Nick Mathewson | 2021-10-08 | 1 | -17/+18 | |
| | | ||||||
| * | Fix some typos (via the "typos" tool) | Nick Mathewson | 2021-10-08 | 1 | -5/+5 | |
| | | ||||||
| * | Initial backend implementation for guard node manager. | Nick Mathewson | 2021-10-07 | 1 | -0/+3 | |
| | | | | | | | | There are some missing parts here (like persistence and tests) and some incorrect parts (I am 90% sure that the "exploratory circuit" flag is bogus). Also it is not integrated with the circuit manager code. | |||||
| * | update fslock to compile android | Trinity Pointard | 2021-09-25 | 1 | -8/+1 | |
| | | ||||||
| * | Add small qualifiers on android.md | Nick Mathewson | 2021-09-16 | 1 | -0/+5 | |
| | | ||||||
| * | fix typo and change upstream link | Trinity Pointard | 2021-09-15 | 1 | -7/+6 | |
| | | ||||||
| * | document android building | Trinity Pointard | 2021-09-14 | 1 | -0/+152 | |
| | | ||||||
| * | Fix typos and other spelling mistakes | rls | 2021-07-31 | 1 | -2/+2 | |
| | | ||||||
| * | Revise repository-level documentation | Nick Mathewson | 2021-06-17 | 3 | -0/+187 | |
