summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-hsclient: Have descriptor_ensure take only &mut data.descIan Jackson2023-06-091-6/+8
| * | | tor-hsclient: Move &mut Data out of Context, and pass &Context (fmt)Ian Jackson2023-06-091-9/+1
| * | | tor-hsclient: Move &mut Data out of Context, and pass &ContextIan Jackson2023-06-091-19/+12
| * | | tor-hsclient: export InvalidTargetIan Jackson2023-06-091-0/+1
| * | | tor-hsclient: Add a TODO for InvalidTarget errorIan Jackson2023-06-091-0/+4
|/ / /
* | | Merge branch 'report-trait-doc-fix' into 'main'Alexander Færøy2023-06-092-0/+107
|\ \ \
| * | | Rephrase error handling to reportingSaksham Mittal2023-06-081-2/+2
| * | | Add error handling section in READMESaksham Mittal2023-06-081-0/+40
| * | | Add separate example with ReportSaksham Mittal2023-06-081-0/+67
| |/ /
* | | Merge branch 'warning' into 'main'Alexander Færøy2023-06-091-0/+1
|\ \ \
| * | | Fix a silly clippy warningIan Jackson2023-06-081-0/+1
| |/ /
* | | Merge branch 'cookie' into 'main'Ian Jackson2023-06-093-1/+12
|\ \ \ | |_|/ |/| |
| * | tor-hscrypto: implement Rng.gen() for RendCookieIan Jackson2023-06-093-0/+8
| * | tor-hscrypto: Break out REND_COOKIE_LENIan Jackson2023-06-091-1/+4
|/ /
* | Merge branch 'hsclient-feature' into 'main'Alexander Færøy2023-06-081-1/+1
|\ \
| * | hs: Fix a feature name in arti-clientNick Mathewson2023-06-071-1/+1
* | | Merge branch 'netdir' into 'main'Nick Mathewson2023-06-081-0/+7
|\ \ \ | |_|/ |/| |
| * | Expand docs for NetDirProviderIan Jackson2023-06-081-0/+7
|/ /
* | Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-078-1/+159
|\ \ | |/ |/|
| * hsclient: Create a CircTarget from an IntroPointDesc.Nick Mathewson2023-06-074-1/+104
| * netdir, netdoc: Add accessors for protocol version status.Nick Mathewson2023-06-064-0/+55
* | Merge branch 'access' into 'main'Alexander Færøy2023-06-061-4/+69
|\|
| * hsdesc: Add minimal set of accessors for HsDesc and IntroPointDescIan Jackson2023-06-051-0/+65
| * hsdesc docs: Don't imply that a thing has been done, which hasn't yetIan Jackson2023-06-051-1/+1
| * hsdesc docs: Use the definite articleIan Jackson2023-06-051-3/+3
* | Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-0617-66/+64
|\ \
| * | tor-cell: remove use of arrayrefNick Mathewson2023-06-014-14/+16
| * | tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-015-20/+15
| * | tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-013-5/+7
| * | tor-proto: Remove use of arrayref.Nick Mathewson2023-06-014-6/+10
| * | tor-bytes: Remove use of arrayrefNick Mathewson2023-05-255-21/+16
* | | Merge branch 'rpc_session_registry' into 'main'Nick Mathewson2023-06-0613-72/+724
|\ \ \
| * | | arti: Interpret socks request to mean "lookup an RPC session"Nick Mathewson2023-06-053-14/+107
| * | | arti: Move SOCKS code for building StreamPrefs and getting a TorClient.Nick Mathewson2023-06-051-12/+25
| * | | arti: Add an alias in the SOCKS code for per-conn isolatino info.Nick Mathewson2023-06-051-4/+10
| * | | RPC: Note a possible API change in RpcMgr::new.Nick Mathewson2023-06-051-0/+4
| * | | RPC: Make Session objects get a GlobalId.Nick Mathewson2023-06-051-1/+7
| * | | RPC: tell the `arti` SOCKS code about an RpcMgr object.Nick Mathewson2023-06-053-23/+78
| * | | RPC: Give out and accept GlobalIds for appropriate objects.Nick Mathewson2023-06-053-11/+86
| * | | RPC: Let objects declare that they need a GlobalId.Nick Mathewson2023-06-051-1/+17
| * | | RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-056-8/+317
| * | | rpc: Slightly refactor GenIdx encoding.Nick Mathewson2023-06-053-17/+27
| * | | rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-054-5/+70
| * | | rpc: Move Arc::new() to RpcMgr code.Nick Mathewson2023-06-052-4/+4
|/ / /
* | | Merge branch 'ctrldoc2' into 'main'Nick Mathewson2023-06-053-2/+4
|\ \ \
| * | | tor-circmgr: send_control_message: Add reference to MR discussionIan Jackson2023-06-051-0/+2
| * | | tor-circmgr: send_control_message: Change a rename proposalIan Jackson2023-06-051-1/+1
| * | | tor-circmgr: send_control_message: Fix reference to circuitIan Jackson2023-06-051-1/+1
* | | | Merge branch 'ctrldoc' into 'main'Ian Jackson2023-06-053-7/+59
|\| | | | |_|/ |/| |
| * | tor-circmgr: send_control_message: API change proposalIan Jackson2023-06-051-0/+21