aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
...
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-4/+4
* tor-linkspec: Add a constructor for UnparsedLinkSpecNick Mathewson2023-03-062-0/+11
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-4/+4
* tor-linkspec: New UnparsedLinkspec type.Nick Mathewson2023-02-173-1/+82
* tor-linkspec: LinkSpec parsing: use read_nested_u8len (fmt)Ian Jackson2023-02-061-13/+15
* tor-linkspec: LinkSpec parsing: use read_nested_u8lenIan Jackson2023-02-061-21/+5
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-3/+3
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-277-0/+7
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'ya-lint' into 'main'eta2023-01-061-1/+4
|\
| * tor-linkspec: Fix an unused lintIan Jackson2022-12-121-1/+4
* | Merge branch 'test-lints' into 'main'eta2023-01-066-0/+48
|\ \
| * | test lint blocks: Add many many automaticallyIan Jackson2022-12-126-0/+48
| |/
* / doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-12/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-7/+7
* bridge config: Rename accessorsIan Jackson2022-11-301-2/+2
* BridgeAddr tests: dedupe slightlyIan Jackson2022-11-301-12/+11
* Separate BridgeAddr and PtTargetAddrIan Jackson2022-11-303-38/+212
* Merge branch 'more-linkspec-tests' into 'main'Nick Mathewson2022-11-294-15/+160
|\
| * Fix up compatibility issues between linkspec tests and other patchesNick Mathewson2022-11-281-5/+5
| * linkspec: Add some tests for ChannelMethodNick Mathewson2022-11-282-0/+85
| * linkspec: Tests for PtTargetSettingsNick Mathewson2022-11-281-0/+46
| * PtTransportName: Remove unused accessors.Nick Mathewson2022-11-281-13/+0
| * linkspec: Add tests for has_any_identity.Nick Mathewson2022-11-281-0/+7
| * linkspec: Add test for lookup on no-ids.Nick Mathewson2022-11-281-0/+1
| * Add a test for ByRelayIds::remove_by_all_idsNick Mathewson2022-11-281-2/+21
* | Remove deprecated aliases in tor-linkspec.Nick Mathewson2022-11-292-10/+2
* | Add a default debug_redacted impl to save space.Nick Mathewson2022-11-281-4/+0
* | linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-285-7/+84
|/
* Make ChannelMethod non-exhaustiveIan Jackson2022-11-242-1/+2
* tor-linkspec: Provide LoggedChanTarget type alias and utility methodIan Jackson2022-11-233-2/+14
* TransportId: Fix test case for no pt-targetIan Jackson2022-11-221-16/+19
* TransportId: Parse "bridge" as builtin transportIan Jackson2022-11-221-3/+8
* TransportId: Provide new_builtin and new_pluggableIan Jackson2022-11-221-0/+15
* TransportId: Provide name accessor and deconstructorIan Jackson2022-11-221-0/+26
* TransportId: Document and change string repr for builtinIan Jackson2022-11-221-6/+16
* TransportId: Add test case for builtin Display reprIan Jackson2022-11-221-0/+2
* BridgeAddr rename from PtTargetAddr: Update in tor-linkspecIan Jackson2022-11-213-29/+38
* tor-linkspec: Provide deconstructors for PtTargetSettings and PtTargetIan Jackson2022-11-212-0/+11
* Fix a missing import in tests.Nick Mathewson2022-11-181-1/+1
* Merge branch 'refactor_into_ownedchantarget' into 'main'Nick Mathewson2022-11-183-9/+21
|\
| * CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-183-9/+21
* | Merge branch 'mark-bridges-not-experimental' into 'main'Nick Mathewson2022-11-182-5/+10
|\ \
| * | linkspec: Make "pt-client" non-experimental.Nick Mathewson2022-11-162-5/+10
| |/