-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
win32 nonblocking mode problem : reported to madeye and fixed #24
base: master
Are you sure you want to change the base?
Commits on Jul 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b517ec2 - Browse repository at this point
Copy the full SHA b517ec2View commit details
Commits on Jul 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 09152d4 - Browse repository at this point
Copy the full SHA 09152d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a795d - Browse repository at this point
Copy the full SHA e4a795dView commit details
Commits on Jul 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8283e51 - Browse repository at this point
Copy the full SHA 8283e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025ea58 - Browse repository at this point
Copy the full SHA 025ea58View commit details -
Merge pull request #347 from hosiet/fix-grammar
Change 'scoks' to 'socks'
Configuration menu - View commit details
-
Copy full SHA for e762723 - Browse repository at this point
Copy the full SHA e762723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ddb3b - Browse repository at this point
Copy the full SHA 53ddb3bView commit details
Commits on Jul 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2b1eef1 - Browse repository at this point
Copy the full SHA 2b1eef1View commit details
Commits on Jul 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a132e84 - Browse repository at this point
Copy the full SHA a132e84View commit details
Commits on Jul 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for feed7cc - Browse repository at this point
Copy the full SHA feed7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0dd4a - Browse repository at this point
Copy the full SHA 2c0dd4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1501001 - Browse repository at this point
Copy the full SHA 1501001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fb636 - Browse repository at this point
Copy the full SHA 87fb636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6800075 - Browse repository at this point
Copy the full SHA 6800075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a1c4f - Browse repository at this point
Copy the full SHA 94a1c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2b980 - Browse repository at this point
Copy the full SHA 3d2b980View commit details -
Merge pull request #359 from shadowsocks/android-ipc
Add some IPC functions for Android VPN mode
Configuration menu - View commit details
-
Copy full SHA for 3af591c - Browse repository at this point
Copy the full SHA 3af591cView commit details
Commits on Jul 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1d5a3b9 - Browse repository at this point
Copy the full SHA 1d5a3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ff3bf - Browse repository at this point
Copy the full SHA 23ff3bfView commit details
Commits on Jul 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 60bdea5 - Browse repository at this point
Copy the full SHA 60bdea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2794c0 - Browse repository at this point
Copy the full SHA d2794c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e65cca - Browse repository at this point
Copy the full SHA 2e65ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9ad95 - Browse repository at this point
Copy the full SHA 6c9ad95View commit details
Commits on Jul 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a9f8b2b - Browse repository at this point
Copy the full SHA a9f8b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3911fc - Browse repository at this point
Copy the full SHA b3911fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7260153 - Browse repository at this point
Copy the full SHA 7260153View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf7284 - Browse repository at this point
Copy the full SHA aaf7284View commit details -
Add mbed TLS support for shadowsocks-libev
Notes: - Test cipher CFB support just in case (i.e. OpenWrt disabled it) - Added some inline notes, please feel free to modify or remove them. - Sorry for my bad English - If you want to compile for OpenWrt, please make sure this hunk[1] not exists. - Only tested on ARM mamba (Linksys WRT1900AC v1), it works. [1] https://github.com/openwrt-mirror/openwrt/blob/master/package/libs/mbedtls/patches/200-config.patch#L12-L20 Have fun! Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81b205 - Browse repository at this point
Copy the full SHA e81b205View commit details
Commits on Aug 1, 2015
-
Merge pull request #365 from wongsyrone/master
Add mbed TLS support for shadowsocks-libev
Configuration menu - View commit details
-
Copy full SHA for 5424cbe - Browse repository at this point
Copy the full SHA 5424cbeView commit details -
Add more mbed TLS cipher check
Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56daf99 - Browse repository at this point
Copy the full SHA 56daf99View commit details -
Merge pull request #366 from wongsyrone/master
Add more mbed TLS cipher check
Configuration menu - View commit details
-
Copy full SHA for bde0d26 - Browse repository at this point
Copy the full SHA bde0d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac18674 - Browse repository at this point
Copy the full SHA ac18674View commit details -
Configuration menu - View commit details
-
Copy full SHA for b232d3b - Browse repository at this point
Copy the full SHA b232d3bView commit details -
Merge pull request #367 from wongsyrone/patch-1
generate config.h.in for mbed TLS support
Configuration menu - View commit details
-
Copy full SHA for 9173026 - Browse repository at this point
Copy the full SHA 9173026View commit details
Commits on Aug 2, 2015
-
libsodium: Fix _FORTIFY_SOURCE redefined issue
If we already defined `CFLAGS=-D_FORTIFY_SOURCE=1`, it will still check `-D_FORTIFY_SOURCE=2` and add it to CPPFLAGS. In this case, we redefine `_FORTIFY_SOURCE` to both 1 and 2 if compiler accepts `-D_FORTIFY_SOURCE=2`. Fix this issue by checking whether `_FORTIFY_SOURCE` was defined or not. If defined, do nothing. If not, then check `-D_FORTIFY_SOURCE=2`. BTW, OpenWrt's buildroot uses `-D_FORTIFY_SOURCE=1` for most targets by default.
Configuration menu - View commit details
-
Copy full SHA for a135d9c - Browse repository at this point
Copy the full SHA a135d9cView commit details -
Merge pull request #368 from wongsyrone/fix-libsodium-redefined-marco
libsodium: Fix _FORTIFY_SOURCE redefined issue
Configuration menu - View commit details
-
Copy full SHA for cd3e20f - Browse repository at this point
Copy the full SHA cd3e20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35297b6 - Browse repository at this point
Copy the full SHA 35297b6View commit details
Commits on Aug 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5d4db4f - Browse repository at this point
Copy the full SHA 5d4db4fView commit details
Commits on Aug 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e3ed222 - Browse repository at this point
Copy the full SHA e3ed222View commit details
Commits on Aug 10, 2015
-
Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8059f4 - Browse repository at this point
Copy the full SHA a8059f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2654bf - Browse repository at this point
Copy the full SHA e2654bfView commit details
Commits on Aug 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5f3c2e1 - Browse repository at this point
Copy the full SHA 5f3c2e1View commit details -
Merge pull request #371 from shadowsocks/manager-int
Add ss-manager for multi-user control and traffic statistics.
Configuration menu - View commit details
-
Copy full SHA for 07a8bb1 - Browse repository at this point
Copy the full SHA 07a8bb1View commit details
Commits on Aug 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7f9e158 - Browse repository at this point
Copy the full SHA 7f9e158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c508e1 - Browse repository at this point
Copy the full SHA 4c508e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096e1ec - Browse repository at this point
Copy the full SHA 096e1ecView commit details
Commits on Aug 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8cc32a1 - Browse repository at this point
Copy the full SHA 8cc32a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2326e - Browse repository at this point
Copy the full SHA ea2326eView commit details
Commits on Aug 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a50e00c - Browse repository at this point
Copy the full SHA a50e00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491d22f - Browse repository at this point
Copy the full SHA 491d22fView commit details
Commits on Sep 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5a52a97 - Browse repository at this point
Copy the full SHA 5a52a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e686d65 - Browse repository at this point
Copy the full SHA e686d65View commit details
Commits on Sep 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 42ee808 - Browse repository at this point
Copy the full SHA 42ee808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2c14b - Browse repository at this point
Copy the full SHA 9d2c14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 656c97e - Browse repository at this point
Copy the full SHA 656c97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bc7fa - Browse repository at this point
Copy the full SHA 20bc7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c78610a - Browse repository at this point
Copy the full SHA c78610aView commit details
Commits on Sep 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f45f7f2 - Browse repository at this point
Copy the full SHA f45f7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4daab0e - Browse repository at this point
Copy the full SHA 4daab0eView commit details
Commits on Sep 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7672e5f - Browse repository at this point
Copy the full SHA 7672e5fView commit details -
Merge pull request #390 from hosiet/fix-pkgconfig
Fix mistake in pkgconfig .pc file
Configuration menu - View commit details
-
Copy full SHA for aced168 - Browse repository at this point
Copy the full SHA aced168View commit details
Commits on Sep 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9f4c495 - Browse repository at this point
Copy the full SHA 9f4c495View commit details -
Configuration menu - View commit details
-
Copy full SHA for f193907 - Browse repository at this point
Copy the full SHA f193907View commit details
Commits on Sep 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 226cfa2 - Browse repository at this point
Copy the full SHA 226cfa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e83f6 - Browse repository at this point
Copy the full SHA d8e83f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b04b52 - Browse repository at this point
Copy the full SHA 1b04b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889e4b9 - Browse repository at this point
Copy the full SHA 889e4b9View commit details -
This commit contains rearranged man pages for shadowsocks-libev and the five executables.
Configuration menu - View commit details
-
Copy full SHA for 915bcff - Browse repository at this point
Copy the full SHA 915bcffView commit details -
Revert "apply onetime auth to the first packet"
This reverts commit 889e4b9.
Configuration menu - View commit details
-
Copy full SHA for 59b6fd9 - Browse repository at this point
Copy the full SHA 59b6fd9View commit details -
Merge pull request #396 from hosiet/add-manpage
add newly arranged man pages
Configuration menu - View commit details
-
Copy full SHA for 0f742a2 - Browse repository at this point
Copy the full SHA 0f742a2View commit details
Commits on Sep 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f50b30f - Browse repository at this point
Copy the full SHA f50b30fView commit details
Commits on Sep 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a2e4c02 - Browse repository at this point
Copy the full SHA a2e4c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcd097 - Browse repository at this point
Copy the full SHA 8dcd097View commit details
Commits on Sep 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9e021aa - Browse repository at this point
Copy the full SHA 9e021aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e6dbd - Browse repository at this point
Copy the full SHA 58e6dbdView commit details
Commits on Sep 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2feb417 - Browse repository at this point
Copy the full SHA 2feb417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703374c - Browse repository at this point
Copy the full SHA 703374cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c98a84 - Browse repository at this point
Copy the full SHA 5c98a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d79387 - Browse repository at this point
Copy the full SHA 6d79387View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8041b - Browse repository at this point
Copy the full SHA de8041bView commit details
Commits on Sep 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8d13b2d - Browse repository at this point
Copy the full SHA 8d13b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c2900 - Browse repository at this point
Copy the full SHA 53c2900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b5038 - Browse repository at this point
Copy the full SHA 50b5038View commit details -
Merge pull request #399 from GangZhuo/master
fix the protocol document
Configuration menu - View commit details
-
Copy full SHA for 71100cf - Browse repository at this point
Copy the full SHA 71100cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b49edb9 - Browse repository at this point
Copy the full SHA b49edb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8834118 - Browse repository at this point
Copy the full SHA 8834118View commit details
Commits on Sep 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7e23ae7 - Browse repository at this point
Copy the full SHA 7e23ae7View commit details
Commits on Sep 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5ae4df9 - Browse repository at this point
Copy the full SHA 5ae4df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3042dd6 - Browse repository at this point
Copy the full SHA 3042dd6View commit details
Commits on Sep 22, 2015
-
Improve Debian packaging script.
if debuild or dpkg-buildpackage is used, it will generate 4 packages to fit Debian's packaging policy.
Configuration menu - View commit details
-
Copy full SHA for 643d579 - Browse repository at this point
Copy the full SHA 643d579View commit details -
Merge pull request #401 from hosiet/update-debian-dir
Improve Debian packaging script
Configuration menu - View commit details
-
Copy full SHA for 6d5c9bd - Browse repository at this point
Copy the full SHA 6d5c9bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e10661 - Browse repository at this point
Copy the full SHA 1e10661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441ac45 - Browse repository at this point
Copy the full SHA 441ac45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e43e0 - Browse repository at this point
Copy the full SHA d3e43e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552fca1 - Browse repository at this point
Copy the full SHA 552fca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a02b74 - Browse repository at this point
Copy the full SHA 5a02b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f55353 - Browse repository at this point
Copy the full SHA 9f55353View commit details -
Configuration menu - View commit details
-
Copy full SHA for f368642 - Browse repository at this point
Copy the full SHA f368642View commit details
Commits on Sep 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0987fb3 - Browse repository at this point
Copy the full SHA 0987fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f23b4 - Browse repository at this point
Copy the full SHA f0f23b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e79c93 - Browse repository at this point
Copy the full SHA 0e79c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4301ded - Browse repository at this point
Copy the full SHA 4301dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1db81d - Browse repository at this point
Copy the full SHA c1db81dView commit details
Commits on Sep 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8d46ced - Browse repository at this point
Copy the full SHA 8d46cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5292700 - Browse repository at this point
Copy the full SHA 5292700View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e282b - Browse repository at this point
Copy the full SHA b8e282bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76fae5 - Browse repository at this point
Copy the full SHA a76fae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529eab2 - Browse repository at this point
Copy the full SHA 529eab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224bc51 - Browse repository at this point
Copy the full SHA 224bc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be0c9c - Browse repository at this point
Copy the full SHA 5be0c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac90abf - Browse repository at this point
Copy the full SHA ac90abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf395b9 - Browse repository at this point
Copy the full SHA cf395b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa45df - Browse repository at this point
Copy the full SHA 6aa45dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 032c609 - Browse repository at this point
Copy the full SHA 032c609View commit details
Commits on Sep 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 65a15b1 - Browse repository at this point
Copy the full SHA 65a15b1View commit details -
Merge pull request #409 from hosiet/master
make Debian systemd service use /etc/default conf.
Configuration menu - View commit details
-
Copy full SHA for 04c5f97 - Browse repository at this point
Copy the full SHA 04c5f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9014578 - Browse repository at this point
Copy the full SHA 9014578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b9063 - Browse repository at this point
Copy the full SHA 88b9063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227272b - Browse repository at this point
Copy the full SHA 227272bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4fdeb - Browse repository at this point
Copy the full SHA ad4fdebView commit details
Commits on Sep 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4aeb4ee - Browse repository at this point
Copy the full SHA 4aeb4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb55d5c - Browse repository at this point
Copy the full SHA bb55d5cView commit details
Commits on Sep 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 14c611a - Browse repository at this point
Copy the full SHA 14c611aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb8979 - Browse repository at this point
Copy the full SHA 9bb8979View commit details
Commits on Sep 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f65c19a - Browse repository at this point
Copy the full SHA f65c19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c06e962 - Browse repository at this point
Copy the full SHA c06e962View commit details
Commits on Oct 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 095aa74 - Browse repository at this point
Copy the full SHA 095aa74View commit details
Commits on Oct 14, 2015
-
add systemd service templates for debian
Those new templates will be installed by dh_installinit. based on the work of @zh99998 for AUR.
Configuration menu - View commit details
-
Copy full SHA for a192b91 - Browse repository at this point
Copy the full SHA a192b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938ccd9 - Browse repository at this point
Copy the full SHA 938ccd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f457626 - Browse repository at this point
Copy the full SHA f457626View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f7ada - Browse repository at this point
Copy the full SHA f5f7adaView commit details -
Merge pull request #429 from hosiet/master
Add service templates and a option to build against system shared libs
Configuration menu - View commit details
-
Copy full SHA for 6f775d0 - Browse repository at this point
Copy the full SHA 6f775d0View commit details
Commits on Oct 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 55ae226 - Browse repository at this point
Copy the full SHA 55ae226View commit details
Commits on Oct 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e18f733 - Browse repository at this point
Copy the full SHA e18f733View commit details
Commits on Oct 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ecad0f9 - Browse repository at this point
Copy the full SHA ecad0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fb756 - Browse repository at this point
Copy the full SHA 22fb756View commit details
Commits on Oct 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 75b5561 - Browse repository at this point
Copy the full SHA 75b5561View commit details
Commits on Oct 23, 2015
-
Merge pull request #437 from hosiet/master
don't configure libsodium when using system libs
Configuration menu - View commit details
-
Copy full SHA for f00a4e2 - Browse repository at this point
Copy the full SHA f00a4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51dda2 - Browse repository at this point
Copy the full SHA e51dda2View commit details
Commits on Oct 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 99633b9 - Browse repository at this point
Copy the full SHA 99633b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1959ca - Browse repository at this point
Copy the full SHA c1959caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ac9aa - Browse repository at this point
Copy the full SHA 03ac9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91316b2 - Browse repository at this point
Copy the full SHA 91316b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d52f0a - Browse repository at this point
Copy the full SHA 6d52f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ff3b8 - Browse repository at this point
Copy the full SHA 33ff3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c575c - Browse repository at this point
Copy the full SHA 25c575cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a65c162 - Browse repository at this point
Copy the full SHA a65c162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ff6c8 - Browse repository at this point
Copy the full SHA 12ff6c8View commit details
Commits on Oct 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d5f77c4 - Browse repository at this point
Copy the full SHA d5f77c4View commit details
Commits on Oct 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7331acc - Browse repository at this point
Copy the full SHA 7331accView commit details -
Merge pull request #446 from pagxir/master
try to recover socks5 connection on buggy proxy client
Configuration menu - View commit details
-
Copy full SHA for 4fe15c4 - Browse repository at this point
Copy the full SHA 4fe15c4View commit details
Commits on Nov 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6728943 - Browse repository at this point
Copy the full SHA 6728943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d39930 - Browse repository at this point
Copy the full SHA 6d39930View commit details
Commits on Nov 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 581c92f - Browse repository at this point
Copy the full SHA 581c92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47adb69 - Browse repository at this point
Copy the full SHA 47adb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f01d2f - Browse repository at this point
Copy the full SHA 4f01d2fView commit details -
Merge pull request #452 from hosiet/master
Typo fix and clarification in README
Configuration menu - View commit details
-
Copy full SHA for 9f7146a - Browse repository at this point
Copy the full SHA 9f7146aView commit details
Commits on Nov 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bfbcd4d - Browse repository at this point
Copy the full SHA bfbcd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b1146 - Browse repository at this point
Copy the full SHA 41b1146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2ec0e - Browse repository at this point
Copy the full SHA 3c2ec0eView commit details
Commits on Nov 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8c03bd9 - Browse repository at this point
Copy the full SHA 8c03bd9View commit details -
Merge pull request #455 from hosiet/master
Add example ss-manager usage in man page
Configuration menu - View commit details
-
Copy full SHA for 890e880 - Browse repository at this point
Copy the full SHA 890e880View commit details
Commits on Nov 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 772de6f - Browse repository at this point
Copy the full SHA 772de6fView commit details
Commits on Nov 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6bdd927 - Browse repository at this point
Copy the full SHA 6bdd927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e5392 - Browse repository at this point
Copy the full SHA 69e5392View commit details
Commits on Nov 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for befbe94 - Browse repository at this point
Copy the full SHA befbe94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c0bc9 - Browse repository at this point
Copy the full SHA e4c0bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cb9ad - Browse repository at this point
Copy the full SHA 48cb9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5225efe - Browse repository at this point
Copy the full SHA 5225efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c265b - Browse repository at this point
Copy the full SHA 10c265bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551b152 - Browse repository at this point
Copy the full SHA 551b152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6c128 - Browse repository at this point
Copy the full SHA 6a6c128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e374d - Browse repository at this point
Copy the full SHA 73e374dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d83a5e - Browse repository at this point
Copy the full SHA 5d83a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1cbb5 - Browse repository at this point
Copy the full SHA fe1cbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8dc5c - Browse repository at this point
Copy the full SHA fa8dc5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5160d4 - Browse repository at this point
Copy the full SHA f5160d4View commit details
Commits on Nov 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c9e0cb6 - Browse repository at this point
Copy the full SHA c9e0cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f226d47 - Browse repository at this point
Copy the full SHA f226d47View commit details
Commits on Nov 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4bdfc9f - Browse repository at this point
Copy the full SHA 4bdfc9fView commit details -
Revert "Triger timer only if there are packets received"
This reverts commit 4bdfc9f.
Configuration menu - View commit details
-
Copy full SHA for 778ccb2 - Browse repository at this point
Copy the full SHA 778ccb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d462e4c - Browse repository at this point
Copy the full SHA d462e4cView commit details
Commits on Nov 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 99f4c9e - Browse repository at this point
Copy the full SHA 99f4c9eView commit details
Commits on Nov 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7dd1f30 - Browse repository at this point
Copy the full SHA 7dd1f30View commit details -
Merge pull request #465 from jlund/master
Fix a few typos in the README.
Configuration menu - View commit details
-
Copy full SHA for fd28e82 - Browse repository at this point
Copy the full SHA fd28e82View commit details
Commits on Nov 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f4fa30d - Browse repository at this point
Copy the full SHA f4fa30dView commit details
Commits on Nov 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b0600a8 - Browse repository at this point
Copy the full SHA b0600a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0c87e - Browse repository at this point
Copy the full SHA ef0c87eView commit details
Commits on Dec 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for dbbaae6 - Browse repository at this point
Copy the full SHA dbbaae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d57b63f - Browse repository at this point
Copy the full SHA d57b63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6cc1f - Browse repository at this point
Copy the full SHA 2f6cc1fView commit details
Commits on Dec 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c5155e4 - Browse repository at this point
Copy the full SHA c5155e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eccc91d - Browse repository at this point
Copy the full SHA eccc91dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeac81e - Browse repository at this point
Copy the full SHA eeac81eView commit details
Commits on Dec 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 16a6e8c - Browse repository at this point
Copy the full SHA 16a6e8cView commit details
Commits on Dec 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 156223a - Browse repository at this point
Copy the full SHA 156223aView commit details -
use mbed TLS provided sha1-hmac function
Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f4db65 - Browse repository at this point
Copy the full SHA 0f4db65View commit details -
Merge pull request #470 from wongsyrone/mbedtls-hmac
use mbed TLS provided sha1-hmac function
Configuration menu - View commit details
-
Copy full SHA for 496b1a9 - Browse repository at this point
Copy the full SHA 496b1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ad107 - Browse repository at this point
Copy the full SHA c7ad107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 002e3e5 - Browse repository at this point
Copy the full SHA 002e3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6528a - Browse repository at this point
Copy the full SHA 3d6528aView commit details
Commits on Dec 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4656a8f - Browse repository at this point
Copy the full SHA 4656a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a1d1e - Browse repository at this point
Copy the full SHA e7a1d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0cd1b4 - Browse repository at this point
Copy the full SHA d0cd1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a436e39 - Browse repository at this point
Copy the full SHA a436e39View commit details
Commits on Dec 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 125cce3 - Browse repository at this point
Copy the full SHA 125cce3View commit details -
use sha1_hmac function directly for PolarSSL
Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06eef7f - Browse repository at this point
Copy the full SHA 06eef7fView commit details -
Merge pull request #473 from wongsyrone/pr-for-madeye
use sha1_hmac function directly for PolarSSL
Configuration menu - View commit details
-
Copy full SHA for 223bef5 - Browse repository at this point
Copy the full SHA 223bef5View commit details
Commits on Dec 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1164dc2 - Browse repository at this point
Copy the full SHA 1164dc2View commit details
Commits on Dec 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f3428e6 - Browse repository at this point
Copy the full SHA f3428e6View commit details
Commits on Dec 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 596f036 - Browse repository at this point
Copy the full SHA 596f036View commit details
Commits on Dec 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d2ef245 - Browse repository at this point
Copy the full SHA d2ef245View commit details -
add IETF-compatible Chacha20 cipher support
Note: - ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has been implemented as crypto_stream_chacha20_ietf() from LibSodium 1.0.4 - The name of new cipher is "chacha20-ietf" Signed-off-by: Syrone Wong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c3ed5c - Browse repository at this point
Copy the full SHA 5c3ed5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be20711 - Browse repository at this point
Copy the full SHA be20711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a4b73 - Browse repository at this point
Copy the full SHA 11a4b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b51cbb - Browse repository at this point
Copy the full SHA 6b51cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 616df26 - Browse repository at this point
Copy the full SHA 616df26View commit details -
Merge pull request #481 from wongsyrone/chacha20-ietf
Add IETF-compatible Chacha20 cipher support
Configuration menu - View commit details
-
Copy full SHA for 96f750f - Browse repository at this point
Copy the full SHA 96f750fView commit details
Commits on Dec 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 72ea070 - Browse repository at this point
Copy the full SHA 72ea070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f984e - Browse repository at this point
Copy the full SHA 47f984eView commit details
Commits on Dec 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 52ff163 - Browse repository at this point
Copy the full SHA 52ff163View commit details
Commits on Dec 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 48a063e - Browse repository at this point
Copy the full SHA 48a063eView commit details
Commits on Dec 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e3a4179 - Browse repository at this point
Copy the full SHA e3a4179View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52767b - Browse repository at this point
Copy the full SHA e52767bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3117e2 - Browse repository at this point
Copy the full SHA f3117e2View commit details
Commits on Dec 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5ddf786 - Browse repository at this point
Copy the full SHA 5ddf786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ea49e - Browse repository at this point
Copy the full SHA 98ea49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7618dc - Browse repository at this point
Copy the full SHA b7618dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665217a - Browse repository at this point
Copy the full SHA 665217aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d58018 - Browse repository at this point
Copy the full SHA 0d58018View commit details
Commits on Dec 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3d487d5 - Browse repository at this point
Copy the full SHA 3d487d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6703e47 - Browse repository at this point
Copy the full SHA 6703e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6096c - Browse repository at this point
Copy the full SHA fe6096cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2178c40 - Browse repository at this point
Copy the full SHA 2178c40View commit details
Commits on Dec 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bc91533 - Browse repository at this point
Copy the full SHA bc91533View commit details -
Configuration menu - View commit details
-
Copy full SHA for e921f40 - Browse repository at this point
Copy the full SHA e921f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c18ae5f - Browse repository at this point
Copy the full SHA c18ae5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73aab2 - Browse repository at this point
Copy the full SHA e73aab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96690ea - Browse repository at this point
Copy the full SHA 96690eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52739f7 - Browse repository at this point
Copy the full SHA 52739f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c065e9a - Browse repository at this point
Copy the full SHA c065e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a15aa - Browse repository at this point
Copy the full SHA 05a15aaView commit details -
Merge pull request #498 from librehat/master
Support OTA in library interface (fix #497)
Configuration menu - View commit details
-
Copy full SHA for 44f3ae0 - Browse repository at this point
Copy the full SHA 44f3ae0View commit details
Commits on Dec 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 68eaf3b - Browse repository at this point
Copy the full SHA 68eaf3bView commit details -
Merge pull request #499 from Mygod/battery-opt
Reduce battery usage - transmit traffic stat with binary
Configuration menu - View commit details
-
Copy full SHA for bc14591 - Browse repository at this point
Copy the full SHA bc14591View commit details
Commits on Dec 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b86ecbb - Browse repository at this point
Copy the full SHA b86ecbbView commit details -
Merge pull request #500 from aipsel/fix
add check to avoid Segmentation fault
Configuration menu - View commit details
-
Copy full SHA for c77c1c5 - Browse repository at this point
Copy the full SHA c77c1c5View commit details
Commits on Dec 28, 2015
-
If received data is invalid, this method can cause memory leak.
Configuration menu - View commit details
-
Copy full SHA for cd0b5c8 - Browse repository at this point
Copy the full SHA cd0b5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948ee68 - Browse repository at this point
Copy the full SHA 948ee68View commit details
Commits on Dec 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4746475 - Browse repository at this point
Copy the full SHA 4746475View commit details