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

Netstack #1403

Merged
merged 46 commits into from
Jan 3, 2024
Merged

Netstack #1403

merged 46 commits into from
Jan 3, 2024

Commits on Dec 27, 2023

  1. Refactor the tun code.

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    61f46c0 View commit details
    Browse the repository at this point in the history
  2. Workaround to fix test

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b764588 View commit details
    Browse the repository at this point in the history
  3. Fix error handling

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a70ec52 View commit details
    Browse the repository at this point in the history
  4. Fix iface implementations

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1114d4b View commit details
    Browse the repository at this point in the history
  5. Fix iface implementations

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    dc83404 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    275ec25 View commit details
    Browse the repository at this point in the history
  7. Fix build tag

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b3858b2 View commit details
    Browse the repository at this point in the history
  8. Fix error msg

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fce60e7 View commit details
    Browse the repository at this point in the history
  9. Add netstack code

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2aaf963 View commit details
    Browse the repository at this point in the history
  10. Typo fix

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    20c6bf7 View commit details
    Browse the repository at this point in the history
  11. Add darwin and win support

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7e82498 View commit details
    Browse the repository at this point in the history
  12. Lint fix

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    830924d View commit details
    Browse the repository at this point in the history
  13. Remove hardcoded dns

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6913194 View commit details
    Browse the repository at this point in the history
  14. Fix lint

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1a2a4fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f3b009 View commit details
    Browse the repository at this point in the history
  16. Followup Pion version

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9a1ab27 View commit details
    Browse the repository at this point in the history
  17. Fix go.mod

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    54789d2 View commit details
    Browse the repository at this point in the history
  18. Fix test

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9bb1b51 View commit details
    Browse the repository at this point in the history
  19. Remove unused variables

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c3ecfe7 View commit details
    Browse the repository at this point in the history
  20. Replace socks proxy lib

    Fix wg interface configuration order
    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fdc682d View commit details
    Browse the repository at this point in the history
  21. Fix error handling

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    790a7fd View commit details
    Browse the repository at this point in the history
  22. Fix test

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0c612a7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5db8da2 View commit details
    Browse the repository at this point in the history
  24. typo fix

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f8d5b5b View commit details
    Browse the repository at this point in the history
  25. Fix test

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5fddd9e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    63292f1 View commit details
    Browse the repository at this point in the history
  27. Fix uapi on windows

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6299965 View commit details
    Browse the repository at this point in the history
  28. fix return statements

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ad51242 View commit details
    Browse the repository at this point in the history
  29. Fix netstack close issue

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    864b5c0 View commit details
    Browse the repository at this point in the history
  30. Close udp mux in netstack

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0cf43c7 View commit details
    Browse the repository at this point in the history
  31. Fix windows

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    21358b0 View commit details
    Browse the repository at this point in the history
  32. Add debug message

    pappz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    89b7606 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add test configurer for windows

    pappz committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1afcd2b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Use wgctl configurer

    pappz committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b68ffe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a1b0a View commit details
    Browse the repository at this point in the history
  3. Remove configurer close call

    pappz committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4c53302 View commit details
    Browse the repository at this point in the history
  4. Fix uapi close call on windows

    pappz committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    add1af7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3bf5fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab120cb View commit details
    Browse the repository at this point in the history
  7. Remove unused variable

    pappz committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    43e0b10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    547e0fa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Add warning msg

    pappz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    67205ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd6534 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Change log message

    pappz committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f9dfbb0 View commit details
    Browse the repository at this point in the history
  2. Fix iOS build

    pappz committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7c4d4e9 View commit details
    Browse the repository at this point in the history
  3. Code formate

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