Max Lv
666e46bb1d
fix #68
10 years ago
Max Lv
a3172adafd
resolve dest addr remotely in ss-tunnel
11 years ago
Max Lv
b26a1d2f93
fix travis
11 years ago
Max Lv
931bb1efac
Merge pull request #67 from madeye/asyncns
Enhance asyncns to reduce the latency
11 years ago
Max Lv
da81048779
update readme
11 years ago
Max Lv
9a1a1ae776
update makefile
11 years ago
Max Lv
1ddd04b36b
Bump version
11 years ago
Max Lv
9a9299c0ae
Merge branch 'asyncns' of github.com:madeye/shadowsocks-libev into asyncns
11 years ago
Max Lv
018c5f8cc7
fix udprelay
11 years ago
Max Lv
c3a1f1188b
fix the segfault
11 years ago
Max Lv
aa2a514648
update asyncns
11 years ago
Max Lv
1c02395341
Merge pull request #66 from clowwindy/master
Fix compatibility issues
11 years ago
Max Lv
63596934fe
fix udprelay
11 years ago
clowwindy
81159f9871
make compiler stop complaining
11 years ago
Max Lv
c09b38eba2
fix the segfault
11 years ago
clowwindy
086c9de780
fix compatibility issue
11 years ago
Max Lv
93a7b5ccfa
update asyncns
11 years ago
Max Lv
3511f23d0c
tune resolve timer
11 years ago
Max Lv
fa2acecd62
clean up
11 years ago
Max Lv
08da066a64
Merge pull request #63 from ftao/debug
fix problem when ss_decrypt_all return NULL , server crash
11 years ago
ftao
b21e13f748
fix ss_decrypt_all failed ,cause server crash
11 years ago
Max Lv
39a52da457
use size_t instead
11 years ago
Max Lv
de5408a00c
Merge pull request #59 from librehat/master
Fix mingw64 compiling errors
11 years ago
William Wong
1948330bc2
Fix a compile error with mingw64
Fix an error below.
json.c:135:42: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
(state, values_size + ((unsigned long) value->u.object.values), 0)) )
^
11 years ago
William Wong
aaccd9f5db
Fix compile errors with mingw64
Fix two errors:
win32.c:36:9: error: format '%s' expects argument of type 'char *', but argument 5 has type 'void **' [-Werror=format=]
LOGE("%s: %s", s, msg);
^
and
win32.c:47:9: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Werror=format=]
LOGE("ioctlsocket failed with error: %ld\n", iResult);
^
11 years ago
Max Lv
94bd9dfa0a
fix an issue
11 years ago
Max Lv
2128fc9bab
update OpenWRT's makefile
11 years ago
Max Lv
c9c4873347
fix setuid issue
11 years ago
Max Lv
c9a0f9b3eb
Revert "update scripts"
This reverts commit d14da247dc
.
11 years ago
Max Lv
d14da247dc
update scripts
11 years ago
Max Lv
2ad32adcb6
bump OpenWRT's version
11 years ago
Max Lv
f403bc7f06
bump version
11 years ago
Max Lv
bcad7d5193
Merge pull request #57 from KennethLaw/master
Duplicate text
11 years ago
luojianhui
fa1ce72469
Duplicate text
11 years ago
Max Lv
f7765385f5
update shadowsocks init
11 years ago
Max Lv
465e487e30
Merge pull request #56 from Hexcles/master
Better support for daemon command line arguments (for Debian).
11 years ago
Hexcles Ma
2943e176d1
Better support for daemon command line arguments.
Put DAEMON_ARGS into init script and add it to service default
configuration.
11 years ago
Max Lv
a9e7dad7c8
fix #54
11 years ago
Max Lv
528b4dab8a
fix #20
11 years ago
Max Lv
087e67a732
refine the log output
11 years ago
Max Lv
0012b27365
Merge pull request #52 from linusyang/applecc
Serious bug fix for Apple CC branch
11 years ago
Linus Yang
5fd6cd22f7
darwin: applecc: fix compile warnings
11 years ago
Linus Yang
8f88399ffc
darwin: applecc: fix iv not randomized issue
11 years ago
Max Lv
e0d8a15971
Merge pull request #51 from linusyang/applecc
Support for Apple's CommonCrypto API
11 years ago
Linus Yang
5e5c853807
darwin: initial support for CommonCrypto API
11 years ago
Max Lv
40ea3f690b
Merge pull request #50 from nanpuyue/patch-1
refine openwrt build / init scripts
11 years ago
南浦月
0ce9c15186
Update shadowsocks.init
1.使用OpenWrt提供的service_start及service_stop函数控制服务开关
2.由service_start函数生成pid文件
3.改配置文件目录为/etc/shadowsocks.json
11 years ago
南浦月
82d6d2f772
Update Makefile
1./etc/config下的配置文件都是uci的配置文件,所以建议将shadowsocks.json置于/etc/shadowsocks.json
2.PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION),为两个版本设置不同的编译目录,否则当同时编译两个版本时出错
3.优化安装脚本
11 years ago
Max Lv
5709df6e83
add run_as option
11 years ago
Max Lv
f402119f6d
refine get_addr_str
11 years ago