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
Age
Commit message (
Expand
)
Author
2022-08-02
warning for integration
atanarjuat
2022-07-31
obfs4 ver check
atanarjuat
2022-07-29
relax dep on Dockerfile
atanarjuat
2022-07-29
install -y
atanarjuat
2022-07-28
cosmetic changes: date format
atanarjuat
2022-07-28
test: remove-later
Anjan Nath
2022-07-28
add integration-test job to gitlab ci
Anjan Nath
2022-07-28
add obfsvpn client dockerfile for use in integration test
Anjan Nath
2022-07-28
disable CGO for building obfsvpn client
Anjan Nath
2022-07-28
disable CGO while building server for portable binary
Anjan Nath
2022-07-28
add Dockerfile and scripts for containerized obfsvpn
Anjan Nath
2022-07-28
add check for obfs4 updates in CI and remove ST1000 static check
Anjan Nath
2022-07-28
add makefile target to check if new version of yawning/obfs4 is available
Anjan Nath
2022-07-12
Allow to set proxy address without creating a new client. Useful for port bin...
cyBerta
2022-07-08
Merge branch 'gotest-ci' into 'main'
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-12
add unit test to check panic in Dial and DialContext functions
Anjan Nath
2022-06-06
refactor conditional for readability
atanarjuat
2022-06-06
catch errors
atanarjuat
2022-06-06
avoid panic
atanarjuat
2022-06-06
status
atanarjuat
2022-06-06
draft stop method
cyBerta
2022-06-06
a bit more wordy
atanarjuat
2022-06-05
update go.mod by running go mod tidy
Anjan Nath
2022-06-05
add package comment to client/client.go to make the staticchecker happy
Anjan Nath
2022-05-29
add android notes
atanarjuat
2022-05-29
attempt at android bindings
atanarjuat
2022-05-29
delete socks5
atanarjuat
2022-05-29
refactor
atanarjuat
2022-05-29
fix test
atanarjuat
2022-05-29
bump dependency
atanarjuat
2022-05-29
add git
atanarjuat
2022-05-29
go get before tests
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
add kcp
atanarjuat
2022-05-23
wip: use kcp in the server
feat/kcp
atanarjuat
2022-05-23
wip: kcp client
atanarjuat
2022-05-22
clarify requirement of obfsvpn endpoint port for openvpn remote
Anjan Nath
2022-05-22
use correct braces for shell variable for easy c&p of command
Anjan Nath
2022-05-22
remove obfsclient binary from git tree
Anjan Nath
2022-05-21
add 'lint' target to Makefile to quickly run the linter while developing
Anjan Nath
2022-05-21
handle errors while closing the connections in CopyLoop function
Anjan Nath
2022-05-21
ignore gosec warning G304 for reading the config file path from variable
Anjan Nath
2022-05-21
simplify testing of client and server
atanarjuat
[next]