| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | CircMgr: Draft API to construct targeted multihop circuits. | Nick Mathewson | 2023-01-24 | 1 | -1/+24 | |
| | * | | | CircMgr: Draft APIs used to implement onion service clients. | Nick Mathewson | 2023-01-24 | 4 | -1/+88 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'onion-proto-apis' into 'main' | Nick Mathewson | 2023-01-24 | 7 | -20/+252 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | tor-proto: comment fixes and more TODO hs | Nick Mathewson | 2023-01-24 | 2 | -2/+18 | |
| | * | | tor-proto: Draft API to handle incoming BEGIN requests. | Nick Mathewson | 2023-01-17 | 3 | -0/+98 | |
| | * | | tor-proto: Expose support for doing onion service handshakes | Nick Mathewson | 2023-01-17 | 4 | -17/+79 | |
| | * | | tor-proto: Draft APIs for handling control messages | Nick Mathewson | 2023-01-17 | 2 | -1/+54 | |
| | * | | tor-proto: Rename "hs" experimental feature to "onion-common" | Nick Mathewson | 2023-01-17 | 2 | -3/+6 | |
| * | | | Merge branch 'bug736' into 'main' | eta | 2023-01-24 | 1 | -0/+12 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Prop304: Add extended SOCKS result codes for onion services | Neel Chauhan | 2023-01-18 | 1 | -0/+12 | |
| * | | | Merge branch 'ignore' into 'main' | Nick Mathewson | 2023-01-20 | 7 | -7/+0 | |
| |\ \ \ | ||||||
| | * | | | Do not .gitignore crates/*/fuzz/corpus | Ian Jackson | 2023-01-20 | 7 | -7/+0 | |
| * | | | | tor-llcrypto: Tolerate some warnings (fmt) | Ian Jackson | 2023-01-20 | 1 | -1/+4 | |
| * | | | | tor-llcrypto: Tolerate some warnings | Ian Jackson | 2023-01-20 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Upgrade to latest rsa crate. | Nick Mathewson | 2023-01-20 | 2 | -2/+2 | |
| * | | | Upgrade to latest async-broadcast | Nick Mathewson | 2023-01-20 | 1 | -1/+1 | |
| * | | | upgrade to latest serial_test | Nick Mathewson | 2023-01-20 | 1 | -1/+1 | |
| * | | | Complete our migration to base64ct. | Nick Mathewson | 2023-01-20 | 11 | -26/+22 | |
| * | | | Upgrade to latest rlimit crate. | Nick Mathewson | 2023-01-19 | 1 | -1/+1 | |
| |/ / | ||||||
| * / | made TorClient::set_stream_prefs public | Michael van Straten | 2023-01-18 | 1 | -4/+1 | |
| |/ | ||||||
| * | Make a top-level API for connecting to onion services. | Nick Mathewson | 2023-01-12 | 4 | -5/+26 | |
| * | Merge branch 'onion-netdir-apis' into 'main' | Nick Mathewson | 2023-01-11 | 10 | -33/+345 | |
| |\ | ||||||
| | * | Adjust onion service ring APIs in light of prop#342 | Nick Mathewson | 2023-01-11 | 4 | -38/+99 | |
| | * | Sketch APIs for the onion service directory ring. | Nick Mathewson | 2023-01-11 | 4 | -4/+232 | |
| | * | Netdoc: Refactor SharedRandVal. | Nick Mathewson | 2023-01-11 | 3 | -27/+37 | |
| | * | hscrypto: Add several derives | Nick Mathewson | 2023-01-11 | 3 | -1/+14 | |
| * | | 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 '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 | 4 | -7/+7 | |
| |\ \ | ||||||
| | * | | Fix typos | Dimitris Apostolou | 2023-01-07 | 4 | -7/+7 | |
| * | | | Merge branch 'arti-hyper-fixing-715' into 'main' | eta | 2023-01-09 | 3 | -2/+20 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | 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 | |
| | * | | Temporary fix for #715 and #569 | Michael van Straten | 2023-01-05 | 3 | -3/+22 | |
| * | | | Merge branch 'onion-api-v0.2' into 'main' | Nick Mathewson | 2023-01-06 | 19 | -20/+686 | |
| |\ \ \ | ||||||
| | * | | | 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 | 3 | -10/+129 | |
| | * | | | 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 | 4 | -1/+245 | |
| | * | | | Create a new tor-hscrypto crate. | Nick Mathewson | 2023-01-06 | 6 | -0/+250 | |
| | * | | | 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 | 5 | -6/+24 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | 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 | |
