| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Netdoc: Refactor SharedRandVal. | Nick Mathewson | 2023-01-11 | 3 | -27/+37 | |
| | * | hscrypto: Add several derives | Nick Mathewson | 2023-01-11 | 3 | -1/+14 | |
| * | | Merge branch 'onion-service-netparams' into 'main' | Nick Mathewson | 2023-01-11 | 3 | -1/+167 | |
| |\ \ | |/ |/| | ||||||
| | * | netdir: add network parameters related to onion services | Nick Mathewson | 2023-01-11 | 1 | -1/+80 | |
| | * | tor-units: Add an IntegerMinutes. | Nick Mathewson | 2023-01-11 | 2 | -0/+87 | |
| |/ | ||||||
| * | Merge branch 'tokio-upgrade' into 'main' | Ian Jackson | 2023-01-09 | 1 | -3/+3 | |
| |\ | ||||||
| | * | Upgrade to latest tokio, for security fix. | Nick Mathewson | 2023-01-09 | 1 | -3/+3 | |
| * | | Merge branch 'blind_privkey' into 'main' | Ian Jackson | 2023-01-09 | 2 | -17/+161 | |
| |\ \ | |/ |/| | ||||||
| | * | llcrypto: Implement secret-key blinding. | Nick Mathewson | 2023-01-06 | 2 | -17/+161 | |
| * | | Merge branch 'typos' into 'main' | eta | 2023-01-09 | 6 | -9/+9 | |
| |\ \ | ||||||
| | * | | Fix typos | Dimitris Apostolou | 2023-01-07 | 6 | -9/+9 | |
| * | | | Merge branch 'arti-hyper-fixing-715' into 'main' | eta | 2023-01-09 | 4 | -2/+36 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Removed unnecessary "all()" cfg constraint | Michael van Straten | 2023-01-07 | 1 | -1/+1 | |
| | * | | Added x86_64-apple-darwin to fallback to "tls-api-openssl" | Michael van Straten | 2023-01-07 | 3 | -5/+5 | |
| | * | | fixed "broken_intra_doc_link" | Michael van Straten | 2023-01-06 | 1 | -2/+1 | |
| | * | | Updated Cargo.lock | Michael van Straten | 2023-01-06 | 1 | -0/+16 | |
| | * | | Temporary fix for #715 and #569 | Michael van Straten | 2023-01-05 | 3 | -3/+22 | |
| * | | | Merge branch 'build_profiles' into 'main' | Nick Mathewson | 2023-01-06 | 1 | -0/+11 | |
| |\ \ \ | ||||||
| | * | | | Add a new "quicktest" build profile between "dev" and "release". | Nick Mathewson | 2023-01-06 | 1 | -0/+11 | |
| * | | | | Merge branch 'hilev_docs' into 'main' | Nick Mathewson | 2023-01-06 | 1 | -6/+119 | |
| |\ \ \ \ | ||||||
| | * | | | | Architecture.md: Move title outside of diagram | Nick Mathewson | 2023-01-06 | 1 | -3/+2 | |
| | * | | | | Architecture: More high-level documentation and diagrams. | Nick Mathewson | 2023-01-05 | 1 | -6/+120 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge branch 'onion-api-v0.2' into 'main' | Nick Mathewson | 2023-01-06 | 22 | -20/+879 | |
| |\ \ \ \ | ||||||
| | * | | | | Sketch a solution for arti#525 | Nick Mathewson | 2023-01-06 | 2 | -0/+35 | |
| | * | | | | Sketch out new required APIs in tor-cell | Nick Mathewson | 2023-01-06 | 4 | -10/+130 | |
| | * | | | | tor-cert: add a few hs TODOs | Nick Mathewson | 2023-01-06 | 1 | -0/+3 | |
| | * | | | | netdoc: Outline some basic types for encoding HsDescs. | Nick Mathewson | 2023-01-06 | 5 | -1/+247 | |
| | * | | | | Add a protocol overview for onion services. | Nick Mathewson | 2023-01-06 | 1 | -0/+180 | |
| | * | | | | Create a new tor-hscrypto crate. | Nick Mathewson | 2023-01-06 | 8 | -0/+260 | |
| | * | | | | netdoc: note some changes we will have to make to srv | Nick Mathewson | 2023-01-06 | 1 | -0/+6 | |
| | * | | | | llcrypto: fix a comment. | Nick Mathewson | 2023-01-06 | 1 | -1/+1 | |
| | * | | | | llcrypto: clarify meaning of "Identity". | Nick Mathewson | 2023-01-06 | 2 | -8/+17 | |
| * | | | | | Merge branch 'sensitive' into 'main' | Ian Jackson | 2023-01-06 | 6 | -6/+25 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-proto: rustfmt | Ian Jackson | 2023-01-06 | 1 | -1/+2 | |
| | * | | | | tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake | Ian Jackson | 2023-01-06 | 2 | -3/+3 | |
| | * | | | | tor-proto: impl Display for CreateResponse | Ian Jackson | 2023-01-06 | 1 | -0/+12 | |
| | * | | | | tor-proto: When relay IDs mismatch, the IDs are sensitive in errors | Ian Jackson | 2023-01-06 | 4 | -3/+9 | |
| * | | | | | Merge branch 'ptmgr-logs' into 'main' | eta | 2023-01-06 | 4 | -33/+95 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | chanmgr: trace-level logs when launching connections. | Nick Mathewson | 2023-01-06 | 2 | -0/+15 | |
| | * | | | | ptmgr: Add more logs when looking/creating a PT. | Nick Mathewson | 2023-01-06 | 1 | -24/+46 | |
| | * | | | | ptmgr: Add more logging to IPC code. | Nick Mathewson | 2023-01-06 | 1 | -9/+34 | |
| |/ / / / | ||||||
| * | | | | 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 | 132 | -8/+1102 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | test lint blocks: Add many many automatically | Ian Jackson | 2022-12-12 | 120 | -1/+988 | |
| | * | | | | | test lint blocks: Do some semi-manually | Ian Jackson | 2022-12-12 | 10 | -5/+86 | |
| | * | | | | | test lint blocks: Add ad hoc script for adding them | Ian Jackson | 2022-12-12 | 1 | -0/+26 | |
| | * | | | | | test lint blocks: Standardise one in tor-socksproto | Ian Jackson | 2022-12-12 | 1 | -2/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'bug589a' into 'main' | eta | 2023-01-06 | 1 | -5/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove allow(unreachable_pub) from tor-guardmgr/src/lib.rs | Neel Chauhan | 2022-12-16 | 1 | -5/+0 | |
