-
-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: lulinlin520/softvpn
base: 5.01.9658
head repository: lulinlin520/softvpn
compare: 5.01.9659
- 15 commits
- 30 files changed
- 3 contributors
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9970d6f - Browse repository at this point
Copy the full SHA 9970d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 335e050 - Browse repository at this point
Copy the full SHA 335e050View commit details -
Mayaqua/OS: improve UnixGetOsInfo() so that it retrieves info on rece…
…nt Linux/BSD systems
Configuration menu - View commit details
-
Copy full SHA for afe994f - Browse repository at this point
Copy the full SHA afe994fView commit details
Commits on Oct 7, 2018
-
Merge PR #733: Mayaqua/OS: improve UnixGetOsInfo() so that it retriev…
…es info on recent Linux/BSD systems
Configuration menu - View commit details
-
Copy full SHA for 66b9063 - Browse repository at this point
Copy the full SHA 66b9063View commit details
Commits on Oct 8, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9fa9f6c - Browse repository at this point
Copy the full SHA 9fa9f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da8cd6a - Browse repository at this point
Copy the full SHA da8cd6aView commit details -
At first, restore "Ham" project. This reverts commit 24d23fe.
Daiyuu Nobori committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 0ce8ad7 - Browse repository at this point
Copy the full SHA 0ce8ad7View commit details -
Next, change the project name "Ham" to "vpntest" so every programmer …
…will recognize easily it is a test program.
Daiyuu Nobori committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 2d76507 - Browse repository at this point
Copy the full SHA 2d76507View commit details -
Finally, the implementation of test code is completed! Ha ha ha
Daiyuu Nobori committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ee208dd - Browse repository at this point
Copy the full SHA ee208ddView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8abcf3d - Browse repository at this point
Copy the full SHA 8abcf3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d7f3f - Browse repository at this point
Copy the full SHA 97d7f3fView commit details -
Daiyuu Nobori committed
Oct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ff85841 - Browse repository at this point
Copy the full SHA ff85841View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8ddd336 - Browse repository at this point
Copy the full SHA 8ddd336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d7869 - Browse repository at this point
Copy the full SHA 03d7869View commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a25fea0 - Browse repository at this point
Copy the full SHA a25fea0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.01.9658...5.01.9659