]> Sergey Matveev's repositories - btrtrc.git/history - socket.go
Drop support for go 1.20
[btrtrc.git] / socket.go
2023-08-14 Matt JoinerRemove unnecessary use of SO_REUSEPORT
2023-05-09 Matt JoinerDon't dial out TCP from the listen port
2023-05-09 Matt JoinerDial TCP with the listener's local addr
2022-11-15 Matt Joinergorond ./...
2022-11-15 Matt JoinerMove a bunch of stuff into subpackages
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-15 FIGBERTPass client logger to anacrolix/go-libutp sockets ...
2021-12-16 Matt JoinerFix go-libutp import when CGO is disabled
2021-12-12 Matt JoinerExplicitly use go-libutp synchronous firewall callback
2021-06-23 Matt JoinerFixes for wasm
2021-06-21 Matt JoinerTidy up the Dialer interface
2021-06-21 Matt JoinerExpose DialFirst
2020-11-08 Matt JoinerTidy up doc, file names, naming
2020-02-20 Matt JoinerAdd support for non-IP-based networks
2020-02-20 Matt JoinerSplit Client dialers and listeners
2020-01-01 Steve Yoonpropagate proxy url parsing err
2020-01-01 Sick Yoondisable listeners if proxy is configured
2018-11-27 Matt JoinerImprove network handling and only listen networks we...
2018-11-27 Matt JoinerRemove unused code
2018-11-19 Matt JoinerImprove error handling for listening
2018-07-25 Matt JoinerUse the new firewall callback support in go-libutp
2018-07-07 Matt Joinersortimports
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-15 Matt JoinerAdd lots of new expvars and perf timers
2018-06-15 Matt JoinerUse DialContext for tcp again
2018-06-08 Denisadded proxy support to the library, using ProxyURL...
2018-04-12 Matt JoinerMerge branch 'circleci'
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers