summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add semver.md in tor-cell for MR#793breezykermo2022-10-251-0/+1
| | |/ / | |/| |
* | | | Merge branch 'fix_typos' into 'main'eta2022-10-251-2/+2
|\ \ \ \
| * | | | tor-cell: Fix typos in msg.rsEmil Engler2022-10-241-2/+2
| |/ / /
* | | | Merge branch 'explain_magic' into 'main'eta2022-10-251-0/+1
|\ \ \ \
| * | | | tor-cell: Add comment explaing Data::MAXLENEmil Engler2022-10-241-0/+1
| |/ / /
* | | | tor-error: Tidy up use of thiserror::ErrorIan Jackson2022-10-241-2/+4
* | | | tor-error: Rename truncated module to miscIan Jackson2022-10-242-3/+3
| |_|/ |/| |
* | | Merge branch 'guards_as_bridges_part1' into 'main'Nick Mathewson2022-10-2419-213/+613
|\ \ \
| * | | circmgr: More NOTEs and TODO pt-clients.Nick Mathewson2022-10-241-3/+9
| * | | linkspec: specify sort order for HasRelayIds.Nick Mathewson2022-10-241-2/+13
| * | | Circmgr: construct paths using either Relay or OwnedCircTargetNick Mathewson2022-10-242-34/+157
| * | | netdir: Expose addrs-in-same-subnets calculation from SubnetConfigNick Mathewson2022-10-242-8/+20
| * | | linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-242-8/+4
| * | | guardmgr: Refactor the interior of FirstHop.Nick Mathewson2022-10-248-75/+202
| * | | guardmgr: Hold FallbackDir in fallback::set::EntryNick Mathewson2022-10-213-43/+61
| * | | linkspec: Add compare-by-relay-ids function to HasRelayIdsNick Mathewson2022-10-213-3/+74
| * | | guardmgr: Add bridges sample, encode sample ID in FirstHopId.Nick Mathewson2022-10-215-52/+88
* | | | Merge branch 'by_ids_mutate' into 'main'Nick Mathewson2022-10-241-16/+171
|\ \ \ \ | |_|/ / |/| | |
| * | | n_key_set: clean up some wide linesNick Mathewson2022-10-241-21/+38
| * | | n_key_set: Re-insert by_foo_mut() accessors, but make them unsafe.Nick Mathewson2022-10-241-0/+21
| * | | Fix some litter in a doc comment.Nick Mathewson2022-10-241-1/+1
| * | | n_key_set: Add ability to modify entries in the map.Nick Mathewson2022-10-241-1/+118
| |/ /
* | | Merge branch 'fix_typos' into 'main'eta2022-10-211-3/+3
|\ \ \
| * | | tor-cell: Fix typos in msg.rsEmil Engler2022-10-211-3/+3
| | |/ | |/|
* | | Merge branch 'remove_redundant' into 'main'eta2022-10-211-2/+0
|\ \ \
| * | | tor-cell: Remove redundant match clausesEmil Engler2022-10-211-2/+0
| |/ /
* | | Merge branch 'concrete_comments' into 'main'eta2022-10-212-7/+12
|\ \ \
| * | | tor-cell: Make historical comments more concreteEmil Engler2022-10-212-7/+12
| |/ /
* | | Merge branch 'circmgr' into 'main'eta2022-10-217-14/+40
|\ \ \
| * | | tor-circmgr: Make get_or_launch_dir_specific feature-specificIan Jackson2022-10-215-5/+22
| * | | tor-circmgr: Rename get_or_launch_dir_specific from _bridgeIan Jackson2022-10-211-1/+1
| * | | tor-chanmgr: Suppress an unused imports warning for `use super::*`Ian Jackson2022-10-211-0/+1
| * | | tor-circmgr README: Add experimental features boilerplateIan Jackson2022-10-211-0/+18
| * | | tor-circmgr README: Remove "Limitations"Ian Jackson2022-10-211-6/+0
| * | | tor-dirmgr README: Remove some redundant/duplicated headingsIan Jackson2022-10-211-4/+0
| | |/ | |/|
* | | Merge branch 'no_redundant_copy' into 'main'Ian Jackson2022-10-211-2/+2
|\ \ \
| * | | tor-cell: Avoid redundant pointer copyEmil Engler2022-10-211-2/+2
| | |/ | |/|
* | | tor-guardmgr: descs: Make BridgeDescError DynCloneIan Jackson2022-10-212-1/+5
* | | tor-guardmgr: descs: Make BridgeDescError into a traitIan Jackson2022-10-211-4/+15
* | | tor-error: make HasRetryTime object-safeIan Jackson2022-10-212-1/+2
| |/ |/|
* | Merge branch 'whoops_unused_imports' into 'main'Nick Mathewson2022-10-211-3/+9
|\ \
| * | Oops: Mark some imports as pt-client only.Nick Mathewson2022-10-211-3/+9
* | | Merge branch 'matrix-features' into 'main'Nick Mathewson2022-10-213-4/+10
|\ \ \ | |/ / |/| |
| * | fix doc-feature synchrotrinity-1686a2022-10-162-2/+8
| * | add test for many featurestrinity-1686a2022-10-161-2/+2
* | | Merge branch 'no_redundant_allocation' into 'main'Nick Mathewson2022-10-211-1/+1
|\ \ \
| * | | tor-cell: Avoid redundant allocationEmil Engler2022-10-211-1/+1
| | |/ | |/|
* / | tor-cell: Rename fixed_len to fixed_len_handshakeEmil Engler2022-10-211-7/+7
|/ /
* | Merge branch 'dirclient-errors' into 'main'Ian Jackson2022-10-205-43/+147
|\ \
| * | tor-dirclient: Provide fallible DirResponse::output and into_outputIan Jackson2022-10-202-1/+82