Adam Pritchard 8e79daed5e Fixed SOCKS listener temporary error check. 11 years ago
..
LookupIP.go 7889afb25a Fix: bindLookupIP now simply echos back its input when it's already an IP address 11 years ago
LookupIP_nobind.go 0620b8e1d2 Fix build on Windows (bind-to-device changes) 11 years ago
TCPConn.go b2f5e92037 Replace SocketProtector/BindToDevice UNIX domain socket client/server with in-process Java/Go interface; update import paths from code.google.com; fix: don't use 0 timeout in bindLookupIP 11 years ago
TCPConn_unix.go b2f5e92037 Replace SocketProtector/BindToDevice UNIX domain socket client/server with in-process Java/Go interface; update import paths from code.google.com; fix: don't use 0 timeout in bindLookupIP 11 years ago
TCPConn_windows.go 0620b8e1d2 Fix build on Windows (bind-to-device changes) 11 years ago
config.go ca85ff7900 Fix: ensure non-blank default value for ClientVersion in handshake 11 years ago
config_test.go a7db54a393 Updated config tests. Added delimiters around sample config in README to help with programmatically processing it. 11 years ago
conn.go b2f5e92037 Replace SocketProtector/BindToDevice UNIX domain socket client/server with in-process Java/Go interface; update import paths from code.google.com; fix: don't use 0 timeout in bindLookupIP 11 years ago
controller.go f47818645f Fix: processStats goro was pinning the CPU. The problem was due to a 'default' 11 years ago
dataStore.go c1f6d6cb0c Change data store disk configuration from filename to data directory and temp directory -- enables working configuration of library on Android. 11 years ago
defaults.go c1f6d6cb0c Change data store disk configuration from filename to data directory and temp directory -- enables working configuration of library on Android. 11 years ago
httpProxy.go 87a469bbee Changed log line format for local proxy ports to simplify parsing 11 years ago
meekConn.go b2f5e92037 Replace SocketProtector/BindToDevice UNIX domain socket client/server with in-process Java/Go interface; update import paths from code.google.com; fix: don't use 0 timeout in bindLookupIP 11 years ago
notice.go 98f2645094 Fix: typo in log line prefix 11 years ago
obfuscatedSshConn.go a68bf8254a Fix random range edge conditions and add comments for clarity 11 years ago
obfuscator.go a68bf8254a Fix random range edge conditions and add comments for clarity 11 years ago
remoteServerList.go b2f5e92037 Replace SocketProtector/BindToDevice UNIX domain socket client/server with in-process Java/Go interface; update import paths from code.google.com; fix: don't use 0 timeout in bindLookupIP 11 years ago
serverApi.go ac75866b1e Fix: handle blank upgrade version response from server 11 years ago
serverEntry.go 91accf75dd Implemented server API requests (handshake and connected); and a tunnelled http proxy 11 years ago
socksProxy.go 8e79daed5e Fixed SOCKS listener temporary error check. 11 years ago
stats_collector.go f47818645f Fix: processStats goro was pinning the CPU. The problem was due to a 'default' 11 years ago
stats_conn.go 288cfbcd69 Added hostname extraction from TLS, for use with stats. 11 years ago
stats_hostname.go 288cfbcd69 Added hostname extraction from TLS, for use with stats. 11 years ago
stats_regexp.go 86211e9646 Implemented fixes and changes from code review 11 years ago
stats_test.go f47818645f Fix: processStats goro was pinning the CPU. The problem was due to a 'default' 11 years ago
tlsDialer.go ecfb147ba3 Added support for upstream HTTP proxy; fix missing BindToDevice support for fetch remote server list 11 years ago
tunnel.go 772e3d6da4 Fix: allow Tunnel.Close() to be called multiple times without "panic: close of closed channel" 11 years ago
utils.go 41da3e6fc9 Ensure ContextError doesn't turn success into error 11 years ago