Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poc: trying to understand what is fundamental about the engine API #1130

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2023

  1. feat: minimal OONI engine

    bassosimone committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6c25fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de36b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a765167 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    19d06a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053e638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71142d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. feat(miniengine): implement awaiting for task

    It's a common use case for Go code using the task, so better
    to just put this code inside of the miniengine package.
    bassosimone committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    16dfe08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d248abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    518543b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ed297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    405e8a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b2396a View commit details
    Browse the repository at this point in the history