aboutsummaryrefslogtreecommitdiff
path: root/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-278-1183/+0
* WIP: Add the "unwrap_used" lint.S0AndS02021-08-241-0/+1
* Switch all uses of the log crate to the tracing.Jani Monoses2021-08-202-2/+2
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-181-0/+1
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-131-0/+1
* | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Add the "cast_lossless" lint.S0AndS02021-08-121-0/+1
* Fix typos in tor-chanmgrLennart Kloock2021-08-122-4/+4
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Fix typos and other spelling mistakesrls2021-07-314-5/+5
* address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-201-2/+2
* Allow tor-rtcompat to build with no runtimes.Nick Mathewson2021-07-013-10/+11
* Merge remote-tracking branch 'origin/mr/34'Nick Mathewson2021-06-271-0/+2
|\
| * Add clippy warn needless pass by valueYUAN LYU2021-06-211-0/+1
| * Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* | Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-1/+1
* | Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-5/+5
* | Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|/
* Remove most (all?) panics from tor-chanmgr::mgr::mapNick Mathewson2021-06-191-10/+22
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+0
* Make a few error types implement CloneNick Mathewson2021-06-141-2/+9
* linkspec: Define owned variants of ChanTarget and CircTarget.Nick Mathewson2021-06-132-65/+6
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-262-2/+2
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+20
* Module docs for remaining cratesNick Mathewson2021-05-251-2/+9
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-183-12/+14
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-182-2/+2
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Make the MockNetProvider builder non-consuming.Nick Mathewson2021-05-031-14/+11
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-032-4/+3
* Much-improved tests for tor_chanmgr::builderNick Mathewson2021-04-304-1/+147
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-272-0/+4
* cargo fix --edition-idiomsNick Mathewson2021-04-261-1/+1
* Another test in ChanMgr, for TargetInfo.Nick Mathewson2021-04-231-0/+19
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-237-674/+170
* Full documentations on the new parts of ChanMgr.Nick Mathewson2021-04-232-24/+157
* Start on tests for reactored ChanMsg.Nick Mathewson2021-04-233-50/+350
* Begin refactoring ChanMgr to have better separation of concernsNick Mathewson2021-04-224-0/+290
* Stop using anyhow in tor_chanmgr.Nick Mathewson2021-04-224-17/+33
* Remove the no-longer-needed "global runtime" code.Nick Mathewson2021-04-171-16/+16
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-7/+5