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 |
2015-02-09 |
Matt Joiner | Handle SetDeadline failure for handshake |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | uTP raw Socket use is now via .PacketConn |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Misc tidying |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Encapsulate torrent data, and provide os.File and mmap... |
commit | commitdiff | tree |
2015-02-09 |
Matt Joiner | Hide some methods that shouldn't be public |
commit | commitdiff | tree |
2015-02-06 |
Matt Joiner | Updates due to changes to bazil.org/fuse |
commit | commitdiff | tree |
2015-02-06 |
Matt Joiner | Fix some stuff Rob Clifford broke through stress testing |
commit | commitdiff | tree |
2015-01-30 |
Matt Joiner | Log addr when dials fail for unexpected reason |
commit | commitdiff | tree |
2015-01-30 |
Matt Joiner | Deduplicate iplist range descriptions, saves another... |
commit | commitdiff | tree |
2015-01-30 |
Matt Joiner | iplist: Make range descriptions copies of substring... |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | Provide HTTP pprof via envpprof package |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | cmd/dht-get-peers: Update to use "dht".Server.Announce |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | Use CopyExact |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | connectionPruner should terminate when the torrent... |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | dht: Provide Announce, that combines get_peers and... |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | Comments |
commit | commitdiff | tree |
2015-01-29 |
Matt Joiner | Remove util.LoggedHTTPServe, use package envpprof instead |
commit | commitdiff | tree |
2015-01-28 |
Matt Joiner | TODO |
commit | commitdiff | tree |
2015-01-28 |
Matt Joiner | fs/unwedge-tests: Can't assume /tmp on OSX |
commit | commitdiff | tree |
2015-01-27 |
Matt Joiner | Expose Files from Torrent |
commit | commitdiff | tree |
2015-01-26 |
Matt Joiner | Expose PieceStatusCharSequence |
commit | commitdiff | tree |
2015-01-26 |
Matt Joiner | TODO |
commit | commitdiff | tree |
2015-01-21 |
Matt Joiner | Improve returned error |
commit | commitdiff | tree |
2015-01-21 |
Matt Joiner | Code comments |
commit | commitdiff | tree |
2015-01-21 |
Matt Joiner | dht: Reduce memory use |
commit | commitdiff | tree |
2015-01-11 |
Matt Joiner | Fix a few tests |
commit | commitdiff | tree |
2015-01-11 |
Matt Joiner | Fix TestUnmountWedged test on OSX |
commit | commitdiff | tree |
2015-01-10 |
Matt Joiner | Fix comment |
commit | commitdiff | tree |
2015-01-10 |
Matt Joiner | Favour earlier pieces |
commit | commitdiff | tree |
2015-01-10 |
Matt Joiner | Scale readahead with unchoked connections |
commit | commitdiff | tree |
2015-01-10 |
Matt Joiner | Set Client.utpSock |
commit | commitdiff | tree |
2015-01-08 |
Matt Joiner | Switch to my own UTP library |
commit | commitdiff | tree |
2014-12-30 |
Matt Joiner | Helper method on Client's Torrent that tells where... |
commit | commitdiff | tree |
2014-12-28 |
Matt Joiner | Remove a bunch of dead code |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | dht: Various improvements and removal of cruft |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | Fix sending to localhost on OSX |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | Catch a few possible connection leaks |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | Reenable UTP despite it being broken, some binaries... |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | Quieten tracker announce logging |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | Reorder some imports |
commit | commitdiff | tree |
2014-12-26 |
Matt Joiner | util.Addr* funcs: Add optimizations for *net.UDPAddr |
commit | commitdiff | tree |
next |