index
:
obfsvpn.git
feat/kcp
feat/quic
kcp
main
obfsproxy
[obfsvpn]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
Age
Commit message (
Expand
)
Author
2022-07-12
Allow to set proxy address without creating a new client. Useful for port bin...
cyBerta
2022-07-04
Use log.Printf only when a format is provided
Anjan Nath
2022-07-04
Fix error reported by go test
Anjan Nath
2022-06-26
fix anonymous function call
cyBerta
2022-06-23
fix started state tracking
cyBerta
2022-06-23
implement simple event logging interface
cyBerta
2022-06-23
remove mutex, handle thread safety outside
cyBerta
2022-06-06
refactor conditional for readability
atanarjuat
2022-06-06
status
atanarjuat
2022-06-06
draft stop method
cyBerta
2022-06-06
a bit more wordy
atanarjuat
2022-06-05
add package comment to client/client.go to make the staticchecker happy
Anjan Nath
2022-05-29
attempt at android bindings
atanarjuat
2022-05-29
refactor
atanarjuat
2022-05-29
bump dependency
atanarjuat
2022-05-29
do not return if error on accept
atanarjuat
2022-05-29
pass kcp dialer to socks5 proxy
atanarjuat
2022-05-23
wip: use kcp in the server
feat/kcp
atanarjuat
2022-05-23
wip: kcp client
atanarjuat
2022-05-22
remove obfsclient binary from git tree
Anjan Nath
2022-05-21
simplify testing of client and server
atanarjuat