Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lulinlin520/softvpn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.01.9665
Choose a base ref
...
head repository: lulinlin520/softvpn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.01.9666
Choose a head ref
  • 17 commits
  • 43 files changed
  • 3 contributors

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    a1722ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0d5c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f985a50 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    e8ad95b View commit details
    Browse the repository at this point in the history
  2. src/Mayaqua/Mayaqua: remove unused functions

    found by cppcheck
    
    [src/Mayaqua/Mayaqua.c:753]: (style) Consecutive return, break, continue, goto or throw statements are unnecessary.
    [src/Mayaqua/Mayaqua.c:484]: (style) The function 'IsUnicode' is never used.
    [src/Mayaqua/Mayaqua.c:438]: (style) The function 'MayaquaDotNetMode' is never used.
    [src/Mayaqua/Mayaqua.c:774]: (style) The function 'PrintOsInfo' is never used.
    chipitsine committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    9e250e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7ba23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #825 from chipitsine/cleanup

    Merge PR #825: src/Mayaqua/Mayaqua: remove unused functions
    chipitsine authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    4be4534 View commit details
    Browse the repository at this point in the history
  5. Add custom HTTP header feature for HTTP proxy

    A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
    davidebeatrici committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    aefbd2e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #826 from chipitsine/issue_689

    Merge PR #826: missing warning_ru.txt which caused null pointer dereference
    chipitsine authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    cbaf198 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Merge pull request #772 from davidebeatrici/http-proxy-custom-header

    Merge PR #772: Add custom HTTP header feature for HTTP proxy
    chipitsine authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    08465e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Added the "OpenVPNPushDummyIPv4AddressOnL2Mode" option for the OpenVP…

    …N L2 mode.
    
    To fix the bug of OpenVPN 2.4.6 and particular version of kernel mode TAP driver on Linux, the TAP device must be up after the OpenVPN client is connected. However there is no direct push instruction to do so to OpenVPN client. Therefore we push the dummy IPv4 address (RFC7600) to the OpenVPN client to enforce the TAP driver UP state.
    Daiyuu Nobori committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    58e2f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971893c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32172ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87a869 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    c407f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740a4aa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Release v5.01.9666

    Signed-off-by: Ilya Shipitsin <[email protected]>
    chipitsine committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    272c69d View commit details
    Browse the repository at this point in the history
Loading