Max Lv
6e1e005221
Fix #1908
6 years ago
Max Lv
af1c78e36c
Merge pull request #1946 from chenhw2/patch-1
Fix https://github.com/shadowsocks/shadowsocks-libev/issues/1945
6 years ago
hwchan
fb22adcb92
Fix https://github.com/shadowsocks/shadowsocks-libev/issues/1945
Refer: 4af9a1b62b
6 years ago
Max Lv
de504c9aa9
Merge pull request #1940 from DDoSolitary/patch-update-libcork
Update libcork for shadowsocks/libcork#2 .
6 years ago
DDoSolitary
91c469610a
Update libcork for shadowsocks/libcork#2 .
6 years ago
Max Lv
6ea4455b84
Merge pull request #1930 from leesah/master
Document improvments
6 years ago
Sah
9778ce2e19
Documentation improvements
* Remove prompt 'root@Wrt:~#' from code example for better consistency
* Fix line indentation of usage
* Remove unnecessary note about ss-redir
6 years ago
Sah
6e489fe360
Add information on Docker image to /README.md
6 years ago
Max Lv
60858a6ab7
Merge pull request #1929 from DDoSolitary/patch-1
Invoke plugins direct instead of using "sh".
6 years ago
DDoSolitary
7b643dce7e
Invoke plugins direct instead of using "sh".
See #1928 for details.
6 years ago
Max Lv
f8b18cc793
Refine the bind_to_address
6 years ago
Max Lv
8acbe68e66
Fix #1915
6 years ago
Max Lv
70daa77c90
Merge pull request #1922 from ksqsf/master
Search XDG_CONFIG_HOME for user-specific config
6 years ago
Max Lv
b27ab1a706
Merge pull request #1920 from leesah/master
Follow-ups of the migration to Docker Cloud
6 years ago
ksqsf
eb501b70c7
Oops.. Remove useless code.
6 years ago
ksqsf
2a3d3bc13c
Remove pointless optimization in get_default_conf()
6 years ago
ksqsf
3c3c50b4f8
Search XDG_CONFIG_HOME for user-specific config
6 years ago
Sah
2a250d2e0a
Update documents regarding dockerization
* Update README.md in docker/alpine
- Replace contents with the usage of the image auto-built by Docker Cloud
- Add descriptions on the customizable environment variables
* Update Dockerfile maintainer list
Refer to #1914
6 years ago
Sah
a9a7d434ca
Optimize Dockerfile
* Install rng-tools as runtime dependency
* Remove unnecessary 'git submodule update', as Docker Cloud runs 'git submodule update' after cloning the repository
* Replace variable SERVER_PORT with fixed port 8388, as it can't be customized with -e anyway
6 years ago
Max Lv
23a258147d
Merge pull request #1916 from leesah/master
Update Dockerfile to utilize Docker Cloud auto build
6 years ago
Sah
ea571c3f41
Update Dockerfile to utilize Docker Cloud auto build
* Use the repository as context, instead of released .tar.gz
* Remove version information from Dockerfile, and let Docker Cloud handle it
* Add .dockerignore
Next steps:
1. Connect repository in Docker Cloud
2. Setup automated builds:
- A push on `master` branch triggers build for `unstable` tag
- A tag matching /^v[0-9]+(\.[0-9]+){2}$/ triggers build for a same-named tag
Refer to #1914
6 years ago
Max Lv
b4d5490f0a
Merge pull request #1913 from leesah/master
Deprecate ubuntu-based docker image
6 years ago
Sah (esaalii)
430839fbf0
Deprecate ubuntu-based docker image
6 years ago
Max Lv
5fa98a6693
Fix #1911
6 years ago
Max Lv
1a21989566
Remove the return value in traffic IPC
6 years ago
Max Lv
b361f75f31
Remove unused return value
6 years ago
Max Lv
5b06f83f13
Merge pull request #1899 from asmca/patch-1
update shadowsocks-libev.service
6 years ago
asmca
b370bc06f0
update shadowsocks-libev.service
ss-server waits for local ip ready, add network-online.target here.
my env.
CentOS Linux release 7.2.1511 (Core)
6 years ago
Max Lv
5782a2b5f1
Merge pull request #1893 from bazingaterry/master
fix an issue and support tcp no-delay in manager mode
6 years ago
Terry Chan
b6faadf857
Support TCP_NODELAY in manager mode
6 years ago
Terry Chan
ed508ac142
Fix no parse --fast-open in manager mode
6 years ago
Max Lv
85a64ae836
Bump version
6 years ago
Max Lv
6040be9d0a
Merge pull request #1888 from rogers0/PR/fix_cmake
Make cmake to build under Debian
6 years ago
Max Lv
29ff5d3f89
Avoid overwriting dst_addr
6 years ago
Max Lv
b95495e71d
Remove the log of sockaddr_cmp
6 years ago
Max Lv
569b27a73f
Clean up
6 years ago
Max Lv
9ca33a64c7
Refine the UDP response header
6 years ago
Max Lv
c11e70aa8a
Reconstruct src addr for P2P usage
6 years ago
Max Lv
2bf7ecc787
Log the mismatched header as an error
6 years ago
Max Lv
68abd2a274
Fix a header mismatch issue in udp relay
6 years ago
Max Lv
56498cb548
Refine log output
6 years ago
Max Lv
1d94442546
Refine udp header checking
6 years ago
Max Lv
87e4bece84
Enlarge the timeout of protecting socket
6 years ago
Max Lv
512891c66f
Refine SNI parser in ss-local
6 years ago
Max Lv
539bf6e66d
Avoid reconstructing requests with SNI/HTTP parser
6 years ago
Roger Shimizu
d41508292f
Make cmake to build under Debian
Add a new option, WITH_EMBEDDED_SRC, which default is ON and same as
current setting.
When set to OFF, it can use system's libcork, libcorkipset, and libbloom.
It can be built in debian by:
$ cmake -DUSE_SYSTEM_SHARED_LIB=1 -DWITH_STATIC=OFF -DWITH_EMBEDDED_SRC=OFF
$ make
6 years ago
Max Lv
afce1b3f42
Refine #1872
6 years ago
Max Lv
cba94db423
Bump version
6 years ago
Max Lv
be795e1985
Refine query interface
6 years ago
Max Lv
10ce3ed5d3
Refine query handling
6 years ago