2016-02-26 |
Matt Joiner | Extend the timeout, drone.io is slow? |
commit | commitdiff | tree |
2016-02-26 |
Matt Joiner | Ignore the corner case when a piece is dropped from... |
commit | commitdiff | tree |
2016-02-26 |
Matt Joiner | dht: Use missinggo.Event for closing |
commit | commitdiff | tree |
2016-02-26 |
Matt Joiner | Add test checking that cancel works |
commit | commitdiff | tree |
2016-02-26 |
Matt Joiner | Catch error creating client in tests |
commit | commitdiff | tree |
2016-02-24 |
Matt Joiner | Fix bad DHT node in tests in constructed torrent |
commit | commitdiff | tree |
2016-02-24 |
Matt Joiner | Add DHT nodes from metainfo when added to Client |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | dht: Rename newDHTAddr->NewAddr, and clean up the interface |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | dht: Rename dHTAddr to Addr |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | Test that metainfo nodes are added to the DHT |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo: Check for error unmarshalling bad nodes conte... |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | dht: Misc trivial improvements |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo: Fix use of CastSlice when copying nodes |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo: Ensure that nodes encode correctly |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo: Support nodes as []string or [](string, int64) |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo: It looks like the "nodes" field of metainfo... |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | metainfo tests: Fix some naming conventions |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | bencode: Update some test code |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | bencode tests: Idiomatize identifier naming |
commit | commitdiff | tree |
2016-02-23 |
Matt Joiner | bencode: Use the testdata convention in tests |
commit | commitdiff | tree |
2016-02-22 |
Matt Joiner | Catch error creating new client in test |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Fix failure to request data from peers if it goes missi... |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | fs: Fix what looks like a glaring mistake: If Seek... |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Fix races in Reader |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Add a client transfer test with limited file cache... |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | fs: Change listen addrs to localhost in tests |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | fs: Tidy up tests |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Move exportClientStatus to testutil.ExportStatusWriter |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Update Reader pos between reads |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Don't run TestCompletedPieceWrongSize in parallel becau... |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Test a ton of permutations for readahead and responsive |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Tidy up TestClientTransfer |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Off by one error in torrent.pieceLength? |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Add peer_protocol.Integer.Int() |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Refresh all piece completion states when data is missing |
commit | commitdiff | tree |
2016-02-21 |
Matt Joiner | Choke peers when we lose pieces they requested, and... |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Fix race updating piece priority when piece being read... |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Move dataReadAt to torrent.readAt, and do the waitNoPen... |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Ditch the torrent stateMu for the client mutex |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Code comment |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Improve log message |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Use new error handling philosophy |
commit | commitdiff | tree |
2016-02-20 |
Matt Joiner | Export torrent.String to Torrent |
commit | commitdiff | tree |
2016-02-18 |
Matt Joiner | Ditch Data.WriteSectionTo, and fix cmd/torrent-verify |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Rework Reader reading, and TestCompletedPieceWrongSize |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | data/file: Return EOF on reads past end |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Avoid error message when we attempt to complete a piece... |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Remove pointless code |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Ensure piece completion state is correct at startup |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | data/pieceStore: Incorrectly public PieceCompleted... |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Code comments |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Add a test for starting a torrent where pieces are... |
commit | commitdiff | tree |
2016-02-17 |
Matt Joiner | Rename issue 35 testing config function to avoid confusion |
commit | commitdiff | tree |
2016-02-16 |
Matt Joiner | Add torrent.completedPieces bitmap |
commit | commitdiff | tree |
2016-02-16 |
Matt Joiner | Improve error message when piece fails to be completed |
commit | commitdiff | tree |
2016-02-15 |
Matt Joiner | Only assert we should be requesting a piece in debug... |
commit | commitdiff | tree |
2016-02-14 |
Matt Joiner | Merge pull request #64 from robaman/master |
commit | commitdiff | tree |
2016-02-14 |
Robert Kästel | Retain query parameters from announce URL. |
commit | commitdiff | tree |
2016-02-11 |
Matt Joiner | Trigger piece request order changes on connections... |
commit | commitdiff | tree |
2016-02-09 |
Matt Joiner | Use Cache.StatFile to get piece length in the backend |
commit | commitdiff | tree |
2016-02-09 |
Matt Joiner | Still update a connections piece priority even if the... |
commit | commitdiff | tree |
2016-02-09 |
Matt Joiner | torrent.piecePartiallyDownloaded incorrectly returned... |
commit | commitdiff | tree |
2016-02-09 |
Matt Joiner | Track posted message type counts |
commit | commitdiff | tree |
2016-02-08 |
Matt Joiner | When we're choked, just forget the requests, we don... |
commit | commitdiff | tree |
2016-02-08 |
Matt Joiner | Add some missing calls to torrent.updatePiecePriority |
commit | commitdiff | tree |
2016-02-08 |
Matt Joiner | Fix pending of already completed pieces when pending... |
commit | commitdiff | tree |
2016-02-08 |
Matt Joiner | Reintroduce 64 outbound request cap |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Remove unreachable code |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Rework requesting of shuffled pending pieces |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Export Torrent.PieceState() |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Fix overpublishing of piece state change during hashing |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Export PieceStateChange through piece state change... |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Use new tracker package interface |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | tracker: Shoehorn old client implementations into new... |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | tracker: Rename response->httpResponse |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Prefix the Action constants |
commit | commitdiff | tree |
2016-02-07 |
Matt Joiner | Reinstate File.PrioritizeRegion() for backward compatib... |
commit | commitdiff | tree |
2016-02-06 |
Matt Joiner | Use new missinggo iterator style, and speed up torrent... |
commit | commitdiff | tree |
2016-02-06 |
Matt Joiner | Publish changes in piece hashing state |
commit | commitdiff | tree |
2016-02-06 |
Matt Joiner | Speed up torrent.needData, and use new missinggo iterat... |
commit | commitdiff | tree |
2016-02-05 |
Matt Joiner | Use missinggo.bitmap for tracking dirty chunks |
commit | commitdiff | tree |
2016-02-05 |
Matt Joiner | tracker: Rename the http client type to httpClient |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | missinggo.ZeroReader is now a var, not a type |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | Changes to piece priority need to be published as a... |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | Add File.Cancel |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | Missing Reader.Close in some tests |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | Fix the mess that is the connectionLoop after messages... |
commit | commitdiff | tree |
2016-02-04 |
Matt Joiner | Tidy code |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | Fix bug in readahead |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | connection.Close must be called under the Client lock |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | go vet |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | Recalculate all piece priorities more efficiently |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | Reintroduce connection piece inclinations, and begin... |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | Export leecher and seeder in TestClientTransfer |
commit | commitdiff | tree |
2016-02-01 |
Matt Joiner | Use missinggo.Event for connection closing event |
commit | commitdiff | tree |
2016-01-31 |
Matt Joiner | newTorrent doesn't need to return error |
commit | commitdiff | tree |
2016-01-31 |
Matt Joiner | Abstract the pendingPieces as a bitmap |
commit | commitdiff | tree |
2016-01-31 |
Matt Joiner | Begin tracking use of file descriptors in UDP tracker |
commit | commitdiff | tree |
2016-01-31 |
Matt Joiner | util/profile was replaced by github.com/anacrolix/envpprof |
commit | commitdiff | tree |
2016-01-31 |
Matt Joiner | util/levelmu is no longer in use |
commit | commitdiff | tree |
next |