Linus Yang
|
4ee1d18ce9
|
MinGW: support color text in console
|
6 years ago |
Max Lv
|
a6de9516e3
|
Merge pull request #1995 from linusyang92/mingw-fix
MinGW: fix socket closing in wrong place
|
6 years ago |
Linus Yang
|
1f9dd2fbf4
|
MinGW: fix socket closing in wrong place
|
6 years ago |
Max Lv
|
f399189e13
|
Merge pull request #1985 from kimw/plugin-improve
Update plugin.c
|
6 years ago |
Kim
|
d61b8f0c33
|
Update plugin.c
Launch plugin with NULL params gives plugin to run in both plugin mode & cli mode.
See https://github.com/cbeuw/GoQuiet/issues/15
|
6 years ago |
Max Lv
|
a977a6c273
|
Merge pull request #1979 from linusyang92/mingw-plugin
Update libcork and Docker script for MinGW
|
6 years ago |
Linus Yang
|
f91f03e2e9
|
MinGW: update libcork and Docker script
|
6 years ago |
Max Lv
|
787b248d25
|
Merge pull request #1978 from linusyang92/mingw-plugin
Support Plugins on Windows/MinGW
|
6 years ago |
Linus Yang
|
cb369919a7
|
Compile plugin in Docker for MinGW
|
6 years ago |
Linus Yang
|
14fb82b966
|
Enable plugins on MinGW
|
6 years ago |
Max Lv
|
a377c5114a
|
Fix #1974
|
6 years ago |
Max Lv
|
3018691101
|
Merge pull request #1975 from linusyang92/mingw-tfo
Documentation about TFO on Windows
|
6 years ago |
Linus Yang
|
5975c65d4f
|
Notes about TFO on Windows
|
6 years ago |
Max Lv
|
bc0eaacc33
|
Merge pull request #1965 from linusyang92/mingw-tfo
Support TCP fast open on Windows
|
6 years ago |
Linus Yang
|
3f00e533bf
|
Minor format fix
|
6 years ago |
Linus Yang
|
ca51c60ee7
|
Only define TCP_FASTOPEN if not exists
|
6 years ago |
Linus Yang
|
0a11c87aa5
|
Do not override error code of setsockopt
|
6 years ago |
Linus Yang
|
b4c5021c65
|
Missing macro for MinGW
|
6 years ago |
Max Lv
|
e305b0715f
|
Merge pull request #1969 from linusyang92/mingw-doc
Simplify Docker build on Windows
|
6 years ago |
Linus Yang
|
735aeb41b8
|
Simplify Docker build on Windows
|
6 years ago |
Linus Yang
|
87b7dd85a9
|
Correct header inclusion
|
6 years ago |
Max Lv
|
a093c5f66f
|
Merge pull request #1968 from linusyang92/mingw-doc
Add instruction of building MinGW port in Readme
|
6 years ago |
Linus Yang
|
a3f3010bff
|
Add MinGW section in readme
|
6 years ago |
Linus Yang
|
f4c612f832
|
Support TCP fast open on Windows
|
6 years ago |
Max Lv
|
8adfc5cf24
|
Merge pull request #1963 from linusyang92/mingw-docker
Fix MinGW build using Docker
|
6 years ago |
Linus Yang
|
2603dcbb4e
|
Fix MinGW build using Docker
|
6 years ago |
Max Lv
|
864c2f1582
|
Merge pull request #1962 from linusyang92/master
Re-add MinGW compilation support
|
6 years ago |
Linus Yang
|
fd55773972
|
Use docker to build MinGW port
|
6 years ago |
Linus Yang
|
2ed8791dab
|
Re-add support for MinGW
|
6 years ago |
Max Lv
|
fc91bac349
|
Merge pull request #1959 from pexcn/mtu-debug
udprelay: display mtu at least size
|
6 years ago |
Max Witten
|
e7ad7fc73e
|
udprelay: display mtu at least size
|
6 years ago |
Max Lv
|
26e06a7a1d
|
Fix #1948
|
6 years ago |
Max Lv
|
ea975cac47
|
Merge pull request #1947 from wongsyrone/patch-1
mbedtls: simplify new MD5 API
|
6 years ago |
Syrone Wong
|
abba447f13
|
mbedtls: simplify new MD5 API
|
6 years ago |
Max Lv
|
6e1e005221
|
Fix #1908
|
6 years ago |
Max Lv
|
af1c78e36c
|
Merge pull request #1946 from chenhw2/patch-1
Fix https://github.com/shadowsocks/shadowsocks-libev/issues/1945
|
6 years ago |
hwchan
|
fb22adcb92
|
Fix https://github.com/shadowsocks/shadowsocks-libev/issues/1945
Refer: 4af9a1b62b
|
6 years ago |
Max Lv
|
de504c9aa9
|
Merge pull request #1940 from DDoSolitary/patch-update-libcork
Update libcork for shadowsocks/libcork#2.
|
6 years ago |
DDoSolitary
|
91c469610a
|
Update libcork for shadowsocks/libcork#2.
|
6 years ago |
Max Lv
|
6ea4455b84
|
Merge pull request #1930 from leesah/master
Document improvments
|
6 years ago |
Sah
|
9778ce2e19
|
Documentation improvements
* Remove prompt 'root@Wrt:~#' from code example for better consistency
* Fix line indentation of usage
* Remove unnecessary note about ss-redir
|
6 years ago |
Sah
|
6e489fe360
|
Add information on Docker image to /README.md
|
6 years ago |
Max Lv
|
60858a6ab7
|
Merge pull request #1929 from DDoSolitary/patch-1
Invoke plugins direct instead of using "sh".
|
6 years ago |
DDoSolitary
|
7b643dce7e
|
Invoke plugins direct instead of using "sh".
See #1928 for details.
|
6 years ago |
Max Lv
|
f8b18cc793
|
Refine the bind_to_address
|
6 years ago |
Max Lv
|
8acbe68e66
|
Fix #1915
|
6 years ago |
Max Lv
|
70daa77c90
|
Merge pull request #1922 from ksqsf/master
Search XDG_CONFIG_HOME for user-specific config
|
6 years ago |
Max Lv
|
b27ab1a706
|
Merge pull request #1920 from leesah/master
Follow-ups of the migration to Docker Cloud
|
6 years ago |
ksqsf
|
eb501b70c7
|
Oops.. Remove useless code.
|
6 years ago |
ksqsf
|
2a3d3bc13c
|
Remove pointless optimization in get_default_conf()
|
6 years ago |