Simon Shi
e5d8476afe
Update docs
5 years ago
Simon Shi
f268b278c0
Test homedir for ss-manager
Fix for user args
5 years ago
Max Lv
91222766e7
Update libcork
5 years ago
Max Lv
396959635c
Update libcork
5 years ago
Max Lv
9545ce20a4
Merge pull request #2230 from Ptomerty/patch-1
Use dig builtin to resolve hostnames in ss-nat
6 years ago
Ptomerty
d05970fd0c
Use existing IP regex
6 years ago
Ptomerty
f9cc909efa
check if dig exists first
6 years ago
Max Lv
545c04182f
Bump version
6 years ago
Max Lv
1c1570b28c
Ensure 16-byte alignment. Fix #2233
6 years ago
Max Lv
c8ea784ded
Bump version
6 years ago
Max Lv
d6aed35a37
Merge pull request #2231 from gyteng/master
add server port in log file
6 years ago
Gyt
84b157e866
add server port in log file
6 years ago
Ptomerty
1dbeeaa46c
resolve domains in ss-nat
6 years ago
Max Lv
2e7d7a60c4
Merge pull request #2228 from sduponch/configure
configure: Fix --disable-connmarktos option behaviour
6 years ago
DUPONCHEEL Sébastien
92fabdaba0
configure: Fix --disable-connmarktos option behaviour
Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel@corp.ovh.com>
6 years ago
Max Lv
6a3d6519f6
Merge pull request #2227 from xzn/master
Make local address 0.0.0.0 work with udp relay
6 years ago
JS Deck
910e29abba
Make local address 0.0.0.0 work with udp relay
6 years ago
Max Lv
c2f15a5e33
Merge pull request #2223 from xzn/master
Fix udp relay when tcp only (e.g. for use with kcptun)
6 years ago
JS Deck
4a51c2858e
Fix udp relay when tcp only (e.g. for use with kcptun)
6 years ago
Max Lv
cbd39852a3
Merge pull request #2218 from plbin97/document-update
update the document about ss-manager
6 years ago
Pang Linbin
3ed53a750a
update the document about ss-manager
6 years ago
Max Lv
519776cee4
Relax the nonce check in clients
6 years ago
Max Lv
569570cfa9
Fix #2215
6 years ago
Max Lv
92f8d4e989
Merge pull request #2213 from mysqto/master
update libsodium to 1.0.16 because 1.0.13 is deleted from official release site
6 years ago
Chen Lei
fefe623852
updatelLibsodium to 1.0.16
updatelLibsodium to 1.0.16 since 1.0.13 is deleted from https://download.libsodium.org/libsodium/releases/
6 years ago
Max Lv
1d83944f5e
Fix typos
6 years ago
Max Lv
b9ed8da571
Bump version
6 years ago
Max Lv
92cab3503c
Add check for reusing server's nonce/salt
6 years ago
Max Lv
482040a5dd
Fix a potential stackoverflow issue
6 years ago
Max Lv
1acdb1997d
Fix #2194
6 years ago
Max Lv
ce6989aff8
Merge pull request #2184 from DDoSolitary/fix-clearenv-libcork
Update for shadowsocks/libcork#6 .
6 years ago
DDoSolitary
929f1779ca
Update for shadowsocks/libcork#6 .
6 years ago
Max Lv
52e23688e8
Merge pull request #2182 from edsgerlin/fix-systemd
Add `CAP_NET_BIND_SERVICE` to `shadowsocks-libev.service`
6 years ago
Max Lv
ced2350247
Merge pull request #2181 from edsgerlin/travis
Add `gcc` back to Travis.
6 years ago
edsgerlin
0496416387
Add AmbientCapabilities for all.
6 years ago
edsgerlin
d5d28580f9
Add `CAP_NET_BIND_SERVICE` to `shadowsocks-libev.service`
It ensures process have permission to bind to port <=1000.
Other systemd config files already have it except this one.
6 years ago
edsgerlin
a87b490a94
Add `gcc` back to travis.
6 years ago
Max Lv
ed7c1e64af
Fix a compilation issue for GCC < 5.0
6 years ago
Max Lv
a7877c5f61
Merge pull request #2176 from edsgerlin/sodium-gcm
Use libsodium for `aes-256-gcm` when available.
6 years ago
Max Lv
eb37201470
Merge pull request #2175 from edsgerlin/docker
Docker: Support for IPv6 host, set default encryption method to GCM.
6 years ago
Boyuan Yang
8a4b9d04e9
debian: Remove debian/*.symbols file ( #2177 )
Symbols file are meant to be used by distribution maintainers and
it is rather useless for upstream repository.
6 years ago
edsgerlin
761e66a969
Implement AES256-GCM with precomputation.
6 years ago
edsgerlin
79592a8b16
Use libsodium for `aes-256-gcm` when available.
6 years ago
edsgerlin
09762eda3f
Docker: Support for IPv6 host, set default encryption method to GCM.
6 years ago
Max Lv
57e74eaa34
Fix a bug in bypassing
6 years ago
Max Lv
46ff0a8045
Refine #2162
6 years ago
Max Lv
dd5e954ab4
Clean up
6 years ago
Max Lv
1dcfe68c8c
Fix #2162
6 years ago
Max Lv
cd98427ebd
Add missing fast open headers
6 years ago
Jared Hillier
b7f3e2226c
TCP Fast Open support for ss-tunnel ( #2150 )
* ...
* ...
* ...
* Update README.md
* Update README.md
* TCP Fast Open support
* TCP Fast Open support
* TCP Fast Open CONNECT_IN_PROGRESS
* TCP Fast Open support
* TCP Fast Open support
* TCP Fast Open support
* TCP Fast Open support
* TCP Fast Open support via conf
* Cross-platform support for TCP Fast Open
* Cross-platform support for TCP Fast Open
* Enable SO_KEEPALIVE client side
* TCP Fast Open is not supported on this platform
* TCP Fast Open support
* Update tunnel.c
* It's from my forked repo, so please ignore any changes in README.md
* Fix trailing whitespace
* Fix #1376
6 years ago