]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
2015-06-03 Matt JoinerDocs and comments
2015-06-02 Matt JoinerMerge branch 'master' of github.com:anacrolix/torrent
2015-06-02 Matt JoinerAdd some metainfo validation
2015-06-02 Matt JoinerTest bad "completed" piece
2015-06-02 Matt Joinertorrentfs: Fix bad import
2015-06-02 Matt JoinerMiscellaneous changes
2015-06-02 Matt JoinerFix a few data races
2015-06-02 Matt JoinerUpstream bazil.org/fuse changes again...
2015-06-02 Matt JoinerFix race to set IPBlocklist on DHT before it bootstraps...
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-06-01 Alexander Baranovremove obsolete spaces
2015-06-01 Alexander BaranovOnly wait for io.Copy; Remove obsolete from client
2015-06-01 Alexander BaranovRemove obsolete spaces
2015-06-01 Alexander BaranovUse higher-level API to get file
2015-06-01 Matt JoinerAccessTime helper moved to missinggo
2015-06-01 Matt JoinerChanges to the way piece prioritization affects the...
2015-06-01 Matt JoinerChange the way piece state is exposed to give more...
2015-06-01 Matt JoinerComments
2015-05-28 Alexander BaranovRename picker tool
2015-05-24 Matt JoinerReduce number of messages sent in one test, the OS...
2015-05-24 Matt JoinerMake the package example an actual example.
2015-05-20 Matt Joinerdht: Improve behaviour when adding new root nodes
2015-05-20 Matt Joinerdht: Use maxNodes hint in node table size
2015-05-20 Matt Joinergo vet
2015-05-20 Matt Joinerdht: Implement the DHT security extension
2015-05-20 Matt Joinerdata/blob: Tidy error handling in WriteSectionTo
2015-05-20 Matt JoinerExpose GOPPROF for debugging torrent package
2015-05-20 Matt JoinerRelax pedantic listen addr matching
2015-05-20 Matt Joinergo vet
2015-05-20 Matt JoinerInclude reason for panic on different listener addresses
2015-05-16 Matt JoinerMerge pull request #14 from milosgajdos83/multifile...
2015-05-16 Milos GajdosRemoved summary flag. Modified fileToMmap function
2015-05-16 Milos GajdosMultiple file metainfo mode support in cmd tools
2015-05-16 Matt JoinerFix panic on unexpected files in the blob store "comple...
2015-05-16 Matt JoinerSwitch to using a slice for tracking pending chunks...
2015-05-14 Matt Joinergo vet
2015-05-14 Matt JoinerSupport seeding
2015-05-11 Alexander BaranovBasic pick-file functionality
2015-05-11 Sasha BaranovMerge pull request #1 from anacrolix/master
2015-05-09 Matt JoinerRare panic: a piece is requested that shouldn't have...
2015-05-05 Matt JoinerMerge pull request #13 from milosgajdos83/metainfo...
2015-05-03 Milos GajdosAdding trackerless.torrent metainfo file to test suite
2015-05-03 Milos GajdosAdded support for trackerless metainfo files
2015-04-29 Matt Joinerbencode: gofmt
2015-04-29 Matt JoinerApply sortimports
2015-04-29 Matt JoinerMade Torrent.GotInfo a function, to avoid use of zero...
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
2015-04-27 Matt JoinerRemove obsolete libtorgo README
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-27 Matt Joinerfs: Improve test error handling if FUSE isn't available
2015-04-27 Matt JoinerRemove all the old intermediate config fields from...
2015-04-20 Matt JoinerAdd the --disable-tcp flag to the client options
2015-04-20 Matt JoinerAdd the option to disable encryption
2015-04-14 Matt JoinerRework the Torrent Reader interface, to allow reader...
2015-04-07 Matt JoinerMove torrentOffsetRequest and torrentRequestOffset...
2015-04-07 Matt Joinerimport pp peer_protocol in misc.go
2015-04-07 Matt Joinercmd/torrent-magnet: Error if arguments are given
2015-04-07 Matt JoinerMove piece into its own file
2015-04-07 Matt Joinerfs: Improve test logging
2015-04-06 Matt Joinercmd/...: Some package synopses
2015-04-02 Matt JoinerMerge pull request #10 from milosgajdos83/dht-bootstrap...
2015-04-02 Milos GajdosAdded BootstrapNodes to dht.ServerConfig
2015-04-01 Matt Joinerdht: Remove obsolete function Server.AnnouncePeer
2015-04-01 Matt Joinerdht: Apply blocklist to incoming packets
2015-04-01 Matt JoinerIf IP blocklists are enabled, block anything that isn...
2015-04-01 Matt Joinerdht: Clean-up interface, add loads of documentation
2015-04-01 Matt Joinerdht: Rename get_peers.go->announce.go
2015-04-01 Matt JoinerUpdate README
2015-04-01 Matt JoinerRemove unnecessary reflection
2015-04-01 Matt Joinercmd/torrentfs: Tidy
2015-04-01 Matt Joinerfs: Remove noisy debug logging
2015-04-01 Matt Joinercmd/torrentfs: Check error creating client
2015-04-01 Matt Joinerfs: Root node wasn't listing: Bazil keeps changing...
2015-03-30 Matt Joinerdht: Avoid allocation(s) testing if an IP is blocked
2015-03-30 Matt JoinerOpinionated torrent filter doesn't belong in this package
2015-03-30 Matt JoinerFix a few minor data races
2015-03-30 Matt JoinerUse math.MaxUint64, the more you know
2015-03-30 Matt JoinerFix peer parsing error introduced during tracker packag...
2015-03-27 Matt Joineriplist: Fail invalid IPs, they were always passing
2015-03-27 Matt JoinerShow number of torrents in the client status
2015-03-27 Matt JoinerAddTorrentSpec now merges in new information an existin...
2015-03-27 Matt Joinercmd/tracker-announce: Send left=-1, which is what we...
2015-03-27 Matt JoinerSend supportcrypto=1 to HTTP trackers
2015-03-27 Matt JoinerThe signedness on several tracker.AnnounceRequest field...
2015-03-27 Matt JoinerOnly the first tracker was being tried
2015-03-27 Matt JoinerTidy up error handling on HTTP tracker client
2015-03-27 Matt Joinercmd/torrent-magnet: Converts a torrent from stdin to...
2015-03-27 Matt JoinerMore unnecessary log shushing
2015-03-27 Matt JoinerPrevent bad metadata_size in extended handshakes from...
2015-03-27 Matt JoinerMerge all the tracker packages, why would anyone want...
2015-03-26 Matt Joinercmd/scrape -> cmd/tracker-announce, and a big refresh
2015-03-26 Matt JoinerAlmost completed http tracker support
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt JoinerThe license is MPL2.0
2015-03-25 Matt Joinercmd/torrent: Report progress
2015-03-25 Matt JoinerSuppress some noisy errors that aren't interesting...
2015-03-25 Matt JoinerFixes for changes to basil.org/fuse
2015-03-25 Matt JoinerShow metadata state in status output
2015-03-25 Matt JoinerMove ut_pex back into the "m" map
next