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

Nat hole punching for discv5.2 #176

Merged
merged 164 commits into from
Jan 24, 2024
Merged

Commits on Mar 20, 2023

  1. Plug-in hole punching

    emhane committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    539aee9 View commit details
    Browse the repository at this point in the history
  2. Notification message container

    emhane committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    db81228 View commit details
    Browse the repository at this point in the history
  3. Plug relaying into service

    emhane committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    fdc792c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    25a5cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8f821 View commit details
    Browse the repository at this point in the history
  3. fixup! Plug-in hole punching

    emhane committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f53f3f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Update trait impl

    emhane committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    172d120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3987108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410201a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396a595 View commit details
    Browse the repository at this point in the history
  5. Add trace info

    emhane committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    32b812e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a2bbc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

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

Commits on Mar 27, 2023

  1. Update node address conversion

    emhane committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    85575f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    867fc04 View commit details
    Browse the repository at this point in the history
  2. Add trace messages

    emhane committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8ef3df7 View commit details
    Browse the repository at this point in the history
  3. fixup! Add trace messages

    emhane committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8b03367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2075d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    a8223e6 View commit details
    Browse the repository at this point in the history
  2. Reset renaming of packet kind

    emhane committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8ac4618 View commit details
    Browse the repository at this point in the history
  3. Send responses in notification

    emhane committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7e4f9df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7043e66 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

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

Commits on Apr 6, 2023

  1. Plug in mechanism for keeping hole punched for peer

    Emilia Hane committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6906ab9 View commit details
    Browse the repository at this point in the history
  2. Only give work of keeping hole punched to nodes that aren't WAN reach…

    …able
    Emilia Hane committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a1c9754 View commit details
    Browse the repository at this point in the history
  3. fixup! Only give work of keeping hole punched to nodes that aren't WA…

    …N reachable
    Emilia Hane committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    103c230 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Correct comment

    Emilia Hane committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    116d350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79da626 View commit details
    Browse the repository at this point in the history
  3. fixup! Include nodes that discover reachable address earlier in small…

    … networks
    Emilia Hane committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0eb62dc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Limit sessions with unreachable enrs

    Emilia Hane committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    02c9a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093f598 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    bb0e597 View commit details
    Browse the repository at this point in the history
  2. Clean up fs

    Emilia Hane committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    32a7eef View commit details
    Browse the repository at this point in the history
  3. Update naming to match wire

    Emilia Hane committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e0522a8 View commit details
    Browse the repository at this point in the history
  4. Lint fixes

    Emilia Hane committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2442fa1 View commit details
    Browse the repository at this point in the history
  5. Doc links fix

    Emilia Hane committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b18b411 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Bug fix

    Emilia Hane committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    36dcfee View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Log messages fixes

    Emilia Hane committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    eae9b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Updates from nat hole punch crate

    Emilia Hane committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    39cd9a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fixup! Updates from nat hole punch crate

    Emilia Hane committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5e88257 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Incorporate notification

    Emilia Hane committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    b68beaa View commit details
    Browse the repository at this point in the history
  2. notif sep

    Emilia Hane committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    afa637b View commit details
    Browse the repository at this point in the history
  3. Incorporate notification from nat_hole_punch crate

    Emilia Hane committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2b0876a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    051921d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8bd067 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Make log message more human readbable

    Emilia Hane committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e75892f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Clean up

    Emilia Hane committed May 3, 2023
    Configuration menu
    Copy the full SHA
    dc772d5 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    Emilia Hane committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f3be2de View commit details
    Browse the repository at this point in the history
  3. Stop punching holes for disconnected peers

    Emilia Hane committed May 3, 2023
    Configuration menu
    Copy the full SHA
    42714f3 View commit details
    Browse the repository at this point in the history
  4. Fix session limiter constructor bug to not write to logs on no limit …

    …and add limiter test
    Emilia Hane committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a005ce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1031f37 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Check for unused deps in CI (#1262)

    * Check for unused deps in CI
    
    * Bump slashing protection parking_lot version
    michaelsproul authored and Emilia Hane committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6ee4f7f View commit details
    Browse the repository at this point in the history
  2. Cherry-pick 6ee4f7f

    Emilia Hane committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b82adc7 View commit details
    Browse the repository at this point in the history
  3. Update github CI to latest version

    Emilia Hane committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8f3b17b View commit details
    Browse the repository at this point in the history
  4. Remove unused dependencies

    Emilia Hane committed May 4, 2023
    Configuration menu
    Copy the full SHA
    76f0953 View commit details
    Browse the repository at this point in the history
  5. Remove unused varaiable assignment

    Emilia Hane committed May 4, 2023
    Configuration menu
    Copy the full SHA
    37739a5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Restore and improve config comments

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3c820a0 View commit details
    Browse the repository at this point in the history
  2. Use derive From macro

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0258cb2 View commit details
    Browse the repository at this point in the history
  3. fixup! Restore and improve config comments

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    67b5d59 View commit details
    Browse the repository at this point in the history
  4. Restore drive-by commit to master

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    01d111b View commit details
    Browse the repository at this point in the history
  5. Return earlier from enr unreachable check

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3eec2d5 View commit details
    Browse the repository at this point in the history
  6. Replace parse display with dep used in lighthouse

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    101bd69 View commit details
    Browse the repository at this point in the history
  7. Safeguard with const evaluation

    Emilia Hane committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fd62453 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Co-authored-by: Divma <[email protected]>
    emhane and divagant-martian authored May 9, 2023
    Configuration menu
    Copy the full SHA
    d9740f9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Mark unreachable code

    Emilia Hane committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d456f1a View commit details
    Browse the repository at this point in the history
  2. Allow assertions on constants

    Emilia Hane committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c651e2c View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    Emilia Hane committed May 12, 2023
    Configuration menu
    Copy the full SHA
    74c8404 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. fixup! Allow assertions on constants

    Emilia Hane committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1f7f86d View commit details
    Browse the repository at this point in the history
  2. fixup! Return earlier from enr unreachable check

    Emilia Hane committed May 13, 2023
    Configuration menu
    Copy the full SHA
    876c68a View commit details
    Browse the repository at this point in the history
  3. fixup! Fix session limiter constructor bug to not write to logs on no…

    … limit and add limiter test
    Emilia Hane committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a6998da View commit details
    Browse the repository at this point in the history
  4. fixup! Return earlier from enr unreachable check

    Emilia Hane committed May 13, 2023
    Configuration menu
    Copy the full SHA
    d13832a View commit details
    Browse the repository at this point in the history
  5. Shorten debug message

    Emilia Hane committed May 13, 2023
    Configuration menu
    Copy the full SHA
    fbf313f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Correct comment correction

    Emilia Hane committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9da9c1c View commit details
    Browse the repository at this point in the history
  2. Revert symbol

    Emilia Hane committed May 19, 2023
    Configuration menu
    Copy the full SHA
    732bf7b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Nitpick

    Co-authored-by: Divma <[email protected]>
    emhane and divagant-martian authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8a8640b View commit details
    Browse the repository at this point in the history
  2. Clarify comment

    Emilia Hane committed May 23, 2023
    Configuration menu
    Copy the full SHA
    709c514 View commit details
    Browse the repository at this point in the history
  3. Reinsert Cargo.lock in gitignore

    Emilia Hane committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fdfddb4 View commit details
    Browse the repository at this point in the history
  4. Fix curly brace bug

    Emilia Hane committed May 23, 2023
    Configuration menu
    Copy the full SHA
    207d096 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. remove lockfile

    divagant-martian committed May 24, 2023
    Configuration menu
    Copy the full SHA
    14180f8 View commit details
    Browse the repository at this point in the history
  2. reduce diff

    divagant-martian committed May 24, 2023
    Configuration menu
    Copy the full SHA
    13f308a View commit details
    Browse the repository at this point in the history
  3. clippy

    divagant-martian committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0e40463 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fix typo

    Co-authored-by: Divma <[email protected]>
    emhane and divagant-martian authored May 25, 2023
    Configuration menu
    Copy the full SHA
    a7ebf96 View commit details
    Browse the repository at this point in the history
  2. Check limit in config instead

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    48f10d2 View commit details
    Browse the repository at this point in the history
  3. Restore comment

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    386775d View commit details
    Browse the repository at this point in the history
  4. Simplify docs

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    72a9ecf View commit details
    Browse the repository at this point in the history
  5. Drop notification already at service layer

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3926fce View commit details
    Browse the repository at this point in the history
  6. Improve rust idiomacy

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d2612e9 View commit details
    Browse the repository at this point in the history
  7. fixup! Drop notification already at service layer

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8961aae View commit details
    Browse the repository at this point in the history
  8. Nitpick

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d68ce6b View commit details
    Browse the repository at this point in the history
  9. Remove hole punch trait

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e79df73 View commit details
    Browse the repository at this point in the history
  10. Simplify bind

    Co-authored-by: Divma <[email protected]>
    emhane and divagant-martian authored May 25, 2023
    Configuration menu
    Copy the full SHA
    9753761 View commit details
    Browse the repository at this point in the history
  11. Expose unused ports range parameter in config

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cae34a9 View commit details
    Browse the repository at this point in the history
  12. Fix typo

    Co-authored-by: Divma <[email protected]>
    emhane and divagant-martian authored May 25, 2023
    Configuration menu
    Copy the full SHA
    2a1bf45 View commit details
    Browse the repository at this point in the history
  13. Fix merge conflicts with remote

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    099a6ae View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'remotes/origin/nat-hole-punch-discv5.2'…

    … into nat-hole-punch-discv5.2
    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e398e6f View commit details
    Browse the repository at this point in the history
  15. Fix ci for ipv6 tests

    Emilia Hane committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5b75058 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Name consistently with specs

    Co-authored-by: Age Manning <[email protected]>
    emhane and AgeManning authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0f4d7b5 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Co-authored-by: Age Manning <[email protected]>
    emhane and AgeManning authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    789f3f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46b964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b0e0dd View commit details
    Browse the repository at this point in the history
  5. Catch malicious relay init

    emhane committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4750490 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    0477bdb View commit details
    Browse the repository at this point in the history
  2. Run lint

    emhane committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8852d93 View commit details
    Browse the repository at this point in the history
  3. Introduce bound on relay store

    emhane committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f03662a View commit details
    Browse the repository at this point in the history
  4. Remove redundant parameter

    emhane committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b5c0766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c60235 View commit details
    Browse the repository at this point in the history
  6. Add debug info

    emhane committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7cde68c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32321a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    abe4225 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate guard

    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    fbb5a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b18e463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9241d03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5583324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    535ea0a View commit details
    Browse the repository at this point in the history
  7. Remove duplicate code

    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    58bbb0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf72841 View commit details
    Browse the repository at this point in the history
  9. no unreachables in session enr

    divagant-martian authored and emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4038f35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34e6a4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac7fe9f View commit details
    Browse the repository at this point in the history
  12. Update docs

    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a0d09c1 View commit details
    Browse the repository at this point in the history
  13. Update comment

    Co-authored-by: Kolby Moroz Liebl <[email protected]>
    emhane and KolbyML authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    89a81ae View commit details
    Browse the repository at this point in the history
  14. Merge branch 'nat-hole-punch-discv5.2' of github.com:emhane/discv5 in…

    …to nat-hole-punch-discv5.2
    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7b521d7 View commit details
    Browse the repository at this point in the history
  15. fixup! Update docs

    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    35b4877 View commit details
    Browse the repository at this point in the history
  16. Lint fixes

    emhane committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a729371 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Lint fixes

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b8169fc View commit details
    Browse the repository at this point in the history
  2. fixup! Lint fixes

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    75627a5 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    421066b View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    12712c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c7c36e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aed55d View commit details
    Browse the repository at this point in the history
  7. Avoid clone

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a5ec452 View commit details
    Browse the repository at this point in the history
  8. Lint fixes

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    defa9ed View commit details
    Browse the repository at this point in the history
  9. Enable ipv6 tests

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    308d793 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d22647b View commit details
    Browse the repository at this point in the history
  11. fixup! Enable ipv6 tests

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    43be184 View commit details
    Browse the repository at this point in the history
  12. Fix test parallelisation

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d6550fb View commit details
    Browse the repository at this point in the history
  13. Add relay test for handler

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    07b0c02 View commit details
    Browse the repository at this point in the history
  14. Drive-by, fix param name

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c5f281c View commit details
    Browse the repository at this point in the history
  15. Drive-by, clean up test

    emhane committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c5d47bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9138018 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    c94c7e1 View commit details
    Browse the repository at this point in the history
  2. Add test for target

    emhane committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3620b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32e750 View commit details
    Browse the repository at this point in the history
  4. Reset previous commit

    emhane committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b947364 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a2d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25077d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41f0ef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6187597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd5434 View commit details
    Browse the repository at this point in the history
  3. Merge to the latest

    AgeManning committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2ecc61f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add reviewers comments

    AgeManning committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    402c964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50661c View commit details
    Browse the repository at this point in the history
  3. Old mate fmt

    AgeManning committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    18e44f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from sigp/review-suggestions

    Suggestions to simplify Session management
    emhane authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c89f12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3478c2 View commit details
    Browse the repository at this point in the history
  6. Merge latest updates

    AgeManning committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f0a1e51 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update src/handler/mod.rs

    Co-authored-by: Emilia Hane <[email protected]>
    AgeManning and emhane authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b42e677 View commit details
    Browse the repository at this point in the history
  2. Update src/service.rs

    Co-authored-by: Emilia Hane <[email protected]>
    AgeManning and emhane authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bf4723d View commit details
    Browse the repository at this point in the history
  3. Update src/handler/mod.rs

    Co-authored-by: Emilia Hane <[email protected]>
    AgeManning and emhane authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    942661c View commit details
    Browse the repository at this point in the history
  4. Complete the renaming

    AgeManning committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    08cd2b6 View commit details
    Browse the repository at this point in the history
  5. Fmt

    AgeManning committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fb54740 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from sigp/further-review

    Further Review - Simplification of some code
    emhane authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    21ea794 View commit details
    Browse the repository at this point in the history