aboutsummaryrefslogtreecommitdiff
path: root/tor-client
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-274-630/+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
* Typo fixes.Nick Mathewson2021-08-201-1/+1
* replace IsolationToken::default with no_isolationTrinity Pointard2021-08-181-1/+10
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-181-1/+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
* Merge remote-tracking branch 'origin/mr/58'Nick Mathewson2021-08-122-2/+2
|\
| * Fix warning sign emoji in tor-client docLennart Kloock2021-08-122-2/+2
* | Use real network parameter values to tune test circuits.Nick Mathewson2021-08-121-1/+6
* | Periodically launch timeout-testing circuits.Nick Mathewson2021-08-121-1/+41
* | tor-client: remove workaround now that #155 is in.Nick Mathewson2021-08-111-10/+0
|/
* Make a basic daemon task to close circuits.Nick Mathewson2021-08-101-2/+1
* Use real network parameters to set unused-circ timeouts.Nick Mathewson2021-08-101-0/+2
* Note functionality that maybe could move.Nick Mathewson2021-08-101-0/+5
* Have CircMgr::new() return an Arc<>.Nick Mathewson2021-08-101-6/+2
* Flush persistent state periodically, and on (clean-ish) exit.Nick Mathewson2021-08-091-2/+48
* Implement initial persistence for circuit timeout dataNick Mathewson2021-08-062-1/+7
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Update READMEs.Nick Mathewson2021-08-061-2/+6
* Add a configuration structure for CircMgr.Nick Mathewson2021-08-051-4/+10
* Fix typos and other spelling mistakesrls2021-07-311-4/+4
* Fix some CI warnings.Nick Mathewson2021-07-311-11/+6
* Whenever the consensus changes, inform the circmgr about new paramsNick Mathewson2021-07-301-2/+41
* Add a kludge to make resolve requests work.Nick Mathewson2021-07-271-0/+10
* Do not try to resolve .onion addresses.Nick Mathewson2021-07-271-0/+4
* tor-client: rename circ function to a more descriptive nameNick Mathewson2021-07-271-5/+6
* Add support for RESOLVE and RESOLVE_PTRYuan Lyu2021-07-221-8/+68
* reexport IsolationToken in tor-clientTrinity Pointard2021-07-141-0/+1
* move IsolationToken to circmgrTrinity Pointard2021-07-142-3/+1
* implement stream isolationTrinity Pointard2021-07-132-1/+18
* Allow tor-rtcompat to build with no runtimes.Nick Mathewson2021-07-011-1/+4
* 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
* | Rename tor-client to arti-tor-client for now.Nick Mathewson2021-06-242-2/+6
* | Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-5/+5
* | Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|/
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-4/+0
* 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/+67
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-211-1/+15