aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
10 daysUse ptutil for safelog and prometheus rounded metricsmeskio
2024-03-22Comment typo.David Fifield
2024-02-17refactor: change deprecated "io/ioutil" package to recommended "io" packageam3o
2024-01-16Cosmetic fixes taken from !219.David Fifield
2023-11-07Have encapsulation.ReadData return an error when the buffer is short.David Fifield
2023-11-07Have encapsulation.ReadData read into a provided buffer.David Fifield
2023-06-08Use IP_BIND_ADDRESS_NO_PORT when dialing the ORPort on Linux.David Fifield
2023-05-31Move the development to gitlabmeskio
2023-04-20Merge remote-tracking branch 'gitlab/main'meskio
2023-04-19Use goptlib from gitlab.torproject.orgmeskio
2023-04-04Use a sync.Pool to reuse packet buffers in QueuePacketConn.David Fifield
2023-04-03Restore ListenAndServe error return in Transport.Listen.David Fifield
2023-03-29Comment typo.David Fifield
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-08Have SnowflakeClientConn implement io.WriterTo.David Fifield
2022-12-03Increase clientIDAddrMapCapacity to 98304.David Fifield
2022-11-23add version output to logShelikhoo
2022-11-23Add Version Output Support to SnowflakeShelikhoo
2022-11-16Add a `orport-srcaddr` server transport option.David Fifield
2022-11-16Reduce the smux KeepAliveTimeout on the server from 10 to 4 minutes.David Fifield
2022-10-09format using go-1.19trinity-1686a
2022-02-08Initialize SnowflakeListener.closedCecylia Bocovich
2022-02-07Remove support for oneshot modeCecylia Bocovich
2022-01-18increase clientIDAddrMapCapacityShelikhoo
2022-01-18Suppress connection end log outputShelikhoo
2021-11-11Bump snowflake library imports and go.mod to v2v2.0.1Cecylia Bocovich
2021-10-07Change package name and add a package commentCecylia Bocovich
2021-10-07Add documentation where necessary for exported itemsCecylia Bocovich
2021-10-07Stop exporting internal codeCecylia Bocovich
2021-08-10Increase smux and QueuePacketConn buffer sizesCecylia Bocovich
2021-07-19Cleaned up and reorganized READMEsCecylia Bocovich
2021-06-24Fix leak in server acceptLoopCecylia Bocovich
2021-06-19Store net.Addr in clientIDAddrMapCecylia Bocovich
2021-05-12Ensure turbotunnel read and write loop terminateCecylia Bocovich
2021-05-12Implement server as a v2.1 PT Go APICecylia Bocovich
2021-03-18Don't log errors from callng close on OR connsCecylia Bocovich
2021-03-18Don't log io.ErrClosedPipe in serverCecylia Bocovich
2020-12-17Increase the KCP maximum window sizeCecylia Bocovich
2020-04-23USERADDR support for turbotunnel sessions.David Fifield
2020-04-23Turbo Tunnel client and server.David Fifield
2020-03-25Add unsafe loggingArlo Breault
2020-02-22In server, treat a client IP address of 0.0.0.0 as missing.David Fifield
2020-02-04Simplify a conditional.David Fifield
2020-01-31Remove unused maxMessageSize constant.David Fifield
2020-01-30Have websocketconn.New return a pointer.David Fifield
2020-01-30Remove some redundancy in websocketconn naming.David Fifield
2020-01-30Initialize the global upgrader.CheckOrigin statically.David Fifield
2020-01-30Also show message in the "error copying WebSocket to ORPort" case.David Fifield