Syrone Wong
1e91b6a1f6
On Linux, warn when we are running low on entropy
Based on a255d29083
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
b74108db09
drop redundant sodium_init() call
It is done in crypto.c
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Max Lv
cfe830405f
Fix #1376
8 years ago
Max Lv
fa82628dd9
Add delayed connect to ss-local as well
8 years ago
Max Lv
fb53630b20
Fix some building issues
8 years ago
Max Lv
88007b403e
Add delayed connecting in ss-tunnel
8 years ago
Felix Yan
3b9ac7e81e
Use system libbloom on USE_SYSTEM_SHARED_LIB
8 years ago
zhou0
74167f3688
restore version_info to 2.0.0
8 years ago
zhou0
13842ea566
fix wrong version_info
8 years ago
Max Lv
a10e92ea22
Refine assertion
8 years ago
lqs
1c67496a1c
fix bugs
8 years ago
Martin Wetterwald
51afa5e548
ss-redir: allow you to define additionals listenings ports to set a TOS/DSCP on the outgoings ciphered connections
8 years ago
Sebastien DUPONCHEEL
e636e81d9f
ss-server: allows you to set a TOS/DSCP value to the outgoing ciphered connection to the client from a netfilter mark setted on the (re)comming connection from the outside world.
8 years ago
Max Lv
1af0272702
Refine port binding
8 years ago
Max Lv
b25c071822
Refine the error handling
8 years ago
Max Lv
3041a87a2f
Fix #1334
8 years ago
Max Lv
1af0625d01
Fix a building issue
8 years ago
Max Lv
05f97abbb2
Don't apply ACL on DNS port on Android
8 years ago
Max Lv
495722f2be
Listening at 0.0.0.0 by default
8 years ago
Sebastien DUPONCHEEL
efbd488890
mptcp: make shadowsocks kernel independant
8 years ago
Max Lv
71ff3cff1d
Fix #1306
8 years ago
lqs
fda287d76f
Add tcp-fast-open support for ss-redir
8 years ago
Max Lv
908a7fa050
Fix #1296
8 years ago
Max Lv
f3d298f036
Fix #1291
8 years ago
Max Lv
9bf991b23f
Refine the parameters of bloom filter
8 years ago
Max Lv
557cd91fe0
Make parameters of bloom filter be compiler-time constants
8 years ago
Max Lv
3f2f979dac
Replace nonce cache with a ping-pong bloom filter ( #1282 )
* Add Ping-Pong bloom filter
* Refine bloom filter insertion
* Reduce the error rate to 0.00001
* Avoid alignment issue in murmurhash2
* Fix a memory leak
* Fix build on non-GPU targets
* Detect get_current_dir_name in configure
* Update README.md
* Remove redudant bfree()
* Reduce the memory usage for local client
* Fix #1275
* Refine #1275
* Use IP when bypassing SNI domains
* Also apply replay detector on UDP traffic
* Update deb build script
Now build script is able to auto detect system and choose libraries
necessary to build.
Also update the README accordingly.
* Update build script to enable jessie/stretch etc
Also include a few cleanup that simplified pkg installation from
backports repository.
8 years ago
Max Lv
a0fd7a1186
Detect get_current_dir_name in configure
8 years ago
Max Lv
f9fe9bccf5
Fix build on non-GPU targets
8 years ago
Max Lv
bf23fb6ec4
Fix a memory leak
8 years ago
Roger Shimizu
825e83534b
fix of PATH_MAX for GNU/Hurd
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
8 years ago
Max Lv
88d6ea0948
Add delayed connecting in ss-tunnel
8 years ago
Felix Yan
0334e73c2b
Use system libbloom on USE_SYSTEM_SHARED_LIB
8 years ago
zhou0
e1027a7c56
restore version_info to 2.0.0
8 years ago
zhou0
44625be901
fix wrong version_info
8 years ago
Max Lv
a4bebe3ee9
Refine assertion
8 years ago
lqs
5cf6476aa7
fix bugs
8 years ago
Martin Wetterwald
6e069c7edb
ss-redir: allow you to define additionals listenings ports to set a TOS/DSCP on the outgoings ciphered connections
8 years ago
Sebastien DUPONCHEEL
6c6a054e5f
ss-server: allows you to set a TOS/DSCP value to the outgoing ciphered connection to the client from a netfilter mark setted on the (re)comming connection from the outside world.
8 years ago
Max Lv
5e13d396ee
Refine port binding
8 years ago
Max Lv
e6799b98db
Refine the error handling
8 years ago
Max Lv
3f820c6fb8
Fix #1334
8 years ago
Max Lv
de0cebb62e
Fix a building issue
8 years ago
Max Lv
9241e545f4
Don't apply ACL on DNS port on Android
8 years ago
Max Lv
3f1337540e
Listening at 0.0.0.0 by default
8 years ago
Sebastien DUPONCHEEL
5074cd336d
mptcp: make shadowsocks kernel independant
8 years ago
Max Lv
5b122d4f8c
Fix #1306
8 years ago
lqs
8a40e538f8
Add tcp-fast-open support for ss-redir
8 years ago
Max Lv
997ac83702
Fix #1296
8 years ago
Max Lv
44b0eae3ef
Fix #1291
8 years ago