Max Lv
438e1e4ec7
update openwrt makefile
11 years ago
Max Lv
343940e6ff
bump version
11 years ago
Max Lv
7658d1e585
fix socks5 response header
11 years ago
Max Lv
0cbbf385f4
fix the buff offset
11 years ago
Max Lv
13974ff2bf
fix another incorrect socket fd
11 years ago
Max Lv
a58cb6404b
fix the incorrect udp buf_len
11 years ago
Max Lv
44a6940d7d
fix a typo
11 years ago
Max Lv
ed1780edac
dump with strlen
11 years ago
Max Lv
ea4a69b1d7
fix a udprelay bug
11 years ago
Max Lv
bb8378e9f8
Merge pull request #29 from dorentus/patch-syslog
Add a command line option to allow logging to syslog (*NIX platforms only)
11 years ago
Zhang Yi
c6b3b99fe0
Log to syslog when running in daemon mode.
11 years ago
Zhang Yi
16516b3767
typo fix: avaliable -> available
11 years ago
Max Lv
2ec59fc7c2
Update the Debian/Ubuntu installation section
11 years ago
Max Lv
acc67e2cee
Merge pull request #28 from xiaoding/patch-1
Update FreeBSD section of README.md
11 years ago
xiaoding
eade996265
Update FreeBSD section of README.md
I have updated the freebsd port to include a default config.json file, which will be installed into /usr/local/etc/shadowsocks-libev by default.
To enable shadowsocks-libev on freebsd, it's as simple as adding the shadowsocks_libev_enable variable to /etc/rc.conf
11 years ago
Max Lv
63dd187100
Merge pull request #27 from guizai/master
Add local bind address config
11 years ago
Guizai
5d9c93a6d4
Add local bind address config
specific local address to bind in `config.json`:
`"local": "127.0.0.1"`
11 years ago
Max Lv
58b4157b3e
bump version
11 years ago
Max Lv
ad9d5b198b
Update LICENSE
11 years ago
Max Lv
bd32f9ab75
Merge pull request #24 from linusyang/polarssl
Add some notes about PolarSSL in README.md
11 years ago
Linus Yang
b893f279a9
Add some notes about PolarSSL in README.md
11 years ago
Max Lv
33260178f4
Update README.md
11 years ago
Max Lv
ad19aad076
Merge pull request #23 from madeye/multi-port-config
Multi port config
11 years ago
Max Lv
41ca47ecd2
update readme
11 years ago
Max Lv
7e13f31d7d
Merge branch 'multi-port-config' of https://github.com/madeye/shadowsocks-libev into multi-port-config
11 years ago
Max Lv
99ebddcd95
bump version
11 years ago
Max Lv
26c57d61ef
fix build error
11 years ago
Max Lv
4606acd773
add multi-config support
11 years ago
Max Lv
61cb96db3d
Add @linusyang as a major maintainer
11 years ago
Max Lv
8ee40a0deb
Merge pull request #22 from linusyang/polarssl
[Crypto] Add Initial PolarSSL Support
11 years ago
Linus Yang
fcd88407e5
Add OpenWrt PolarSSL build script
11 years ago
Linus Yang
71c30b31f3
Fix MinGW PolarSSL build and update readme
11 years ago
Linus Yang
c790c269dc
Autoconf support for PolarSSL
11 years ago
Linus Yang
aa20fd708e
Add initial support for PolarSSL crypto library
11 years ago
Max Lv
183f021628
fix build error
11 years ago
Max Lv
6a0f853d15
add multi-config support
11 years ago
Max Lv
3088607beb
update README, fix #19
11 years ago
Max Lv
e0313934b5
update README
11 years ago
Max Lv
4af2a7f6fe
update README
11 years ago
Max Lv
f2d1e267c6
update README
11 years ago
Max Lv
9dd1ea08b8
update openwrt
11 years ago
Max Lv
eb9d31869e
Merge branch 'master' of github.com:madeye/shadowsocks-libev
11 years ago
Max Lv
0f718da78d
remove clock
11 years ago
Max Lv
85fcbed91d
fix a typo
11 years ago
Max Lv
37100a3aa5
Merge pull request #17 from patrickli/run-as
Ability to change the user and group to run the server as
11 years ago
Patrick Li
4d7ae473c3
Ability to change the user and group to run the server as
11 years ago
Max Lv
d4f0b85b7f
Merge pull request #16 from linusyang/udpmerge
Add support for native win32 platform
11 years ago
Linus Yang
119553febc
Fix cross-compiling issue by removing AC_FUNC_MALLOC
11 years ago
Linus Yang
21b9258d77
Add initial support for native win32 platform
Should be built against MinGW, and please note that
only ss-local is ported due to lack win32 support of
libasyncns. And libev doesn't support IOCP but only
supports select
11 years ago
Max Lv
df1b991d11
Update utils.c
11 years ago