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

feat: allow custom blob providing event handling #2583

Merged
merged 8 commits into from
Aug 13, 2024

Commits on Aug 2, 2024

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

    dignifiedquire committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    64619ee View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'main' into feat-blob-provider-events

    # Conflicts:
    #	iroh/src/client/blobs.rs
    rklaehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ef81629 View commit details
    Browse the repository at this point in the history
  2. Make EventSender use dyn internally

    we still have a special case for no event sender so we don't pay the cost
    for that if we don't need it.
    rklaehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e03feb9 View commit details
    Browse the repository at this point in the history
  3. Add TransferProgress event

    rklaehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a9881d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1a48dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc1f696 View commit details
    Browse the repository at this point in the history
  3. Rename offset to end_offset

    Also take events by ref so we can avoid an arc clone. The SendingSliceReader
    takes a mutable reference to the inner reader anyway, so it is not 'static.
    rklaehn committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1ac4e20 View commit details
    Browse the repository at this point in the history