]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2018-01-25 Matt JoinerAdd very tentative UPnP NAT traversal
2018-01-25 Matt Joinercmd/torrent: Fix logging when progress bar and stderr...
2018-01-25 Matt JoinerFix cmd/torrent -debug
2018-01-25 Matt JoinerImprove some log messages
2018-01-21 Matt JoinerAdd File priorities
2018-01-12 Matt JoinerAdd comment explaining Torrent.requestStrategy
2018-01-12 Matt JoinerMake Torrent.pendingPieces a priority bitmap in prepara...
2018-01-12 Matt Joinerstorage: Export NewSqlitePieceCompletion
2018-01-11 Matt Joinerstorage: Don't check completion state on every write
2018-01-11 Matt Joinerfile storage: Report errors getting completion
2018-01-11 Matt JoinerClarify the PieceCompletion.Set method bool argument
2018-01-11 Matt JoinerUpdate sqlite3 piece completion
2018-01-11 Matt JoinerFix mentions of TorrentDataOpener
2018-01-09 Matt Joinersortimports
2018-01-09 Matt JoinerUse NoSync with bolt storage and piece completion
2018-01-09 Matt JoinerBegin restructuring testutil to support testing torrent...
2018-01-09 Matt JoinerAdd some TODOs and tidy a test
2018-01-09 Matt JoinerScreen negative pieces
2018-01-08 Denisfixing wrong offset in request (#226)
2018-01-07 Matt JoinerImprove comments on Config.{Upload,Download}RateLimiter
2018-01-07 Matt JoinerFile.offset wasn't applied to the reads on the Torrent
2018-01-07 Matt JoinerFix a log format string
2018-01-07 Matt JoinerImprove various File related doc comments
2018-01-06 Matt JoinerReaders obtained from File.NewReader should not readahe...
2018-01-06 Matt JoinerRename File.PrioritizeRegion to DownloadRegion
2018-01-06 Matt Joinermegacheck and staticcheck fixes
2018-01-06 Matt Joinercmd/torrent-pick: Close file Reader
2018-01-06 Matt JoinerReader: Changing responsiveness should wake blocked...
2018-01-06 Matt Joinermmap_span: Synchronize access to memory maps to avoid...
2018-01-06 Matt Joinerstorage: Rename mmapStorage->mmapClientImpl
2018-01-06 Matt JoinerFormatting and comments
2018-01-06 Matt JoinerAdd File.NewReader
2018-01-06 Matt JoinerMake peerID a public type
2018-01-06 Matt JoinerUse peerID type more, and make its Stringer output...
2017-12-29 Matt JoinerAdd the fs test torrent to the repo
2017-12-29 Matt JoinerUpdate error message in metainfo.Info.writeFiles
2017-12-29 Matt JoinerIntroduce metainfo.HashSize
2017-12-29 Matt JoinerImprove some doc comments
2017-12-29 Matt JoinerSurvive panics while writing chunks
2017-12-28 Matt JoinerWhen queuing a piece for hashing after receiving a...
2017-12-28 Matt JoinerImprove a log message
2017-12-28 Matt JoinerMerge pull request #219 from elgatito/http_user_agent
2017-12-28 Denis Kuzmenokadding http user-agent setters and usage
2017-12-06 Denisadded disable_libutp build flag usage (#215)
2017-12-03 Matt JoinerLog dropping of bad peers in debug mode only
2017-12-03 Matt Joinermissinggo.LimitLen changed
2017-12-02 Matt JoinerCode comments
2017-12-01 Matt JoinerTest that mmap size doesn't exceed system memory addres...
2017-12-01 Matt JoinerFix panic in Torrent.addrActive if there are closed...
2017-12-01 Matt JoinerFix the Stats panic in #214
2017-12-01 Matt JoinerSynchronize access to storage
2017-12-01 Matt JoinerRemove racy part of test
2017-12-01 Matt JoinerImprove issue #211 test name
2017-12-01 Matt Joinersortimports
2017-12-01 Matt JoinerAdd test for #211
2017-12-01 Matt JoinerTorrent.bytesLeft was taking a copy instead of pointer...
2017-12-01 Matt JoinerPublish piece state changes after verifying piece
2017-11-10 Matt Joinerbencode.scanner.ReadByte returned errors when it should...
2017-11-08 Matt Joinerbencode: Handle encoding big.Ints
2017-11-08 Matt Joinerbencode: Tidy import block
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-08 Matt Joinermetainfo: Omit empty Metainfo.InfoBytes
2017-11-08 Matt JoinerTorrent.Metainfo: Don't return incomplete metadata...
2017-11-08 Matt Joinercmd/torrent-metainfo-pprint: Just take a single metainf...
2017-11-08 Matt JoinerAdd a test for behaviour after getting metadata_size...
2017-11-08 Matt JoinerThe "m" field in the extended handshake is not mandatory
2017-11-08 Matt JoinerConfig.Debug isn't just for logging
2017-11-08 Matt JoinerMake Client.PeerID return [20]byte
2017-11-08 Matt JoinerGeneralise use of peerExtensionBytes
2017-11-08 Matt JoinerMove some code around
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2017-11-07 Matt JoinerFix #205
2017-11-07 Matt JoinerMore megacheck
2017-11-07 Matt JoinerApply megacheck to torrent package
2017-11-07 Matt JoinerFix a lot of noisy logging and test warnings
2017-11-06 Matt JoinerUnbiased request ordering was requesting chunks the...
2017-11-06 Matt JoinerIgnore expected error
2017-11-06 Matt JoinerAdd a link to Trickl
2017-11-05 Matt JoinerComment on bencode.Decoder.Offset
2017-11-05 Matt JoinerExpose bencode.Decoder.Offset
2017-11-05 Matt JoinerRemove noisy log message
2017-11-05 Matt Joinerbencode: Implement unbuffered scanner used by NewDecoder
2017-11-05 Matt JoinerKick connections requesting pieces we don't have
2017-11-05 Matt JoinerAdd some TODOs
2017-11-05 SamuelAggressive Upload (#203)
2017-11-04 Matt JoinerAdd missing whitespace
2017-11-04 Matt Joinermse: Move sliceIter into test file
2017-11-04 Matt JoinerImprove comment on Config.UploadRateLimiter
2017-11-04 Matt JoinerImprove upload rate limit burst size panic message
2017-10-29 Matt JoinerFix copypasta PR ಠ_ಠ
2017-10-29 Matt JoinerMerge pull request #201 from dz0ny/fix/http_client
2017-10-28 dz0nyProvide trackers specific http client
2017-10-26 Matt JoinerAdd a test for bdecoding consecutive dicts
2017-10-22 Matt JoinerMerge pull request #198 from BruceWangNo1/patch-1
2017-10-21 Bruce WangUpdate "Other public projects using torrent" section...
2017-10-14 Matt Joinercmd/torrent-metainfo-pprint: Include metainfo's url...
2017-10-12 Matt JoinerRemove debug log message
2017-10-12 Matt JoinerFix fs test link now that Debian 9.2 came out
2017-10-12 Matt JoinerIf closing a connection Conn fails we can't do anything...
2017-10-12 Matt JoinerAdd apt-get update to CI
next