Max Lv
da595d8ca4
fix for gcc
11 years ago
Max Lv
8a8ff6b081
add jni functions
11 years ago
Max Lv
7205456a62
acl works now
11 years ago
Max Lv
96916815f9
ipset works now
11 years ago
Max Lv
37d1489e82
add support for direct connecting
11 years ago
Max Lv
1318c174a6
refine local proxy
11 years ago
Max Lv
27cd819d06
refine local proxy for acl support
11 years ago
Max Lv
1b4c60b013
add acl module
11 years ago
Max Lv
8be020efd5
add libipset
11 years ago
clowwindy
5d0696f655
use runtime checking instead of compile-time checking for TCP_FASTOPEN
11 years ago
Max Lv
1f5f08bf1e
fix the building issue
11 years ago
Max Lv
75add87313
handle EINPROGRESS
11 years ago
Max Lv
dbdb4e03a0
add TCP_FASTOPEN macros
11 years ago
clowwindy
02520b7e1f
fix fast_open option
11 years ago
clowwindy
bf5d8a7740
fix fast_open option on server
11 years ago
clowwindy
2608d25f2d
makes compiler happier
11 years ago
clowwindy
8cb28f1b7f
makes compiler happy
11 years ago
clowwindy
e83c0b5698
add fast open option in server
11 years ago
clowwindy
c168ee9a1d
add fast open support in client
11 years ago
clowwindy
9da787a5ef
adds fast open support in server
11 years ago
Max Lv
666e46bb1d
fix #68
11 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
9a1a1ae776
update makefile
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
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
ftao
b21e13f748
fix ss_decrypt_all failed ,cause server crash
11 years ago
Max Lv
39a52da457
use size_t instead
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
c9a0f9b3eb
Revert "update scripts"
This reverts commit d14da247dc
.
11 years ago
Max Lv
d14da247dc
update scripts
11 years ago
Max Lv
a9e7dad7c8
fix #54
11 years ago
Max Lv
087e67a732
refine the log output
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
Linus Yang
5e5c853807
darwin: initial support for CommonCrypto API
11 years ago
Max Lv
5709df6e83
add run_as option
11 years ago
Max Lv
f402119f6d
refine get_addr_str
11 years ago
Max Lv
b2df5a4c26
fix redir
11 years ago
Max Lv
2b92b57bed
fix the ambiguous type defination
11 years ago
Max Lv
78c79de7dc
update usage
11 years ago