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

Oneshot mode #1

Closed
wants to merge 10 commits into from
Closed

Oneshot mode #1

wants to merge 10 commits into from

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    fd6e07c View commit details
    Browse the repository at this point in the history
  2. Adds flow control logic to deal with oneshot mode

    Ana Custura committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    37b8b6d View commit details
    Browse the repository at this point in the history
  3. Adds support for oneshot mode cli argument

    Ana Custura committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d4d7f38 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Update onionperf

    ana-cc committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    33d53c5 View commit details
    Browse the repository at this point in the history
  2. Assigns tgen model to variable, formats arguments in a dictionary

    ana-cc authored and Ana Custura committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9c4575a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Removes non-deterministic loop exit condition

    Ana Custura committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    e84fe23 View commit details
    Browse the repository at this point in the history
  2. Ensures OP exits oneshot mode when multiple downloads happen before c…

    …hecking logfile
    Ana Custura committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    dcc60c7 View commit details
    Browse the repository at this point in the history
  3. Ensures tor is not run as daemon by overriding option in base config …

    …string
    Ana Custura committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    ad5e574 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    852e90e View commit details
    Browse the repository at this point in the history
  2. Ensures tgen client models are not generated for tgen server

    This change ensures Tgen client models, which require values for server_urls, are not generated when starting a tgen server. This flow logic was lost in previous commit on this branch 9c4575a
    ana-cc committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ef9eb7e View commit details
    Browse the repository at this point in the history