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

transports/onion: Add dial-only implementation of Transport #2899

Closed
wants to merge 66 commits into from

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    ecd352b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca954bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e4792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f69a566 View commit details
    Browse the repository at this point in the history
  5. Added some traits

    umgefahren committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6cd8ce0 View commit details
    Browse the repository at this point in the history
  6. Added cargo fmt changes

    umgefahren committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ab0197e View commit details
    Browse the repository at this point in the history
  7. fixed typo

    umgefahren committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0c31c37 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. implemented suggestions

    umgefahren committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9380b18 View commit details
    Browse the repository at this point in the history
  2. implemented suggestions

    umgefahren committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3dabad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    cd9ff90 View commit details
    Browse the repository at this point in the history
  2. Addressed latest issues

    umgefahren committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0c7298c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e342500 View commit details
    Browse the repository at this point in the history
  4. fixed test failure

    umgefahren committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d88af2e View commit details
    Browse the repository at this point in the history
  5. Ran cargo fmt

    umgefahren committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0680655 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    e04869a View commit details
    Browse the repository at this point in the history
  2. Small module doc

    umgefahren committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e7db75f View commit details
    Browse the repository at this point in the history
  3. compiles again on wasm32

    umgefahren committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c6335b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    8c20c30 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b6b2aac View commit details
    Browse the repository at this point in the history
  3. renamed stuff

    umgefahren committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9d2d94c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4076338 View commit details
    Browse the repository at this point in the history
  5. formatted

    umgefahren committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bf9df0a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    Co-authored-by: Max Inden <mail@max-inden.de>
    3 people committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    548a815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    307f19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4bca5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    96d0bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ba6e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Remove cargo-deny exception

    The licenses are fine, we don't need an exception. We just have to
    _clarify_ to `cargo deny`, what license it is.
    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e6a51c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de49ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1492557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402835d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b292cd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85f6eb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38ba200 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    077ab94 View commit details
    Browse the repository at this point in the history
  9. Fix compile errors

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d57fe41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    389ff09 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac6b9a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a89bef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd7f8ac View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    86a511c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    49f0c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f834d9e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Fix formatting

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1a5668b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    2fa5162 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    1d1a219 View commit details
    Browse the repository at this point in the history
  2. Changed CHANGELOG.md entry

    umgefahren committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9bcd2be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    65bc267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40765c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f692de View commit details
    Browse the repository at this point in the history
  4. Fixed issues with featues

    umgefahren committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    76ed916 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9332ee3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c09fa80 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Update transports/onion/Cargo.toml

    Co-authored-by: Max Inden <mail@max-inden.de>
    umgefahren and mxinden committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    285bdc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c908a6 View commit details
    Browse the repository at this point in the history
  3. Changed to alpha version.

    umgefahren committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d2c6256 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    9b4fce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d093b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    25ea701 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    7865af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f170b View commit details
    Browse the repository at this point in the history
  3. Added type alias for DataStream and removed custom doc(cfg( in order …

    …to comply to the new doc_auto_cfg policy
    umgefahren committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    dd5b8b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    d4c6ff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    6771e93 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    d236989 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Made compileable again

    umgefahren committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4f72d3c View commit details
    Browse the repository at this point in the history