Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Arti Arti
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 230
    • Issues 230
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • ArtiArti
  • Merge requests
  • !263

Refactor the tor-rtcompat API.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nick Mathewson requested to merge nickm/arti:rtcompat-refactor into main Jan 26, 2022
  • Overview 14
  • Commits 16
  • Pipelines 5
  • Changes 39

This branch provides a more uniform API for constructing and running Runtime instances that use Tokio or AsyncStd and NativeTls or Rustls.

It also makes the NativeTls runtime optional, and gets rid of a whole bunch of duplicated and/or boilerplate code.

I recommend reviewing one commit at a time.

Closes #300 (closed).

Closes #301 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rtcompat-refactor