summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2022-07-12Allow to set proxy address without creating a new client. Useful for port ↵cyBerta
binding error handling
2022-07-04Use log.Printf only when a format is providedAnjan 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-04Fix error reported by go testAnjan 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-26fix anonymous function callcyBerta
2022-06-23fix started state trackingcyBerta
2022-06-23implement simple event logging interfacecyBerta
2022-06-23remove mutex, handle thread safety outsidecyBerta
2022-06-06refactor conditional for readabilityatanarjuat
2022-06-06statusatanarjuat
2022-06-06draft stop methodcyBerta
2022-06-06a bit more wordyatanarjuat
2022-06-05add package comment to client/client.go to make the staticchecker happyAnjan Nath
2022-05-29attempt at android bindingsatanarjuat
2022-05-29refactoratanarjuat
2022-05-29bump dependencyatanarjuat
2022-05-29do not return if error on acceptatanarjuat
2022-05-29pass kcp dialer to socks5 proxyatanarjuat
2022-05-23wip: use kcp in the serverfeat/kcpatanarjuat
2022-05-23wip: kcp clientatanarjuat
2022-05-22remove obfsclient binary from git treeAnjan Nath
2022-05-21simplify testing of client and serveratanarjuat