Age | Commit message (Expand) | Author |
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 serverfeat/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 |
2022-05-21 | functional transparent proxy | atanarjuat |
2022-04-19 | pin obfs4 version pre-elligator fix | kali kaneko |
2022-04-19 | obfsproxy: add initial proxy implementation | Sam Whited |
2022-03-16 | obfsvpn: allow wrapping existing connections | Sam Whited |
2022-03-15 | Copy license over from Shapeshifter | Sam Whited |
2022-03-11 | obfsvpn: support gateway certificates | Sam Whited |
2022-03-08 | obfsvpn: add static analysis and linting to CI | Sam Whited |
2022-03-08 | obfsvpn: enable GitLab CI | Sam Whited |
2022-03-08 | obfsvpn: create new dialer from PT args | Sam Whited |
2022-03-08 | obfsvpn: fix typo in listener docs | Sam Whited |
2022-03-04 | obfsvpn: initial draft library API | Sam Whited |
2022-03-04 | Root | Sam Whited |