Max Lv
5cdd133fc7
add acl to server
10 years ago
Max Lv
6bb29ab5b1
refine #254
10 years ago
Max Lv
2b0acde7ec
update init scripts for OpenWrt
10 years ago
Max Lv
e93240cd88
Merge pull request #253 from leesah/master
Dockerization
10 years ago
Sah
5e3842b31c
Dockerization
- based on ubuntu image
- builds shadowsocks-libev from latest code
- more information can be found in README.md
10 years ago
Max Lv
876893170e
bump version
10 years ago
Max Lv
116db6c078
bind to 127.0.0.1 by default
10 years ago
Max Lv
601055e954
fix #250
10 years ago
Max Lv
13de972e04
Merge pull request #248 from draplater/patch-2
update debian init script
10 years ago
draplater
a9613596c9
update debian init script
run as root firstly, then switch to $USER by "-a" parameter, so that we can bind to port lower than 1024 when running as normal user.
10 years ago
Max Lv
fb856bd43c
Merge pull request #246 from typcn/patch-1
Update shadowsocks.h
10 years ago
Niu Tengyu
1590bf67d8
Update shadowsocks.h
10 years ago
Max Lv
02050e49e7
Merge branch 'master' of github.com:shadowsocks/shadowsocks-libev
Conflicts:
src/udprelay.c
10 years ago
Max Lv
b672c4ce7f
Fix an issue on Android
http://androidxref.com/5.0.0_r2/xref/bionic/libc/include/netdb.h#164
http://androidxref.com/5.0.0_r2/xref/bionic/libc/dns/net/getaddrinfo.c#627
10 years ago
Max Lv
f3f6ece4fc
clean up
10 years ago
Max Lv
2cc1824fc1
Update README.md
10 years ago
Max Lv
e131e64f27
fix #241
10 years ago
Max Lv
e5983a364c
fix #240
10 years ago
Max Lv
5c7e9951b2
Merge pull request #237 from KrazyIvan-/patch-2
Dual mode IPv4/IPv6 stack support
10 years ago
Max Lv
e6e75ed6fb
refine output
10 years ago
KrazyIvan
013d3381c3
Dual mode IPv4/IPv6 stack support
10 years ago
Max Lv
86b78dedd7
fix potential overflow
10 years ago
Max Lv
786360546a
update README.md
10 years ago
Max Lv
e4b62b435c
fix #228
10 years ago
Max Lv
726a1b7dd7
clean up
10 years ago
Max Lv
37f9b9e75f
Merge pull request #234 from KrazyIvan-/patch-1
Dual mode IPv4/IPv6 stack support
10 years ago
KrazyIvan
70f17645de
Dual mode IPv4/IPv6 stack support
Listen on all IP address (ipv4 and ipv6 dual mode) in single bind by default if not specify '-s'
Create an IPv6 server socket that can also accept IPv4 connections. To do so, create a regular IPv6 socket, turn off the socket option IPV6_V6ONLY, bind it to the "any" address, and start receiving. IPv4 addresses will be presented as IPv6 addresses, in the IPv4-mapped format.
10 years ago
Max Lv
77d3ecabdd
bump version
10 years ago
Max Lv
a0d1299961
fix #232
10 years ago
Max Lv
360f6cc29d
Merge pull request #231 from KrazyIvan-/patch-1
Update server.c
10 years ago
KrazyIvan-
28b3793b23
Update server.c
Fix multi addr bind:
example ./ss-server -s 0 -s ::
2015-01-21 07:28:09 ERROR: bind: Address already in use
2015-01-21 07:28:09 ERROR: Could not bind
2015-01-21 07:28:09 ERROR: bind() error
10 years ago
Max Lv
5e43ae1d42
bump version
10 years ago
Max Lv
7ee996991f
fix a bug in ss-tunnel
10 years ago
Max Lv
6fa0b35a7a
fix the changelog
10 years ago
Max Lv
bfb75054ec
bump version
10 years ago
Max Lv
ba889d277d
fix #227
10 years ago
Max Lv
a8a5085ed2
refine log
10 years ago
Max Lv
8be933153a
fix #225
10 years ago
Max Lv
31cd91a18e
Merge pull request #224 from eataix/enable-freebsd-kqueue
Enable kqueue(2) on FreeBSD
10 years ago
Meitian Huang
74ffdbf3e4
Enable kqueue(2) on FreeBSD
10 years ago
Max Lv
76f3a7f358
fix #221
10 years ago
Max Lv
6f81b0a4e3
bump version
10 years ago
Max Lv
02111b64c2
fix #219
10 years ago
Max Lv
59f0699ce1
fix #218
10 years ago
Max Lv
3b07420550
refine tcp_nodelay
10 years ago
Max Lv
1dd6c726be
bump version
10 years ago
Max Lv
411e686106
fix http://www.v2ex.com/t/161515
10 years ago
Max Lv
ad690cc67e
fix for C89
10 years ago
Max Lv
1ca35a8442
Merge pull request #215 from shadowsocks/v2.0.5
Avoid getaddrinfo() in the main loop
10 years ago
Max Lv
108cac35f8
update README
10 years ago