]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2014-03-17 Matt JoinerAdd a end-to-end test for torrentfs
2014-03-16 Matt JoinerAdd tracker_test
2014-03-16 Matt JoinerMake use of trackers
2013-12-16 Matt JoinerSimplify the tracker.New interface, just take a string
2013-12-16 Matt JoinerTracker doc
2013-12-14 Matt JoinerFixes and tests for UDP tracker protocol
2013-12-14 Matt JoinerFix parsing of UDP announce response peers
2013-11-06 Matt JoinerImplementing UDP tracker in its own module
2013-11-04 Matt JoinerUnit test for connection address comparison to avoid...
2013-11-04 Matt JoinerBring the 'torrent' command up to speed with the client...
2013-11-04 Matt JoinerSet the event condition locker in client
2013-11-04 Matt JoinerStop connection writer timer on exit from function
2013-11-04 Matt JoinerRemove obsolete private type 'pieceState'
2013-11-04 Matt JoinerBegin on UDP trackers
2013-10-22 Matt JoinerMore explicit implementation for wantPiece method
2013-10-22 Matt JoinerIf no requests can be found for a connection, set it...
2013-10-22 Matt JoinerSet pieceByBytesPendingSlice capacity in advance to...
2013-10-22 Matt JoinerReconnect to the torrentfs -testPeer at regular interva...
2013-10-22 Matt JoinerFix keep-alive timer use in connection writer, and...
2013-10-20 Matt JoinerSignificant progress and improvements
2013-10-15 Matt JoinerAlways finish off partially downloaded pieces
2013-10-14 Matt JoinerImplement prioritizing of torrent data regions based...
2013-10-13 Matt JoinerTorrent client publishes data ready information; torren...
2013-10-07 Matt JoinerFix bugs in the new WriteSectionTo hashing implementation
2013-10-06 Matt JoinerCreate more efficient writer method for MMapSpan for...
2013-10-06 Matt JoinerSupport browsing torrents in the filesystem
2013-10-06 Matt JoinerNeed executable permissions on torrent data directories
2013-10-06 Matt JoinerStart implementing torrentfs binary
2013-10-06 Matt JoinerFix TestHaveEncode now that message length prefixes...
2013-10-02 Matt JoinerBEP20
2013-10-02 Matt JoinerImplement writing of chunks as they arrive
2013-10-02 Matt JoinerFailing WriteAt should return ErrShortWrite
2013-10-02 Matt JoinerMostly handle Piece messages, and kick off a piece...
2013-10-02 Matt JoinerDecoding of Piece messages, and checking entire message...
2013-10-01 Matt JoinerFix request/chunk confusion, missing outgoing message...
2013-09-30 Matt JoinerImplementing bitfields and connection message handling
2013-09-29 Matt JoinerImplement peer connection writer, optimizer and handshake
2013-09-29 Matt JoinerFix race conditions
2013-09-29 Matt JoinerBytesInfoHash wasn't actually initializing the info...
2013-09-29 Matt JoinerDon't rely on *os.File finalizer for close
2013-09-29 Matt JoinerPrevent false-positive race conditions
2013-09-28 Matt JoinerBegin implementing the adding of peers, and initiating...
2013-09-28 Matt JoinerHandle actorTask messages
2013-09-28 Matt JoinerCan't send to torrentFinished while handling an event
2013-09-28 Matt JoinerFix crash due to torrent.MetaInfo being unset
2013-09-28 Matt JoinerCreate torrent data files with at least the required...
2013-09-26 Matt JoinerStart implementing a basic client
2013-09-26 Matt JoinerAdd some basic protocol definitions, this will be impro...
2013-09-26 Matt JoinerAdd torrent-verify, simple exe that logs matching piece...
2013-09-26 Matt JoinerAdd torrent.Mmap and MmapSpan, types that abstract...
2013-09-19 Matt JoinerAdd cmds 'torrent-create' and 'torrent-metainfo-pprint...