| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | * | | | tor-proto: When relay IDs mismatch, the IDs are sensitive in errors | Ian Jackson | 2023-01-06 | 3 | -3/+8 | |
| * | | | | 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 | 131 | -8/+1076 | |
| |\ \ \ \ | ||||||
| | * | | | | 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: 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 | |
| * | | | | | Merge branch 'socks-resolve-ip' into 'main' | eta | 2023-01-06 | 1 | -15/+25 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | resolve ip through socks by parsing them | trinity-1686a | 2023-01-03 | 1 | -15/+25 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'ctbytes' into 'main' | eta | 2023-01-06 | 4 | -39/+152 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Add a new "CtByteArray" type, and use it in Id types. | Nick Mathewson | 2023-01-05 | 4 | -39/+152 | |
| * | | | | | Merge branch 'tor-rtmock-rfc3399' into 'main' | Ian Jackson | 2023-01-04 | 2 | -2/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use parse_rfc3339() in the tor-rtmock crate | Neel Chauhan | 2022-12-16 | 2 | -2/+3 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'tor-proto-use-rfc3339' into 'main' | Ian Jackson | 2023-01-04 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
