]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2019-02-19 Matt JoinerUse a tagged version of anacrolix/log v1.0.1
2019-01-08 Matt Joinercmd/torrent: Add -publicIp flag v1.0.0
2019-01-08 Matt JoinerSwitch to Client read locks for a few methods
2019-01-08 Matt JoinerUpdate go mod turds
2018-11-29 Matt JoinerImprove bootstrap result log message
2018-11-28 Matt Joinertracker: Fix some comments
2018-11-28 Matt Joinertracker: Add Announce.Context
2018-11-27 Matt JoinerUpdate go module files
2018-11-27 Matt JoinerSimplify single case select
2018-11-27 Matt JoinerDiscount dial errors that won't affect connection tracking
2018-11-27 Matt JoinerImprove network handling and only listen networks we...
2018-11-27 Matt JoinerRemove unused type
2018-11-27 Matt JoinerRemove unused code
2018-11-27 Matt JoinerUse new conntrack priorities
2018-11-27 Matt Joinermetainfo: Fix test
2018-11-26 Matt Joinerbencode: Fix marshalling of []byte(nil)
2018-11-21 Matt JoinerUpdate go module files
2018-11-21 Matt JoinerBump protocol strings
2018-11-21 Matt JoinerLog initial DHT bootstrap results
2018-11-21 Matt JoinerRemove log that used missinggo.CryHeard
2018-11-21 Matt JoinerUpdate go module files
2018-11-21 Matt JoinerAdd initial connection tracking
2018-11-19 Matt JoinerUpdate missinggo dep
2018-11-19 Matt JoinerImprove error handling for listening
2018-11-15 Matt JoinerMove IpPort to missinggo
2018-11-04 Matt Joinerconnection.remoteIpPort is correct
2018-11-04 Matt JoinerStore remoteAddr with each connection
2018-11-04 Matt JoinerPromote ipPort to its own file
2018-11-04 Matt JoinerFix benchmark broken by changes to client listeners
2018-11-04 Matt JoinerAdd default DHT servers when UTP disabled
2018-11-04 Matt JoinerAdd test for dht servers when utp disabled
2018-11-04 Matt JoinerAdd establish outgoing connection expvar
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-11-02 Matt JoinerAdd dial rate limiting
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-21 Matt JoinerFix timer leak in tracker announces when peers are...
2018-10-18 Matt JoinerAdd go.sum file
2018-10-18 Matt JoinerRemove unused tracker.defaultClient
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-10-17 Matt JoinerAlways announce to trackers every interval, and announc...
2018-10-16 Matt Joinersortimports
2018-09-03 Matt JoinerAdd a prefix to logonce logger output
2018-09-03 Matt JoinerAdd comments to some ClientConfig fields
2018-08-25 Matt JoinerRevert "Make requestStrategy 3 the default"
2018-08-13 Matt JoinerImprove tracker failure reason error
2018-08-13 Matt Joinercmd/tracker-announce: Add a port flag
2018-08-13 Matt Joinercmd/tracker-announce: Provide a http.Client for announces
2018-08-13 Matt Joinercmd/tracker-announce: Was using empty AnnounceRequest
2018-08-13 Matt JoinerIgnore unused trailing bytes in HTTP tracker responses
2018-08-08 Matt JoinerImprove log message
2018-07-30 Matt JoinerReplace glycerine/goconvey with smartystreets/goconvey
2018-07-29 Matt JoinerMerge branch 'master' into vgo-ci
2018-07-27 Matt JoinerGo module install/get make no sense
2018-07-27 Matt JoinerWhen Accept gives an error, don't use the Conn
2018-07-25 Matt JoinerUse go run instead of godo
2018-07-25 Matt JoinerAnd install godo too
2018-07-25 Matt JoinerI think go get becomes go install for arbitrary commands
2018-07-25 Matt JoinerUse go modules
2018-07-25 Matt JoinerUpdate go.mod
2018-07-25 Matt JoinerTrack received handshake encryption activity
2018-07-25 Matt JoinerUse the new firewall callback support in go-libutp
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-25 Matt Joinerbencode: Remove a lot of expensive allocations
2018-07-24 Matt JoinerMerge pull request #269 from JyBP/master
2018-07-24 jbattempt to close the client on signal
2018-07-23 Matt Joinerbencode: Avoid an extra getTags call
2018-07-23 Matt Joinerbencode: Cache struct fields
2018-07-23 Matt Joinerbencode.Marshal: Get rid of the intermediate buffer
2018-07-23 Matt Joinerbencode: Add benchmark for krpc.Msg
2018-07-23 Matt JoinerSet Torrent.pieces cap too
2018-07-22 Matt JoinerAdd iplist/cmd/iplist
2018-07-22 Matt JoinerFix iplist.Range.String, and a comment
2018-07-22 Matt JoinerDon't return if there's an error accepting
2018-07-17 Matt JoinerWake connections that could send a request for a delete...
2018-07-17 Matt JoinerSwitch pieceIndex back to an int
2018-07-17 Matt Joinerbencode: Avoid Value.Interface call testing for big.Int
2018-07-17 Matt JoinerDon't randomize chunk order for requestStrategy 3
2018-07-15 Matt JoinerReduce default handshake timeout to 3s
2018-07-15 Matt JoinerCalculate peer priority lazily for worse conn comparison
2018-07-15 Matt JoinerFix doc comment
2018-07-15 Matt JoinerFix connection.utp
2018-07-15 Matt JoinerTrack metadata chunks read with its own Count
2018-07-14 Matt JoinerRewrite piece data decoding and relax test
2018-07-14 Matt Joinerpeer_protocol: Add a test for receiving overlong piece...
2018-07-14 Matt JoinerSend extended message before fast/bitfield
2018-07-13 Matt JoinerFix peer_protocol.Message.RequestSpec for Type Piece
2018-07-11 Matt JoinerAdd a test that short pieces are decoded correctly
2018-07-11 Matt JoinerComments and trivial tweaks
2018-07-11 Matt JoinerAdd peer_protocol.Integer.Uint32
2018-07-11 Matt JoinerAdd peer_protocol.RequestSpec
2018-07-11 Matt JoinerChange pieceIndex to peer_protocol.Integer
2018-07-11 Matt JoinerMove back to net.IP for extended handshake message IPs
2018-07-11 Matt JoinerDon't error on bencode dicts that can't be marshalled
2018-07-11 Matt JoinerSupport marshalling bencode strings into byte arrays
2018-07-11 Matt JoinerDecide where to set proxy for HTTP trackers
2018-07-10 Matt JoinerRemove debug log
2018-07-10 Matt JoinerUse half open limit directly from Config
2018-07-10 Matt JoinerMake extended handshake a struct, and move a bunch...
2018-07-10 Matt JoinerMove PEX stuff into peer_protocol
2018-07-10 Matt JoinerReinstate the reduce dial timeout and update some values
next