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
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
Max Lv
57ab828ba1
Fix a potential null pointer acceess issue. #1854
It's possible that c-ares calls the callback function immediately in ares_gethostbyname, which may free the server
structure in that callback function.
6 years ago
Max Lv
a18b2e5eb0
Refine ACL rules
6 years ago
Max Lv
5072be7a02
Disable SNI on Android
6 years ago
Max Lv
65e9d2355d
Avoid reconstructing all the connections
6 years ago
Max Lv
b26cbc2755
Refine #1852
7 years ago
Max Lv
3ed6019e1f
Fix #1843
7 years ago
Max Lv
83e637cc57
Disable port reusing in manager mode
7 years ago
Max Lv
fe83966738
Merge pull request #1839 from rogers0/PR/fix_test
tests: Change the port to listen from 8388 to 8389
7 years ago
Roger Shimizu
1637ff6127
tests: Change the port to listen from 8388 to 8389
8388 is already taken by default config, so for test suites it's
better to choose a different port.
7 years ago
Max Lv
cf71e989d2
Remove redudant items
7 years ago
Max Lv
5c6ead7113
Update GFWList
7 years ago
Max Lv
ee60377b08
Merge pull request #1833 from uProxy/libonly-v3.1.1
LIB_ONLY improvements
7 years ago
alberto lalama
70ea7c2e27
Library interface to start ss local with a callback
7 years ago
alberto lalama
d237a05739
Fix off-by-one bug in free_udprelay
7 years ago
Max Lv
06a79884d9
Refine ACL rules
7 years ago
Max Lv
501c366616
Add pixiv.net
7 years ago
Max Lv
1c6ed129be
Merge pull request #1816 from playniuniu/master
Remove libtool to fix alpine 3.7 docker bug
7 years ago