2015-03-25 |
Matt Joiner | Show metadata state in status output |
commit | commitdiff | tree |
2015-03-25 |
Matt Joiner | Move ut_pex back into the "m" map |
commit | commitdiff | tree |
2015-03-25 |
Matt Joiner | Add the ability to disable PEX |
commit | commitdiff | tree |
2015-03-25 |
Matt Joiner | cmd/torrent: Replace flag with go-flags, rejig options |
commit | commitdiff | tree |
2015-03-24 |
Matt Joiner | Fix crash from bad metadata_size in extended handshake |
commit | commitdiff | tree |
2015-03-23 |
Matt Joiner | Merge pull request #4 from dborzov/master |
commit | commitdiff | tree |
2015-03-23 |
Matt Joiner | Merge pull request #5 from jzelinskie/master |
commit | commitdiff | tree |
2015-03-22 |
Jimmy Zelinskie | add cli flag to disable DHT |
commit | commitdiff | tree |
2015-03-22 |
Peter Borzov | Fix test error message |
commit | commitdiff | tree |
2015-03-22 |
Peter Borzov | Make ParseMagnetURI easier to read |
commit | commitdiff | tree |
2015-03-22 |
Peter Borzov | Test ParseMagnetURI |
commit | commitdiff | tree |
2015-03-22 |
Matt Joiner | Merge pull request #2 from dborzov/master |
commit | commitdiff | tree |
2015-03-21 |
Peter Borzov | Fix typos |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | More public interface tidying |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | cmd/torrent: Nicer usage |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | Improve the README |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | Update Codeship badge URL |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | bitbucket.org/anacrolix/sync moved to github |
commit | commitdiff | tree |
2015-03-20 |
Matt Joiner | Rewrite import paths for migration from Bitbucket |
commit | commitdiff | tree |
2015-03-19 |
Matt Joiner | Allow some overlap between piece prioritization classes |
commit | commitdiff | tree |
2015-03-19 |
Matt Joiner | More cleaning up of public interface |
commit | commitdiff | tree |
2015-03-19 |
Matt Joiner | Update the example |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Improve connection status info, especially flags |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Piece priority tests |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Misc, some encryption related |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Don't accept unless connections are wanted |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Comments in banned torrent list |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Handle data going missing |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Speed up stuff relating to checking piece completion |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Change the interface to add torrents to a Client |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Avoid dopplegangers, foreign address that have our... |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Rewrite handshaking and connection management |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | Disable AllowedFast |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | mse: Check that readUntil doesn't read indefinitely... |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | mse: Clean-up |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | data/blob: Change store eviction to LRU, from random... |
commit | commitdiff | tree |
2015-03-18 |
Matt Joiner | util: Support CopyExact with pointer source |
commit | commitdiff | tree |
2015-03-13 |
Matt Joiner | Support initial payload, and improve tests |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | Tidy up extension bytes handling; don't close conn... |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | mse: Tons of fixes and improvements |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | msg: Return usable object after handshake |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | Add BEP 41 support |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | Add support for Fast Extension |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | Count peers obtained by tracker |
commit | commitdiff | tree |
2015-03-12 |
Matt Joiner | mse: Got basic message stream encryption working with... |
commit | commitdiff | tree |
2015-03-10 |
Matt Joiner | Use testing config |
commit | commitdiff | tree |
2015-03-10 |
Matt Joiner | Apply IP blocklist to trackers |
commit | commitdiff | tree |
2015-03-10 |
Matt Joiner | Rework piece completion |
commit | commitdiff | tree |
2015-03-10 |
Matt Joiner | Harmless improvements |
commit | commitdiff | tree |
2015-03-09 |
Matt Joiner | TODO |
commit | commitdiff | tree |
2015-03-09 |
Matt Joiner | Fix a status line going to stdout |
commit | commitdiff | tree |
2015-03-09 |
Matt Joiner | Change torrent.Name() |
commit | commitdiff | tree |
2015-03-08 |
Matt Joiner | util.AddrIP, TCPAddr |
commit | commitdiff | tree |
2015-03-08 |
Matt Joiner | iplist: Fix ranges that contain extra colons, and minim... |
commit | commitdiff | tree |
2015-03-08 |
Matt Joiner | More cleaning of public interface |
commit | commitdiff | tree |
2015-03-07 |
Matt Joiner | Change up the data storage interfaces a bit |
commit | commitdiff | tree |
2015-03-07 |
Matt Joiner | Since IPv6 blocklists aren't prevalent, default to... |
commit | commitdiff | tree |
2015-03-07 |
Matt Joiner | iplist: Check for matches against IPv4 and IPv6 addresses |
commit | commitdiff | tree |
2015-03-07 |
Matt Joiner | Improvements to P2P blocklist scanning errors |
commit | commitdiff | tree |
2015-03-04 |
Matt Joiner | Change the way readahead pieces are calculated |
commit | commitdiff | tree |
2015-03-04 |
Matt Joiner | Implement Handle.ReadAt |
commit | commitdiff | tree |
2015-03-01 |
Matt Joiner | Extraneous import |
commit | commitdiff | tree |
2015-03-01 |
Matt Joiner | TODO |
commit | commitdiff | tree |
2015-03-01 |
Matt Joiner | Support opening handles to Torrent and File |
commit | commitdiff | tree |
2015-02-27 |
Matt Joiner | Make blob data stateful |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Files.Path and .FileInfo change |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Add piece blob torrent.Data storage, and move testutil... |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Rename TorrentData->Data |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Ditch the intermediate MetaInfo type |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | fs test: Resolve localhost, some platforms are funny... |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Client.Torrent(InfoHash) |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Implement File.ReadAt |
commit | commitdiff | tree |
2015-02-26 |
Matt Joiner | Scale readahead pieces a bit |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Hide a whole bunch of functions seen via torrent |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Set torrentDataOpener from config |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Not listening! |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Return no Files if Torrent Info isn't available |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Fix imports |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Add Magnet.String() |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Allow configuring Client torrent data opener, config... |
commit | commitdiff | tree |
2015-02-25 |
Matt Joiner | Make IPBlockList accessible from Client |
commit | commitdiff | tree |
2015-02-24 |
Matt Joiner | Remove unused code |
commit | commitdiff | tree |
2015-02-24 |
Matt Joiner | Comments |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Hopefully maybe fix bind error on Codeship test runner |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Change piece prioritization |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Improve announcer routines |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | dht: Handle responses through a callback |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Comments |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Change status output |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Tweak handshaking and peer water marks |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | Limit pending requests to increase responsiveness |
commit | commitdiff | tree |
2015-02-21 |
Matt Joiner | TODO |
commit | commitdiff | tree |
2015-02-18 |
Matt Joiner | fs: Ensure DownloadOnDemand runs through UTP |
commit | commitdiff | tree |
2015-02-18 |
Matt Joiner | internal/pieceordering: Doc |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | defer Unlock |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | dht: Fix race |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | cmd/torrent-metainfo-pprint: Add -name flag |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Break active peer status line up |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Fails go vet |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Add File.Progress |
commit | commitdiff | tree |
next |