Max Lv
1773111a07
Fix mingw building
9 years ago
Max Lv
722d8d0c62
Fix build on Linux
9 years ago
Max Lv
9e407a9433
Add aes-ctr ciphers
9 years ago
Max Lv
cf819ebec5
Fix #765
9 years ago
Max Lv
6f65fedbbd
Move TCP_FASTOPEN to netutils.h
9 years ago
Max Lv
1df8d06e3e
Refine QoS flag for UDP forwarding
9 years ago
Max Lv
e62a73e67d
Set QoS flag for UDP forwarding
9 years ago
Max Lv
915047e957
Fix #761
9 years ago
Max Lv
63969727fc
Fix a typo, close #757
9 years ago
Max Lv
d319c0300c
Add mptcp option, close #756
9 years ago
Syrone Wong
b1f5c68650
Fix typo (found by codespell) ( #753 )
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Max Lv
34b9036b5b
Add MTU option
9 years ago
Max Lv
6cd81b3cfb
Add tips for usage with kcptun
9 years ago
Max Lv
3f71b2a914
Fix #746
9 years ago
Max Lv
2f26412699
Add missing srand
9 years ago
Roger Shimizu
2445b8690f
fix of PATH_MAX for GNU/Hurd ( #727 )
Info:
- https://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html
- https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#PATH_MAX_tt_MAX_PATH_tt_MAXPATHL
9 years ago
tim-le
ad17d91b42
fix bugs with when ss-server bind_address enabled ( #725 )
* SO_REUSEADDR for remote sockfd
avoid ERROR: bind_to_address: Address already in use
* set addr->sin_port to be 0
9 years ago
Max Lv
bdef06618d
Fix #708
9 years ago
Max Lv
4a0d37afda
Update makefile
9 years ago
Max Lv
2643de44f2
Clean up
9 years ago
anonymous-contributor
af69798355
New jconf parameters ( #695 )
* Add 'tunnel_address' support for json config parser
And allow ss-tunnel to use the newly introduced parser.
Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp>
* Add "mode" support for jconf
Now jconf supports "mode" setting, allowed values are "tcp_only",
"tcp_and_udp" and "udp_only".
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Use jconf "mode" for server/local/tunnel/manager
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Add per-project vimrc to gitignore
As the coding style differs from kernel and other projects, so such
project vimrc should be helpful.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
9 years ago
Max Lv
bf210be2b7
Refine #690
9 years ago
Max Lv
55dea8b973
Fix #690
9 years ago
Max Lv
1e8022c3b7
Refine #682
9 years ago
Max Lv
642b5c900d
Fix #678
9 years ago
cs17899219
d33b865ec7
Add a signal SIGUSR1 for safely stop the server ( #677 )
9 years ago
Max Lv
00209ab2ea
Revert "Add APIs for non thread safe usage of shadowsocks-libev library"
This reverts commit 3e4c922363
.
9 years ago
Max Lv
3e4c922363
Add APIs for non thread safe usage of shadowsocks-libev library
9 years ago
Max Lv
658703a1bd
Fix #673
9 years ago
Max Lv
a9b85a5216
Refine #669 : Bind to loopback for local resolver
9 years ago
Boyuan Yang
2bf2d0787d
Fix typo in source code ( #666 )
9 years ago
Max Lv
fd422008b7
Avoid linking issues on Android
9 years ago
Max Lv
6fc1dccc58
Rename libshadowsocks to libshadowsocks-libev
9 years ago
Max Lv
ba7f1565ad
Fix #650
9 years ago
Max Lv
0cfae045e8
Fix #648
9 years ago
Max Lv
f1464caca7
Fix a typo #642
9 years ago
Max Lv
bddff70661
Refine ss-nat scripts
9 years ago
Max Lv
fe22a6c90b
Refine error handling of connect()
9 years ago
Kim
342bd3f776
Fix ipv6 address format in log message
9 years ago
Max Lv
fd4adca789
Fix #627
9 years ago
Max Lv
a73fe213a6
Refine the output
9 years ago
Max Lv
e3deb0668d
Fix the mismatch types
9 years ago
Max Lv
bb50fc22ca
Add option for binding to address #626
9 years ago
Max Lv
04cd8884c0
Fix a typo
9 years ago
Max Lv
41d93b126a
Fix #626
9 years ago
Max Lv
72ee77ea35
Fix #615
9 years ago
Syrone Wong
7481ffffc7
clarify encrypt method info
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Kim
08f873adc7
Roll up year to 2016
9 years ago
Kim
b3b522fd5e
Fix missing leading space in macro LOGI()
9 years ago
Syrone Wong
0bbf6c36a7
use sodium_memzero() to clear sensitive data
Close #603
After use, sensitive data should be overwritten, but memset() and hand-written code can be silently stripped out by an optimizing compiler or by the linker.
The sodium_memzero() function tries to effectively zero len bytes starting at pnt, even if optimizations are being applied to the code.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago