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

Interprocess #48

Merged
merged 38 commits into from
May 15, 2024
Merged

Interprocess #48

merged 38 commits into from
May 15, 2024

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    22ecfc4 View commit details
    Browse the repository at this point in the history
  2. WIP debug

    rklaehn committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d7b430f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83307c0 View commit details
    Browse the repository at this point in the history
  4. call flush on the sink

    rklaehn committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e63db9a View commit details
    Browse the repository at this point in the history
  5. remove iroh Conn again

    rklaehn committed May 19, 2023
    Configuration menu
    Copy the full SHA
    fb009c2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. WIP rpc via quinn and interprocess

    stream test fails!
    rklaehn committed May 22, 2023
    Configuration menu
    Copy the full SHA
    09628eb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    26440e3 View commit details
    Browse the repository at this point in the history
  2. fix: do not use macros in tests

    macros are an optional feature
    rklaehn committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    596a426 View commit details
    Browse the repository at this point in the history
  3. fix: do two forwarder tasks

    select! is never going to work here because there are other awaits in each
    select branch.
    rklaehn committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2e334f3 View commit details
    Browse the repository at this point in the history
  4. fmt

    rklaehn committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    33a2e3d View commit details
    Browse the repository at this point in the history
  5. multithreaded tests

    rklaehn committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a3571fa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge branch 'update-ci' into interprocess

    # Conflicts:
    #	Cargo.lock
    rklaehn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    737109a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a451d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748aa9a View commit details
    Browse the repository at this point in the history
  4. add segment_size to packet

    rklaehn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e410522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    520a122 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into interprocess

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    rklaehn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6a698e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b95bd4 View commit details
    Browse the repository at this point in the history
  8. WIP

    rklaehn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0414405 View commit details
    Browse the repository at this point in the history
  9. WIP

    rklaehn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    68c0ff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a9f9bf6 View commit details
    Browse the repository at this point in the history
  3. happy clippy

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0c2bbbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f40732 View commit details
    Browse the repository at this point in the history
  5. fix writes

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    60ccb09 View commit details
    Browse the repository at this point in the history
  6. debugging

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    26579fa View commit details
    Browse the repository at this point in the history
  7. avoid copy

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    293817a View commit details
    Browse the repository at this point in the history
  8. multithread

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    76b15fb View commit details
    Browse the repository at this point in the history
  9. more logs

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ebaa95b View commit details
    Browse the repository at this point in the history
  10. avoid compat

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e728efd View commit details
    Browse the repository at this point in the history
  11. use futures split

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    be495d9 View commit details
    Browse the repository at this point in the history
  12. update interprocess

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f8df4ae View commit details
    Browse the repository at this point in the history
  13. unique names

    dignifiedquire committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85ba888 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'main' into interprocess

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	tests/hyper.rs
    #	tests/math.rs
    rklaehn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0a1b689 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. update

    dignifiedquire committed May 14, 2024
    Configuration menu
    Copy the full SHA
    06047f5 View commit details
    Browse the repository at this point in the history
  2. ci: fix merge issue

    dignifiedquire committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4e8deef View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Use to_ns_name on windows

    this whole naming API is weird...
    rklaehn committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ca6546b View commit details
    Browse the repository at this point in the history
  2. Use explicit dep: for dependencies in Cargo.toml

    also dial down logging
    rklaehn committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c7117e9 View commit details
    Browse the repository at this point in the history