Max Lv
d10b2ac12a
update openwrt
10 years ago
Max Lv
71743157a7
update changelog
10 years ago
Max Lv
affac72f86
Merge pull request #70 from clowwindy/master
Fix fast_open option
10 years ago
clowwindy
02520b7e1f
fix fast_open option
10 years ago
clowwindy
bf5d8a7740
fix fast_open option on server
10 years ago
Max Lv
86b38bf333
Update README.md
10 years ago
Max Lv
554c981056
Merge pull request #69 from clowwindy/master
Add TCP Fast Open support
10 years ago
clowwindy
2608d25f2d
makes compiler happier
10 years ago
clowwindy
8cb28f1b7f
makes compiler happy
10 years ago
clowwindy
e83c0b5698
add fast open option in server
10 years ago
clowwindy
c168ee9a1d
add fast open support in client
10 years ago
clowwindy
9da787a5ef
adds fast open support in server
10 years ago
Max Lv
666e46bb1d
fix #68
10 years ago
Max Lv
a3172adafd
resolve dest addr remotely in ss-tunnel
10 years ago
Max Lv
b26a1d2f93
fix travis
10 years ago
Max Lv
931bb1efac
Merge pull request #67 from madeye/asyncns
Enhance asyncns to reduce the latency
10 years ago
Max Lv
da81048779
update readme
10 years ago
Max Lv
9a1a1ae776
update makefile
10 years ago
Max Lv
1ddd04b36b
Bump version
10 years ago
Max Lv
9a9299c0ae
Merge branch 'asyncns' of github.com:madeye/shadowsocks-libev into asyncns
10 years ago
Max Lv
018c5f8cc7
fix udprelay
10 years ago
Max Lv
c3a1f1188b
fix the segfault
10 years ago
Max Lv
aa2a514648
update asyncns
10 years ago
Max Lv
1c02395341
Merge pull request #66 from clowwindy/master
Fix compatibility issues
10 years ago
Max Lv
63596934fe
fix udprelay
10 years ago
clowwindy
81159f9871
make compiler stop complaining
10 years ago
Max Lv
c09b38eba2
fix the segfault
10 years ago
clowwindy
086c9de780
fix compatibility issue
10 years ago
Max Lv
93a7b5ccfa
update asyncns
10 years ago
Max Lv
3511f23d0c
tune resolve timer
10 years ago
Max Lv
fa2acecd62
clean up
10 years ago
Max Lv
08da066a64
Merge pull request #63 from ftao/debug
fix problem when ss_decrypt_all return NULL , server crash
10 years ago
ftao
b21e13f748
fix ss_decrypt_all failed ,cause server crash
10 years ago
Max Lv
39a52da457
use size_t instead
10 years ago
Max Lv
de5408a00c
Merge pull request #59 from librehat/master
Fix mingw64 compiling errors
10 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)) )
^
10 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);
^
10 years ago
Max Lv
94bd9dfa0a
fix an issue
10 years ago
Max Lv
2128fc9bab
update OpenWRT's makefile
10 years ago
Max Lv
c9c4873347
fix setuid issue
10 years ago
Max Lv
c9a0f9b3eb
Revert "update scripts"
This reverts commit d14da247dc
.
10 years ago
Max Lv
d14da247dc
update scripts
10 years ago
Max Lv
2ad32adcb6
bump OpenWRT's version
10 years ago
Max Lv
f403bc7f06
bump version
10 years ago
Max Lv
bcad7d5193
Merge pull request #57 from KennethLaw/master
Duplicate text
10 years ago
luojianhui
fa1ce72469
Duplicate text
10 years ago
Max Lv
f7765385f5
update shadowsocks init
10 years ago
Max Lv
465e487e30
Merge pull request #56 from Hexcles/master
Better support for daemon command line arguments (for Debian).
10 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.
10 years ago
Max Lv
a9e7dad7c8
fix #54
10 years ago