KrazyIvan-
28b3793b23
Update server.c
Fix multi addr bind:
example ./ss-server -s 0 -s ::
2015-01-21 07:28:09 ERROR: bind: Address already in use
2015-01-21 07:28:09 ERROR: Could not bind
2015-01-21 07:28:09 ERROR: bind() error
10 years ago
Max Lv
7ee996991f
fix a bug in ss-tunnel
10 years ago
Max Lv
ba889d277d
fix #227
10 years ago
Max Lv
a8a5085ed2
refine log
10 years ago
Max Lv
02111b64c2
fix #219
10 years ago
Max Lv
59f0699ce1
fix #218
10 years ago
Max Lv
3b07420550
refine tcp_nodelay
10 years ago
Max Lv
411e686106
fix http://www.v2ex.com/t/161515
10 years ago
Max Lv
ad690cc67e
fix for C89
10 years ago
Max Lv
108cac35f8
update README
10 years ago
Max Lv
40e9be0021
Avoid getaddrinfo() in the main loop
10 years ago
Max Lv
dfb4b3ba3c
refine mingw compatibility
10 years ago
Max Lv
3bcba86432
fix #211
10 years ago
Max Lv
c2d1911bb0
clean up
10 years ago
Max Lv
64c494e18f
Fix issues with MinGW
10 years ago
Meitian Huang
6dbf0fae07
Refine nameserver settings
* Use the nameserver given in the configuration file if any.
* Use Google Public DNS only if the user does not nominate a nameserver.
10 years ago
Max Lv
e5289e9ba4
Replace libasyncns with libudns
10 years ago
Max Lv
2a15e97196
bump version
10 years ago
Max Lv
cf222a9b4e
update documents
10 years ago
Max Lv
7fc0a136ec
refine the connection close
10 years ago
Max Lv
1e9f033baf
update redir
10 years ago
Max Lv
a772aba1f4
refine log
10 years ago
Max Lv
93d861f9b9
fix #187
10 years ago
Max Lv
888c2438c3
refine timeout
10 years ago
Max Lv
cd6a5e409d
tune timeout
10 years ago
Max Lv
ee8b55e2c8
limit the timeout of udprelay
10 years ago
Max Lv
30c38d319b
add stdint for mingw
10 years ago
Max Lv
561c28b573
fix fake cipher
10 years ago
Max Lv
1336881e9f
remove HAVE_SODIUM_H
10 years ago
Max Lv
9e1b5999ba
update configure.ac
10 years ago
Max Lv
5ace152631
update autoconf tools
10 years ago
Max Lv
bca8a499f9
integrate libsodium as a submodule
10 years ago
Max Lv
ae85d6f36b
fix some bugs
10 years ago
Max Lv
e38836c5be
update Makefile
10 years ago
Max Lv
a0d773ca89
refine the sodium support
10 years ago
Max Lv
aae283faf8
implement encrypt() function
10 years ago
Max Lv
f7d2fc0eb2
add fake ciphers for salsa20 chacha20
10 years ago
Max Lv
5838c021a4
fix #181
10 years ago
aa65535
a065bc0d8c
refine error message
10 years ago
Meitian Huang
915236fcab
Fix build on FreeBSD
10 years ago
Max Lv
dc066d5ceb
refine commandline output
10 years ago
Max Lv
1a94c7b68f
enlarge backlog number
10 years ago
Symeon Huang
e463ba47a8
code clean. salt is a duplicate of i
10 years ago
Max Lv
3697313aeb
allow to send broadcast
10 years ago
Max Lv
99694f2dde
Update udprelay.c
10 years ago
Max Lv
afac2089d3
refine the udp connection cache
10 years ago
Max Lv
e9f2369486
handle EINPROGRESS nicely
10 years ago
Max Lv
5114f43dbf
bump version
10 years ago
Max Lv
1268016e06
remove tcp_nodelay
10 years ago
Symeon Huang
5bf9f7e439
fflush stderr on Windows.
unfortunately, Windows will buffer stderr if it's not executed in `cmd.exe`,
which will cause unpleasant buffered log output. adding fflush(stderr) will
solve this aged issue.
10 years ago