]> Sergey Matveev's repositories - btrtrc.git/shortlog
btrtrc.git
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
2015-03-25 Matt JoinerAdd the ability to disable PEX
2015-03-25 Matt Joinercmd/torrent: Replace flag with go-flags, rejig options
2015-03-24 Matt JoinerFix crash from bad metadata_size in extended handshake
2015-03-23 Matt JoinerMerge pull request #4 from dborzov/master
2015-03-23 Matt JoinerMerge pull request #5 from jzelinskie/master
2015-03-22 Jimmy Zelinskieadd cli flag to disable DHT
2015-03-22 Peter BorzovFix test error message
2015-03-22 Peter BorzovMake ParseMagnetURI easier to read
2015-03-22 Peter BorzovTest ParseMagnetURI
2015-03-22 Matt JoinerMerge pull request #2 from dborzov/master
2015-03-21 Peter BorzovFix typos
2015-03-20 Matt JoinerMore public interface tidying
2015-03-20 Matt Joinercmd/torrent: Nicer usage
2015-03-20 Matt JoinerImprove the README
2015-03-20 Matt JoinerUpdate Codeship badge URL
2015-03-20 Matt Joinerbitbucket.org/anacrolix/sync moved to github
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-19 Matt JoinerAllow some overlap between piece prioritization classes
2015-03-19 Matt JoinerMore cleaning up of public interface
2015-03-19 Matt JoinerUpdate the example
2015-03-18 Matt JoinerImprove connection status info, especially flags
2015-03-18 Matt JoinerPiece priority tests
2015-03-18 Matt JoinerMisc, some encryption related
2015-03-18 Matt JoinerDon't accept unless connections are wanted
2015-03-18 Matt JoinerComments in banned torrent list
2015-03-18 Matt JoinerHandle data going missing
2015-03-18 Matt JoinerSpeed up stuff relating to checking piece completion
2015-03-18 Matt JoinerChange the interface to add torrents to a Client
2015-03-18 Matt JoinerAvoid dopplegangers, foreign address that have our...
2015-03-18 Matt JoinerRewrite handshaking and connection management
2015-03-18 Matt JoinerDisable AllowedFast
2015-03-18 Matt Joinermse: Check that readUntil doesn't read indefinitely...
2015-03-18 Matt Joinermse: Clean-up
2015-03-18 Matt Joinerdata/blob: Change store eviction to LRU, from random...
2015-03-18 Matt Joinerutil: Support CopyExact with pointer source
2015-03-13 Matt JoinerSupport initial payload, and improve tests
2015-03-12 Matt JoinerTidy up extension bytes handling; don't close conn...
2015-03-12 Matt Joinermse: Tons of fixes and improvements
2015-03-12 Matt Joinermsg: Return usable object after handshake
2015-03-12 Matt JoinerAdd BEP 41 support
2015-03-12 Matt JoinerAdd support for Fast Extension
2015-03-12 Matt JoinerCount peers obtained by tracker
2015-03-12 Matt Joinermse: Got basic message stream encryption working with...
2015-03-10 Matt JoinerUse testing config
2015-03-10 Matt JoinerApply IP blocklist to trackers
2015-03-10 Matt JoinerRework piece completion
2015-03-10 Matt JoinerHarmless improvements
2015-03-09 Matt JoinerTODO
2015-03-09 Matt JoinerFix a status line going to stdout
2015-03-09 Matt JoinerChange torrent.Name()
2015-03-08 Matt Joinerutil.AddrIP, TCPAddr
2015-03-08 Matt Joineriplist: Fix ranges that contain extra colons, and minim...
2015-03-08 Matt JoinerMore cleaning of public interface
2015-03-07 Matt JoinerChange up the data storage interfaces a bit
2015-03-07 Matt JoinerSince IPv6 blocklists aren't prevalent, default to...
2015-03-07 Matt Joineriplist: Check for matches against IPv4 and IPv6 addresses
next