summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-18Update version to v2.5.1v2.5.1Shelikhoo
2023-01-18Fix helloverify remove patch not appliedShelikhoo
2023-01-18Update Version to v2.5.0v2.5.0Shelikhoo
2023-01-17Apply Skip Hello Verify MigrationShelikhoo
2023-01-16Bump version to v2.4.3v2.4.3Cecylia Bocovich
2023-01-13Bump version to v2.4.2v2.4.2Cecylia Bocovich
2023-01-03Remove duplicate stun.sonetel.net entryCecylia Bocovich
2022-12-31Remove two suggested STUN servers from client docsCecylia Bocovich
2022-12-31Switch default proxy STUN server to stun.l.google.comCecylia Bocovich
2022-12-14Add a num-turbotunnel server transport option.David Fifield
2022-12-14Use multiple parallel KCP state machines in the server.David Fifield
2022-12-13Fix server flag nameitchyonion
2022-12-12add some more test for URL encoded IPs (safelog)Flo418
2022-12-08Take ownership of buffer in QueuePacketConn QueueIncoming/WriteTo.David Fifield
2022-12-08Reduce turbotunnel queueSize from 2048 to 512.David Fifield
2022-12-08Have SnowflakeClientConn implement io.WriterTo.David Fifield
2022-12-08Manually unlock the mutex in ClientMap.SendQueue.David Fifield
2022-12-03Increase clientIDAddrMapCapacity to 98304.David Fifield
2022-12-02update README.md help output, fix #40232Flo418
2022-12-02enhance help for capacity flag, fix #40208Flo418
2022-12-01Bump version to v2.4.1v2.4.1Cecylia Bocovich
2022-11-29Refactor utls roundtripper_test to deduplicateShelikhoo
2022-11-29Fix uTLS RoundTripper Inconsistent Key for host:portShelikhoo
2022-11-29Update ChangeLog for v2.4.0v2.4.0Cecylia Bocovich
2022-11-28Refactor timeout loop to use a context and reuse timersCecylia Bocovich
2022-11-28Terminate timeoutLoop when conn is closedCecylia Bocovich
2022-11-28Add timeout for webRTCConnCecylia Bocovich
2022-11-28Refactor creation of webRTCConn in proxyCecylia Bocovich
2022-11-28change regexes for ipv6 addresses to catch url-encoded addressesluciole
2022-11-23add version output to logShelikhoo
2022-11-23Add Version Output Support to SnowflakeShelikhoo
2022-11-21change bandwidth type from int to int64 to prevent overflowluciole
2022-11-17Add gofmt output to CI test before calling test -zCecylia Bocovich
2022-11-16Benchmark for encapsulation.ReadData.David Fifield
2022-11-16encapsulation.paddingBuffer can be statically allocated.David Fifield
2022-11-16Benchmark websocket.Conn Upgrade creation.David Fifield
2022-11-16Hoist temporary buffers outside the loop.David Fifield
2022-11-16Use io.CopyBuffer in websocketconn.readLoop.David Fifield
2022-11-16Call WriteMessage directly in websocketconn.Conn.Write.David Fifield
2022-11-16Benchmark for websocketconn.Conn read/write.David Fifield
2022-11-16Add a `orport-srcaddr` server transport option.David Fifield
2022-11-16proxy: Let verbose level act on file loggingitchyonion
2022-11-16Use event logger for proxy starting message and NAT infoitchyonion
2022-11-16Reduce the smux KeepAliveTimeout on the server from 10 to 4 minutes.David Fifield
2022-11-15Update github.com/gorilla/websocket to v1.5.0.David Fifield
2022-11-10update formatTraffic so that bandwidth unit is always KBluciole
2022-10-17Merge remote-tracking branch 'gitlab/mr/107'meskio
2022-10-16Fix uTLS issue number in ChangeLog.David Fifield
2022-10-14proxy: Check ephemeral port range ordering at flag parsingKokaKiwi
2022-10-12proxy: Fix ephemeral ports range CLI flag (again)KokaKiwi