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: salt prefix support #1454

Merged
merged 16 commits into from
Nov 10, 2022
Merged

feat: salt prefix support #1454

merged 16 commits into from
Nov 10, 2022

Commits on Oct 25, 2022

  1. WIP prefix support

    This is working in Electron, untested on Android, and
    unimplemented on macOS/iOS.
    Ben Schwartz committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    60e6da7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update for Jigsaw-Code/outline-go-tun2socks#98

    Ben Schwartz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b852eb0 View commit details
    Browse the repository at this point in the history
  2. Fix JSON conversion issue on Android

    Ben Schwartz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5c94115 View commit details
    Browse the repository at this point in the history
  3. Add APK for testing

    Ben Schwartz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e0b3ffb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Add initial Apple platform support. Compiles, untested.

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2b21a41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bemasc-prefix

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    998bef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807a6dd View commit details
    Browse the repository at this point in the history
  4. Fix unicode to uint8 conversion

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    69e82cc View commit details
    Browse the repository at this point in the history
  5. s/uint8/uint8_t/ as required by iOS

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e1746eb View commit details
    Browse the repository at this point in the history
  6. Add nil prefix check

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    54ff984 View commit details
    Browse the repository at this point in the history
  7. Add log message

    Ben Schwartz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c192894 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    c849647 View commit details
    Browse the repository at this point in the history
  2. Move prefix parsing from Objective C to Swift

    Ben Schwartz committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b42d1a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Merge branch 'master' into bemasc-prefix

    Benjamin M. Schwartz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c4775ec View commit details
    Browse the repository at this point in the history
  2. Remove testing APK to avoid merging it

    Ben Schwartz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3810649 View commit details
    Browse the repository at this point in the history