Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | Allow to set proxy address without creating a new client. Useful for port ↵ | cyBerta | |
binding error handling | |||
2022-07-04 | Use log.Printf only when a format is provided | Anjan Nath | |
This adds a check to c.log to see if the format string is empty if its empty use log.Print and if a format is provided then use log.Printf | |||
2022-07-04 | Fix error reported by go test | Anjan Nath | |
This fixes the following error from go test ``` client/client.go:45:8: (*0xacab.org/leap/obfsvpn/client.Client).log call has arguments but no formatting directives ``` | |||
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 serverfeat/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 | |