]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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...