]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2017-11-08 Matt JoinerMove some code around
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...
2017-09-13 Matt JoinerFix panic when error occurs binding uTP socket
2017-09-13 Matt JoinerSupport plaintext crypto method for protocol header...
2017-09-13 Matt Joinermse: Support plaintext crypto mode
2017-09-13 Matt Joinermse: Error if initial payload exceeds maximum size
2017-09-12 Matt Joinermse: Reuse writer write buffer
2017-09-12 Matt Joinermse: Add a read/write benchmark
2017-09-12 Bora M. Alperadded the initial version of the (t *Torrent) KnownSwar...
2017-09-12 Matt Joinerpeer_protocol: Improve piece decoding benchmark
2017-09-12 Matt Joinerpeer_protocol: Add a benchmark for decoding pieces
2017-09-12 Matt Joinermse: Remove unused function
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-12 Matt Joinerstorage: Add TODO about handling Close errors
2017-09-12 Matt JoinerREADME: Improve wording around torrent as a library
2017-09-12 Matt JoinerThe bencode README is markdown
2017-09-12 Matt JoinerMerge pull request #185 from mh-cbon/patch-1
2017-09-12 Matt JoinerRemove mention of the mobile branch from README
2017-09-05 mh-cbonUpdate README
2017-09-02 Matt JoinerOptimize nextRequestState to return cancel and new...
2017-09-01 Matt JoinerWrap writerCond in tickleWriter and be more selective...
2017-09-01 Matt JoinerTestUTPRawConn: More tidying, and slow down the rate
2017-09-01 Matt JoinerUse require in some places in TestUTPRawConn
2017-09-01 Matt JoinerAvoid triggering writer cond where possible
2017-09-01 Matt JoinerTrack buffered but not posted messages, and unify the...
2017-09-01 Matt JoinerRemove unused code
2017-09-01 Matt JoinerAdd some variables to track fillBuffer effectiveness
2017-09-01 Matt Joinercmd/torrent: Enhance debugging
2017-08-31 Matt JoinerGenerate requests, cancels and interest state in the...
2017-08-31 Matt JoinerMake connection.writer pull from a buffer
2017-08-31 Matt JoinerPanics while decoding messages in connection.mainLoopRe...
2017-08-31 Matt JoinerKeep rate limited reader reads to within the burst...
2017-08-31 Matt JoinerAdd peer_protocol.Message.MustMarshalBinary
2017-08-29 Matt JoinerSynchronize Torrent.Info
2017-08-29 Matt JoinerGet torrentfs fuse test working
2017-08-28 Matt Joinercmd/torrent: Include global dht starting nodes
2017-08-28 Matt JoinerMerge branch 'fs-handle-reader'
2017-08-28 Matt JoinerTry to reduce allocations in cipherReader
2017-08-27 Matt JoinerMaintain a torrent.Reader for each file handle
2017-08-27 Matt Joinerfs: Move file Read behaviour onto a new handle type
next