summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | hs: Fix a feature name in arti-clientNick Mathewson2023-06-071-1/+1
* | | Expand docs for NetDirProviderIan Jackson2023-06-081-0/+7
| |/ |/|
* | Merge branch 'ipt_to_circtarget' into 'main'Nick Mathewson2023-06-077-1/+158
|\ \ | |/ |/|
| * hsclient: Create a CircTarget from an IntroPointDesc.Nick Mathewson2023-06-073-1/+103
| * 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-0616-55/+64
|\ \
| * | tor-cell: remove use of arrayrefNick Mathewson2023-06-013-7/+16
| * | tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-014-19/+15
| * | tor-netdoc: remove use of arrayref.Nick Mathewson2023-06-012-4/+7
| * | tor-proto: Remove use of arrayref.Nick Mathewson2023-06-013-5/+10
| * | tor-bytes: Remove use of arrayrefNick Mathewson2023-05-254-20/+16
* | | arti: Interpret socks request to mean "lookup an RPC session"Nick Mathewson2023-06-052-14/+106
* | | 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-055-8/+299
* | | rpc: Slightly refactor GenIdx encoding.Nick Mathewson2023-06-053-17/+27
* | | rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-053-5/+68
* | | rpc: Move Arc::new() to RpcMgr code.Nick Mathewson2023-06-052-4/+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
* | | tor-circmgr: send_control_message: API change proposalIan Jackson2023-06-051-0/+21
* | | tor-circmgr: Propose to rename `MetaCellDisposition::UninstallHandler`Ian Jackson2023-06-051-0/+4
* | | tor-circmgr: send_control_message: Clarify some corner casesIan Jackson2023-06-052-7/+34
| |/ |/|
* | Remove semver.md files from 1.1.5Nick Mathewson2023-06-016-14/+0
* | Merge branch 'bump-versions-v115' into 'main'arti-v1.1.5Ian Jackson2023-06-0143-306/+306
|\ \
| * | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-0143-306/+306
* | | fallbackdir: Update list generated on June 01, 2023Tor CI Release2023-06-011-892/+896
|/ /
* / Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-314-4/+9
|/
* Merge branch 'stream_ctrl' into 'main'Nick Mathewson2023-05-244-3/+238
|\
| * Add "TODO RPC" notes around DataStreamCtrl per review.Nick Mathewson2023-05-242-0/+16
| * proto: Add stream-status functionality to DataStreamCtrl.Nick Mathewson2023-05-241-2/+106
| * proto: Create a `DataStreamCtrl` type.Nick Mathewson2023-05-223-1/+114
| * proto: Add a new experimental stream-ctrl feature.Nick Mathewson2023-05-221-1/+2
| * tor-proto: Move a comment in Cargo.tomlNick Mathewson2023-05-221-1/+2
* | Merge branch 'virtual_conditional' into 'main'Ian Jackson2023-05-242-0/+3
|\ \
| * | proto: Make PathEntry::Virtual feature-conditional.Nick Mathewson2023-05-232-0/+3
* | | Merge branch 'rpc-auth-and-meta' into 'main'Nick Mathewson2023-05-247-111/+333
|\ \ \
| * | | rpc: Remove downgrade_owned for nowNick Mathewson2023-05-244-42/+0
| * | | rpc: Disable auth:get_rpc_protocol for now.Nick Mathewson2023-05-241-0/+8
| * | | rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-245-5/+135