aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'typos' into 'main'eta2023-01-094-7/+7
|\ \
| * | Fix typosDimitris Apostolou2023-01-074-7/+7
* | | Merge branch 'arti-hyper-fixing-715' into 'main'eta2023-01-093-2/+20
|\ \ \ | |/ / |/| |
| * | Removed unnecessary "all()" cfg constraintMichael van Straten2023-01-071-1/+1
| * | Added x86_64-apple-darwin to fallback to "tls-api-openssl"Michael van Straten2023-01-073-5/+5
| * | fixed "broken_intra_doc_link"Michael van Straten2023-01-061-2/+1
| * | Temporary fix for #715 and #569Michael van Straten2023-01-053-3/+22
* | | Merge branch 'onion-api-v0.2' into 'main'Nick Mathewson2023-01-0619-20/+686
|\ \ \
| * | | Sketch a solution for arti#525Nick Mathewson2023-01-062-0/+35
| * | | Sketch out new required APIs in tor-cellNick Mathewson2023-01-063-10/+129
| * | | tor-cert: add a few hs TODOsNick Mathewson2023-01-061-0/+3
| * | | netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-064-1/+245
| * | | Create a new tor-hscrypto crate.Nick Mathewson2023-01-066-0/+250
| * | | netdoc: note some changes we will have to make to srvNick Mathewson2023-01-061-0/+6
| * | | llcrypto: fix a comment.Nick Mathewson2023-01-061-1/+1
| * | | llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-062-8/+17
* | | | Merge branch 'sensitive' into 'main'Ian Jackson2023-01-065-6/+24
|\ \ \ \ | |/ / / |/| | |
| * | | tor-proto: rustfmtIan Jackson2023-01-061-1/+2
| * | | tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshakeIan Jackson2023-01-062-3/+3
| * | | tor-proto: impl Display for CreateResponseIan Jackson2023-01-061-0/+12
| * | | tor-proto: When relay IDs mismatch, the IDs are sensitive in errorsIan Jackson2023-01-063-3/+8
* | | | chanmgr: trace-level logs when launching connections.Nick Mathewson2023-01-062-0/+15
* | | | ptmgr: Add more logs when looking/creating a PT.Nick Mathewson2023-01-061-24/+46
* | | | ptmgr: Add more logging to IPC code.Nick Mathewson2023-01-061-9/+34
|/ / /
* | | 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-06131-8/+1076
|\ \ \ \
| * | | | test lint blocks: Add many many automaticallyIan Jackson2022-12-12120-1/+988
| * | | | test lint blocks: Do some semi-manuallyIan Jackson2022-12-1210-5/+86
| * | | | test lint blocks: Standardise one in tor-socksprotoIan Jackson2022-12-121-2/+2
| |/ / /
* | | | Merge branch 'bug589a' into 'main'eta2023-01-061-5/+0
|\ \ \ \
| * | | | Remove allow(unreachable_pub) from tor-guardmgr/src/lib.rsNeel Chauhan2022-12-161-5/+0
* | | | | Merge branch 'socks-resolve-ip' into 'main'eta2023-01-061-15/+25
|\ \ \ \ \
| * | | | | resolve ip through socks by parsing themtrinity-1686a2023-01-031-15/+25
| | |_|/ / | |/| | |
* | | | | Merge branch 'ctbytes' into 'main'eta2023-01-064-39/+152
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-054-39/+152
* | | | | Merge branch 'tor-rtmock-rfc3399' into 'main'Ian Jackson2023-01-042-2/+3
|\ \ \ \ \
| * | | | | Use parse_rfc3339() in the tor-rtmock crateNeel Chauhan2022-12-162-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'tor-proto-use-rfc3339' into 'main'Ian Jackson2023-01-041-1/+2
|\ \ \ \ \
| * | | | | Use parse_rfc3339() in the tor-proto crateNeel Chauhan2022-12-161-1/+2
| |/ / / /
* | | | | Merge branch 'tor-netdoc-rfc3399' into 'main'Ian Jackson2023-01-042-4/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use parse_rfc3339() in the tor-netdoc crateNeel Chauhan2022-12-162-4/+5
| |/ / /
* | / / doc: consistent summary line for the READMEsEmil Engler2022-12-2020-20/+20
| |/ / |/| |
* | | Add semver.md for (into_)handshake()Neel Chauhan2022-12-191-0/+2
* | | msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()Neel Chauhan2022-12-183-6/+6
|/ /
* | Merge branch 'err-dyn-report' into 'main'Ian Jackson2022-12-154-7/+51
|\ \
| * | tor-error: tests: Add a test case for Report and Bug wrappingIan Jackson2022-12-151-0/+11
| * | tor-circmgr: Use ErrorReport on a logged errorIan Jackson2022-12-121-1/+2
| * | tor-error: Provide ErrorReport extension trait with .report() methodIan Jackson2022-12-121-0/+32
| * | tor_error: Promote internal StdError alias to reportIan Jackson2022-12-121-5/+5