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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test_linkspecs: tidy order of linkspecs
Nick Mathewson
2023-05-10
1
-11
/
+11
*
Move responsibility for linkspec sorting to CircTarget.
Nick Mathewson
2023-05-10
1
-2
/
+13
*
RelayId: implement id_type and as_bytes in terms of RelayIdRef
Ian Jackson
2023-04-27
1
-8
/
+2
*
RelayIdRef: as_bytes: Doesn't borrow from self
Ian Jackson
2023-04-27
1
-1
/
+1
*
RelayId: impl Display in terms of RelayIdRef
Ian Jackson
2023-04-27
1
-3
/
+9
*
linkspec: Add a missing ; in tests.
Nick Mathewson
2023-04-06
1
-1
/
+1
*
tor-linkspec: Add a constructor for UnparsedLinkSpec
Nick Mathewson
2023-03-06
1
-0
/
+10
*
tor-linkspec: New UnparsedLinkspec type.
Nick Mathewson
2023-02-17
2
-1
/
+81
*
tor-linkspec: LinkSpec parsing: use read_nested_u8len (fmt)
Ian Jackson
2023-02-06
1
-13
/
+15
*
tor-linkspec: LinkSpec parsing: use read_nested_u8len
Ian Jackson
2023-02-06
1
-21
/
+5
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
7
-0
/
+7
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'ya-lint' into 'main'
eta
2023-01-06
1
-1
/
+4
|
\
|
*
tor-linkspec: Fix an unused lint
Ian Jackson
2022-12-12
1
-1
/
+4
*
|
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
6
-0
/
+48
|
/
*
bridge config: Rename accessors
Ian Jackson
2022-11-30
1
-2
/
+2
*
BridgeAddr tests: dedupe slightly
Ian Jackson
2022-11-30
1
-12
/
+11
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
3
-38
/
+212
*
Merge branch 'more-linkspec-tests' into 'main'
Nick Mathewson
2022-11-29
3
-15
/
+159
|
\
|
*
Fix up compatibility issues between linkspec tests and other patches
Nick Mathewson
2022-11-28
1
-5
/
+5
|
*
linkspec: Add some tests for ChannelMethod
Nick Mathewson
2022-11-28
1
-0
/
+84
|
*
linkspec: Tests for PtTargetSettings
Nick Mathewson
2022-11-28
1
-0
/
+46
|
*
PtTransportName: Remove unused accessors.
Nick Mathewson
2022-11-28
1
-13
/
+0
|
*
linkspec: Add tests for has_any_identity.
Nick Mathewson
2022-11-28
1
-0
/
+7
|
*
linkspec: Add test for lookup on no-ids.
Nick Mathewson
2022-11-28
1
-0
/
+1
|
*
Add a test for ByRelayIds::remove_by_all_ids
Nick Mathewson
2022-11-28
1
-2
/
+21
*
|
Remove deprecated aliases in tor-linkspec.
Nick Mathewson
2022-11-29
2
-10
/
+2
*
|
Add a default debug_redacted impl to save space.
Nick Mathewson
2022-11-28
1
-4
/
+0
*
|
linkspec: Give a Redacted form for chantarget.
Nick Mathewson
2022-11-28
4
-6
/
+83
|
/
*
Make ChannelMethod non-exhaustive
Ian Jackson
2022-11-24
1
-1
/
+1
*
tor-linkspec: Provide LoggedChanTarget type alias and utility method
Ian Jackson
2022-11-23
2
-2
/
+13
*
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
2
-29
/
+37
*
tor-linkspec: Provide deconstructors for PtTargetSettings and PtTarget
Ian Jackson
2022-11-21
1
-0
/
+10
*
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
*
|
Remove impl Display for OwnedCircTarget
Nick Mathewson
2022-11-17
1
-7
/
+0
*
|
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
*
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
[prev]
[next]