]> Sergey Matveev's repositories - btrtrc.git/history - connection.go
pieceordering: Rename RemovePiece->DeletePiece and complete tests
[btrtrc.git] / connection.go
2014-12-05 Matt Joinerpieceordering: Rename RemovePiece->DeletePiece and...
2014-12-05 Matt JoinerSet priorities ahead of the current read position
2014-12-03 Matt JoinerPiece priorities, torrent read interface and many fixes
2014-12-03 Matt JoinerAdd piece ordering per-connection piece request priority
2014-12-01 Matt JoinerGive each connection its own piece priority order
2014-11-21 Matt JoinerUse a buffer to reduce syscall.Write calls
2014-11-19 Matt JoinerTriage a possible bug blocking while closing UTPConns
2014-11-16 Matt JoinerAdd UTP support, disable TCP for now. DHT moves to...
2014-09-11 Matt JoinerRename and improve downloaded chunk counters and status...
2014-08-27 Matt JoinerAdd useful new metrics to connection
2014-08-27 Matt JoinerRename connection.closed->closing
2014-08-23 Matt JoinerAdd a counter for optimized cancels
2014-08-22 Matt JoinerImprove status and logging
2014-08-21 Matt JoinerFix error in bitfield correction expression and off...
2014-08-21 Matt JoinerImprove the internal connection and handshake logic
2014-07-17 Matt JoinerError in connection.writer goroutine wasn't killing...
2014-07-17 Matt JoinerShow piece counts for peers in status page
2014-07-17 Matt JoinerFix goroutine leak for connection.writer
2014-07-16 Matt JoinerCorrect the connection peer bitfields when the metadata...
2014-07-16 Matt JoinerAdd more information I've needed to the status page
2014-07-16 Matt JoinerMake the discovery source for a connection more descriptive
2014-07-09 Matt JoinerAdd some extra char flags to connection status
2014-06-30 Matt JoinerFix crash when peer has only sent lower-index HAVE...
2014-06-30 Matt JoinerRecord if a connection was incoming
2014-06-29 Matt JoinerAdd support for extended handshake "v", "reqq", and...
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-26 Matt JoinerBegin adding magnet and ut_metadata support
2014-06-26 Matt Joinervet some printfs
2014-06-26 Matt Joinertorrentfs: Write client status to HTTP port
2014-05-28 Matt JoinerRemove requests from the outbound message queue if...
2014-05-23 Matt JoinerStore request heat in the download strategy
2014-05-21 Matt JoinerImplement connection.{Cancel,Choke}
2014-05-21 Matt JoinerSupport individual peer max requests
2014-05-21 Matt JoinerMisc minor improvements
2014-04-16 Matt JoinerMake Request private
2014-04-16 Matt JoinerImplement receiving cancel messages
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-04-03 Matt JoinerBreak up client.go into several files and a few fixes