]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2017-10-12 Matt JoinerTrack completion known to implementation state
2017-10-12 Matt JoinerAvoid race condition in test
2017-09-23 Matt JoinerPerformance optimizations to calculating bytes left...
2017-09-23 Matt Joinerstorage: Remove incorrect comment
2017-09-23 Matt JoinerChanges to Bitmap referencing
2017-09-23 Matt JoinerImplement new request strategy
2017-09-22 Matt Joinerfs: Some test tidying
2017-09-21 Matt JoinerIt looks like Torrent.worstBadConn was returning an...
2017-09-21 Matt JoinerReduce system call overhead reading from connections
2017-09-18 Matt Joinerfs/test.sh: umount requires sudo
2017-09-18 Matt JoinerAlso post cancels
2017-09-18 Matt JoinerAbstract out making a cancel message
2017-09-18 Matt Joinerstorage: Don't add empty mmaps to the mmap span
2017-09-18 Matt JoinerOnly run connection.Close once
2017-09-18 Matt JoinerImprove mmap storage error messages
2017-09-18 Matt Joinertest.sh: Unmount and wait for torrentfs to return after...
2017-09-18 Matt JoinerLog errors closing connection net.Conn's
2017-09-18 Matt JoinerRename fs/unwedge-tests so it gets synced to test servers
2017-09-18 Matt JoinerUse badStorage for TestPeerInvalidHave
2017-09-18 Matt JoinerRemove test temporary directories when finished
2017-09-18 Matt JoinerMove uploading to the connection writer
2017-09-16 Matt JoinerComment and formatting
2017-09-16 Matt JoinerFix build error
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-16 Bora M. Alperadded support for half-open peers in KnownSwarm() function
2017-09-15 Matt JoinerMake type piece public
2017-09-15 Matt Joinerfs: Fix tests now that data verification isn't automatic
2017-09-15 Matt JoinerDon't verify data at startup, add Torrent.Piece.VerifyD...
2017-09-15 Matt JoinerInclude peer data with half open connections
2017-09-15 Matt JoinerHerp
2017-09-15 Matt JoinerAdd some expvars to track uTP/TCP and PHE fallbacks...
2017-09-15 Matt Joinermse: Make plaintext mode the default when protocol...
next