aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13Revert "Take ownership of buffer in QueuePacketConn QueueIncoming/WriteTo."David Fifield
2023-03-13Test for data race with QueuePacketConn.WriteTo and kcp-go.David Fifield
2023-03-13Add utls-imitate, utls-nosni doc to README: fix styleShelikhoo
2023-03-10Add utls-imitate, utls-nosni doc to READMEShelikhoo
2023-02-09fix: up/down traffic stats being mixed upWofWca
2023-01-30Filter out non stun: server addresses in ParseIceServersitchyonion
2023-01-30Update README to correctly reflec the type of ICE servers we currently supportitchyonion
2023-01-30Parse ICE servers with pion/ice library functionitchyonion
2023-01-19Bring client torrc up to date with Tor Browser fc89e8b1.David Fifield
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