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

[client] Eliminate UDP proxy in user-space mode #2712

Merged
merged 42 commits into from
Oct 22, 2024
Merged

Commits on Oct 2, 2024

  1. Add pause function for proxies

    pappz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9d75cc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Code cleaning

    pappz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    acad98e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    90d9dd4 View commit details
    Browse the repository at this point in the history
  2. Apply pause logic

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f18ae8b View commit details
    Browse the repository at this point in the history
  3. Fix eBPF pause handling

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    48184ec View commit details
    Browse the repository at this point in the history
  4. Fix test

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    718d952 View commit details
    Browse the repository at this point in the history
  5. Reducate cognitive complexity

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9e7aac3 View commit details
    Browse the repository at this point in the history
  6. Reducate cognitive complexity

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1f25bb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba3cdb3 View commit details
    Browse the repository at this point in the history
  8. Remove unused function

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    20815c9 View commit details
    Browse the repository at this point in the history
  9. Apply sender for bind proxy

    pappz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d294cea View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Add read loop to proxy

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2b81a68 View commit details
    Browse the repository at this point in the history
  2. Add comment

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fac8869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1814b07 View commit details
    Browse the repository at this point in the history
  4. Handle addr resolve error

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    deeb050 View commit details
    Browse the repository at this point in the history
  5. Add trace log

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e3dfbe5 View commit details
    Browse the repository at this point in the history
  6. - Add pause logic

    - Use endpoints in threadsafe way
    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c366ddf View commit details
    Browse the repository at this point in the history
  7. - decrease the buffer copy

    - add comments
    - fix close logic
    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9ea3d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69b1e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6369706 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ef7e76 View commit details
    Browse the repository at this point in the history
  11. Try to force install libpcap

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b2d5f8 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    021eef5 View commit details
    Browse the repository at this point in the history
  13. Revert force install change

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a5deeda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8026ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8739b2a View commit details
    Browse the repository at this point in the history
  16. Fix Android build in factory

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    553bd32 View commit details
    Browse the repository at this point in the history
  17. Fix darwin

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4d788a8 View commit details
    Browse the repository at this point in the history
  18. Fix windows build

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2054944 View commit details
    Browse the repository at this point in the history
  19. Lint fix

    pappz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    25693e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Use USP proxy on all platform

    pappz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4ac34c8 View commit details
    Browse the repository at this point in the history
  2. Fix test

    pappz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    53e7f08 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Add freebsd proxy factory

    pappz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d62b348 View commit details
    Browse the repository at this point in the history
  2. Sonar lint fix

    pappz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4325a2d View commit details
    Browse the repository at this point in the history
  3. Comments

    pappz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7fb10d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d64e973 View commit details
    Browse the repository at this point in the history
  5. fix merge conflict

    pappz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e191f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    4a21eb5 View commit details
    Browse the repository at this point in the history
  2. Fix remove function

    pappz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    78ef8a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Apply new logic

    pappz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1ef8abd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Revert "Apply new logic"

    This reverts commit 1ef8abd.
    pappz committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5acc21f View commit details
    Browse the repository at this point in the history