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
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
Max Lv
69f8bd61c0
fix the udp connection cache
11 years ago
Max Lv
11da9b233a
fix the buffer corruption
11 years ago
Max Lv
7063d1fa6f
update json-parser
11 years ago
Max Lv
b0b2a30bb8
fix the udp tunnel
11 years ago
Max Lv
3ed440f6ae
fix a memory corruption
11 years ago
Max Lv
84e04eefaa
WiP: finish the udp part
11 years ago
Max Lv
6107427bf0
WiP: handle both ipv4 and ipv6
11 years ago
Max Lv
2153e3fd04
WiP: add tunnel mode
11 years ago
Max Lv
a407a064d0
fix the udp tunnel
11 years ago
Max Lv
3a8bf98ebc
fix a memory corruption
11 years ago
Max Lv
30cbb8e8c1
fix #44
11 years ago
Max Lv
e9a7c0166b
fix #44
11 years ago
Max Lv
c895f9f7c6
WiP: finish the udp part
11 years ago
Max Lv
39c1282882
WiP: handle both ipv4 and ipv6
11 years ago
Max Lv
29bdc17cec
WiP: add tunnel mode
11 years ago
Linus Yang
061430a8ae
win32: suppress compilation errors
11 years ago
Max Lv
c8a05c87c6
fix a warning while initializing a struct
11 years ago
Max Lv
cd4a420dfa
define _GNU_SOURCE
11 years ago
Max Lv
a1ed46a567
use gnu99
11 years ago
Max Lv
71a29de344
update makefile
11 years ago
Max Lv
358117ace5
update makefile
11 years ago
David
c60cb45430
Cannot read config file properly.
11 years ago
Max Lv
b0bcda7a3e
fix compile issues in cygwin
11 years ago
Max Lv
6663ebb70a
fix some warnings
11 years ago
Max Lv
2c78ccfbf8
fix a timeout issue
11 years ago
Max Lv
e2f34732c2
force to Werror
11 years ago
Max Lv
2eac55562b
clean up, remove multiple warnings
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