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
...
*
Remove semver.md files from 1.1.5
Nick Mathewson
2023-06-01
1
-4
/
+0
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-8
/
+8
*
Upgrade serde_with dependency to 3.0.0
Nick Mathewson
2023-05-22
1
-1
/
+1
*
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-1
/
+10
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-3
/
+4
*
linkspec::verbatim: wrapper to give a CircTarget a new set of LinkSpecs
Nick Mathewson
2023-05-11
3
-1
/
+113
*
Add linkspec::decode to convert linkspecs to an OwnedChanTarget
Nick Mathewson
2023-05-11
3
-1
/
+189
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
2
-4
/
+15
*
linkspec: Make LinkSpecType public.
Nick Mathewson
2023-05-10
4
-31
/
+43
*
linkspec: define conversion functions for EncodedLinkSpec
Nick Mathewson
2023-05-10
1
-48
/
+79
*
Rename UnparsedLinkSpec => EncodedLinkSpec
Nick Mathewson
2023-05-10
3
-13
/
+14
*
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
*
Remove semver.md files.
Nick Mathewson
2023-05-03
1
-1
/
+0
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-7
/
+7
*
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
2
-1
/
+2
*
RelayId: impl Display in terms of RelayIdRef
Ian Jackson
2023-04-27
1
-3
/
+9
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
linkspec: Add a missing ; in tests.
Nick Mathewson
2023-04-06
1
-1
/
+1
*
Remove semver.md files.
Nick Mathewson
2023-03-31
1
-1
/
+0
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-4
/
+4
*
tor-linkspec: Add a constructor for UnparsedLinkSpec
Nick Mathewson
2023-03-06
2
-0
/
+11
*
Remove semver.md files now that 1.1.2 is out.
Nick Mathewson
2023-02-28
1
-1
/
+0
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-4
/
+4
*
tor-linkspec: New UnparsedLinkspec type.
Nick Mathewson
2023-02-17
3
-1
/
+82
*
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
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-3
/
+3
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch version of each crate with _trivial_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
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
*
|
Merge branch 'test-lints' into 'main'
eta
2023-01-06
6
-0
/
+48
|
\
\
|
*
|
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
6
-0
/
+48
|
|
/
*
/
doc: consistent summary line for the READMEs
Emil Engler
2022-12-20
1
-1
/
+1
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-12
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-7
/
+7
*
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
4
-15
/
+160
|
\
|
*
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
2
-0
/
+85
|
*
linkspec: Tests for PtTargetSettings
Nick Mathewson
2022-11-28
1
-0
/
+46
[prev]
[next]