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

Build WireGuard from source instead of library #430

Merged
merged 32 commits into from
Oct 7, 2024

Commits on Feb 5, 2024

  1. prepare for release

    François Kooman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7fa1076 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix link to issue

    François Kooman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d086fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ddb1459 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    081f591 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    47f1c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge remote-tracking branch 'upstream/feature/common_2.0'

    François Kooman committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6648523 View commit details
    Browse the repository at this point in the history
  2. prepare for 3.3.0 release

    François Kooman committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ae5a67b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    61d8c7f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'prepare/3.3.0'

    François Kooman committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e58ce8a View commit details
    Browse the repository at this point in the history
  3. point to codeberg.org

    François Kooman committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8f5e7ce View commit details
    Browse the repository at this point in the history
  4. update other reference to github.com

    François Kooman committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dd6ac7b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    843570f View commit details
    Browse the repository at this point in the history
  2. Common: Update to 2.0.2

    jwijenbergh authored and François Kooman committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    eca2b5d View commit details
    Browse the repository at this point in the history
  3. BackendService: Fix ProxyGuard source port not set to 0

    The sourceport should only be set in the Linux client as that can
    re-use source ports. If we set the source port from common (this was
    not documented well by me), the Android client will not be able to
    reconnect.
    
    Let's set the source port to zero such that the OS can choose an
    available source port for reconnecting
    jwijenbergh authored and François Kooman committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    525656f View commit details
    Browse the repository at this point in the history
  4. Fix TCP timeout in background when using Proxyguard

    dzolnai authored and François Kooman committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    70f2180 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upstream-master'

    François Kooman committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a2d0183 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f1035a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    523c3f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. prepare for release

    François Kooman committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    03f9534 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. also generate AAB next to APK

    François Kooman committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    eed23ac View commit details
    Browse the repository at this point in the history
  2. forgot quotes

    François Kooman committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    db9318d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    344e922 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5358187 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. prepare for release

    François Kooman committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    34cd652 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    575aed3 View commit details
    Browse the repository at this point in the history
  2. put KEY_ALIAS in app variant sections

    François Kooman committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    547f97d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4e9a8cf View commit details
    Browse the repository at this point in the history
  4. prepare for release

    François Kooman committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f47f1a6 View commit details
    Browse the repository at this point in the history
  5. add comment for KEY_ALIAS

    François Kooman committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c99112b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge remote-tracking branch 'upstream/master'

    François Kooman committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3fd8cc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. embed wireguard-android as a submodule

    François Kooman committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    042385e View commit details
    Browse the repository at this point in the history
  2. prepare for release

    François Kooman committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a18126a View commit details
    Browse the repository at this point in the history