index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-linkspec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
linkspec: Give a Redacted form for chantarget.
Nick Mathewson
2022-11-28
5
-7
/
+84
|
/
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
2
-1
/
+2
*
tor-linkspec: Provide LoggedChanTarget type alias and utility method
Ian Jackson
2022-11-23
3
-2
/
+14
*
TransportId: Fix test case for no pt-target
Ian Jackson
2022-11-22
1
-16
/
+19
*
TransportId: Parse "bridge" as builtin transport
Ian Jackson
2022-11-22
1
-3
/
+8
*
TransportId: Provide new_builtin and new_pluggable
Ian Jackson
2022-11-22
1
-0
/
+15
*
TransportId: Provide name accessor and deconstructor
Ian Jackson
2022-11-22
1
-0
/
+26
*
TransportId: Document and change string repr for builtin
Ian Jackson
2022-11-22
1
-6
/
+16
*
TransportId: Add test case for builtin Display repr
Ian Jackson
2022-11-22
1
-0
/
+2
*
BridgeAddr rename from PtTargetAddr: Update in tor-linkspec
Ian Jackson
2022-11-21
3
-29
/
+38
*
tor-linkspec: Provide deconstructors for PtTargetSettings and PtTarget
Ian Jackson
2022-11-21
2
-0
/
+11
*
Fix a missing import in tests.
Nick Mathewson
2022-11-18
1
-1
/
+1
*
Merge branch 'refactor_into_ownedchantarget' into 'main'
Nick Mathewson
2022-11-18
3
-9
/
+21
|
\
|
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
3
-9
/
+21
*
|
Merge branch 'mark-bridges-not-experimental' into 'main'
Nick Mathewson
2022-11-18
2
-5
/
+10
|
\
\
|
*
|
linkspec: Make "pt-client" non-experimental.
Nick Mathewson
2022-11-16
2
-5
/
+10
|
|
/
*
|
Remove impl Display for OwnedCircTarget
Nick Mathewson
2022-11-17
2
-8
/
+1
*
|
ChanTarget: Add a display function, with better output.
Nick Mathewson
2022-11-17
2
-13
/
+80
|
/
*
Allow a subset-only ChanMethod match when looking up a BridgeConfig
Nick Mathewson
2022-11-15
1
-0
/
+15
*
Remove allow() for a false-positive warn on Rust 1.56.
Nick Mathewson
2022-11-10
1
-3
/
+0
*
Upgrade to serde_with 2, phf 0.11. Closes #526.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
linkspec: Rename "maybe rename this?" TODOs in favor of #623
Nick Mathewson
2022-11-07
2
-5
/
+0
*
PtTargetSettings: Enforce correctness at lower level.
Nick Mathewson
2022-11-07
1
-19
/
+49
*
Remove a blank line
Nick Mathewson
2022-11-07
1
-1
/
+0
*
Downgrade TODO on chan_method
Nick Mathewson
2022-11-07
1
-1
/
+1
*
Remove TODO about third ChannelMethod variant.
Nick Mathewson
2022-11-07
1
-2
/
+0
*
Remove TODO about inlining PtTargetSettings.
Nick Mathewson
2022-11-07
1
-7
/
+0
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Require derive_more 0.99.3
Ian Jackson
2022-11-03
1
-1
/
+1
*
Merge branch 'guards_as_bridges_part2' into 'main'
Nick Mathewson
2022-10-27
2
-1
/
+57
|
\
|
*
ByRelayIds: Add additional accessor functions.
Nick Mathewson
2022-10-25
1
-0
/
+51
|
*
linkspec: add HasRelayIds::has_any_identity.
Nick Mathewson
2022-10-25
1
-1
/
+6
*
|
impl Hash for BridgeConfig and various PT information
Ian Jackson
2022-10-27
1
-3
/
+3
|
/
*
linkspec: specify sort order for HasRelayIds.
Nick Mathewson
2022-10-24
1
-2
/
+13
*
linkspec: Remove now-useless declared_peer_addr
Nick Mathewson
2022-10-24
1
-5
/
+0
*
guardmgr: Refactor the interior of FirstHop.
Nick Mathewson
2022-10-24
3
-26
/
+89
*
linkspec: Add compare-by-relay-ids function to HasRelayIds
Nick Mathewson
2022-10-21
3
-3
/
+74
*
Merge branch 'pt-serde' into 'main'
Nick Mathewson
2022-10-20
3
-72
/
+25
|
\
|
*
Implement serde for PtTarget and its members.
Nick Mathewson
2022-10-20
2
-5
/
+20
|
*
Inline now-needless variant constructors for PtTargetAddr
Nick Mathewson
2022-10-20
1
-22
/
+2
|
*
Remove a now-needless `allow(dead_code)`
Nick Mathewson
2022-10-20
1
-1
/
+0
|
*
linkspec: Always expose PT-related types.
Nick Mathewson
2022-10-20
2
-46
/
+5
*
|
Merge branch 'bridge-internal-apis' into 'main'
Ian Jackson
2022-10-20
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
tor-linkspec: impl From<&ChanTarget> for OwnedChanTarget
Ian Jackson
2022-10-20
1
-1
/
+7
*
|
impl HasAddrs for PtChannelAddr and ChannelMethod
Ian Jackson
2022-10-20
1
-0
/
+29
*
|
HasAddrs: Make it clear that the set of addresses can be empty
Ian Jackson
2022-10-20
1
-1
/
+4
|
/
*
linkspec: Fix typo in error messages.
Nick Mathewson
2022-10-18
1
-2
/
+2
*
linkspec: Add ByRelayIds::remove_exact.
Nick Mathewson
2022-10-18
1
-0
/
+65
*
linkspec: Add an "all_overlapping" accessor to ByRelayIds.
Nick Mathewson
2022-10-18
3
-1
/
+117
[prev]
[next]