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.9658
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.9659
Choose a head ref
  • 15 commits
  • 30 files changed
  • 3 contributors

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    9970d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335e050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe994f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Merge PR #733: Mayaqua/OS: improve UnixGetOsInfo() so that it retriev…

    …es info on recent Linux/BSD systems
    davidebeatrici authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    66b9063 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Mayaqua/Network.c: improve RecvFrom() and RecvFrom6()

    This commit improves the RecvFrom() and RecvFrom6() functions by:
    - Using the right data type for the struct size variable passed to recvfrom().
    - Improving the arguments validation mechanism.
    - Printing unhandled errors.
    davidebeatrici committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    9fa9f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8cd6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce8ad7 View commit details
    Browse the repository at this point in the history
  4. Next, change the project name "Ham" to "vpntest" so every programmer …

    …will recognize easily it is a test program.
    Daiyuu Nobori committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    2d76507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee208dd View commit details
    Browse the repository at this point in the history
  6. Debug flag and test mode improvements

    1. ifdef DEBUG -> defined(_DEBUG) || defined(DEBUG)
    In VC   compilers, the macro is "_DEBUG", not "DEBUG".
    
    2. If set memcheck = true, the program will be vitally slow since it will log all malloc() / realloc() / free() calls to find the cause of memory leak.
    For normal debug we set memcheck = false.
    Please set memcheck = true if you want to test the cause of memory leaks.
    Daiyuu Nobori authored and davidebeatrici committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    8abcf3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97d7f3f View commit details
    Browse the repository at this point in the history
  8. Fix MSBuild error.

    Daiyuu Nobori committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ff85841 View commit details
    Browse the repository at this point in the history
  9. Merge PR #736: vpntest project for programmers: runs VPN Server / VPN…

    … Client / VPN Bridge in test mode with full debug console output and memory leak checks
    davidebeatrici authored Oct 8, 2018
    Configuration menu
    Copy the full SHA
    8ddd336 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03d7869 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. release 5.01.9659

    chipitsine committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    a25fea0 View commit details
    Browse the repository at this point in the history
Loading