2016-05-17 |
Matt Joiner | dht: Stop processing packet if server closes after... |
commit | commitdiff | tree |
2016-05-17 |
Matt Joiner | dht: Don't contact nodes with an IP containing a leadin... |
commit | commitdiff | tree |
2016-05-17 |
Matt Joiner | Improve dht.Transaction.SetResponseHandler comment |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Improve the note about chunk writing concurrency |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Changes to missinggo resource package |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Rename some storage funcs |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Rename storage.I->Client |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Test both resource and file backends to piece storage |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Remove unused fields in testDownloadCancelParams |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Don't log missing files during hashing |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Stop returning errors from the 2 callstacks to connecti... |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Return an error from Torrent.setMetadataSize |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Move requestPendingMetadata onto connection from Client |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | iplist/cmd/pack-blocklist use tagflag |
commit | commitdiff | tree |
2016-05-16 |
Matt Joiner | Add piece-per-resource storage |
commit | commitdiff | tree |
2016-05-12 |
Matt Joiner | Probably fix test failure |
commit | commitdiff | tree |
2016-05-12 |
Matt Joiner | Bit of a tidy in the tracker code |
commit | commitdiff | tree |
2016-05-12 |
Matt Joiner | Torrent.AddPeers can't fail, so don't return an error |
commit | commitdiff | tree |
2016-05-11 |
Matt Joiner | Fix race marshalling a bitfield after a Have has also... |
commit | commitdiff | tree |
2016-05-11 |
Matt Joiner | Update package doc |
commit | commitdiff | tree |
2016-05-11 |
Matt Joiner | Get rid of obsoleted Torrent.ceaseNetworking, and clean... |
commit | commitdiff | tree |
2016-05-11 |
Matt Joiner | Rework Client listeners |
commit | commitdiff | tree |
2016-05-11 |
Matt Joiner | Remove unused Client.pruneTimer |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Wasn't using ChunkSize from TorrentSpec |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Lock now required around missinggo.Event variables |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Rework setting of info bytes |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Add some comments to file storage |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Add Client.AddTorrentInfoHash, and some other tidying |
commit | commitdiff | tree |
2016-05-09 |
Matt Joiner | Remove the vestiges of the expose tracker Client interface |
commit | commitdiff | tree |
2016-05-07 |
Matt Joiner | dht: Fix race contacting starting addrs in Announce |
commit | commitdiff | tree |
2016-05-07 |
Matt Joiner | Fix dht.Server.Announce never stopping if the starting... |
commit | commitdiff | tree |
2016-05-07 |
Matt Joiner | Move some behaviour into Client.newConnection |
commit | commitdiff | tree |
2016-05-07 |
Matt Joiner | missinggo.Event changed, connection.writeOptimizer... |
commit | commitdiff | tree |
2016-05-07 |
Matt Joiner | tracker: Skip DNS error in UDP test |
commit | commitdiff | tree |
2016-05-06 |
Matt Joiner | cmd/torrent-infohash update for API changes |
commit | commitdiff | tree |
2016-05-05 |
Matt Joiner | Remove the last of the "config dir" stuff |
commit | commitdiff | tree |
2016-05-05 |
Matt Joiner | metainfo.InfoEx.Hash becomes a function, UpdateBytes... |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | metainfo: Add HashBytes |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | metainfo: Improve doc |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | metainfo.Info.BuildFromFilePath contained unnecessary... |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | cmd/torrent-create: Tidy up flags and remove redundant... |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | Move a bunch of Torrent methods from client.go |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | Rework handling of metadata data messages |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | Doc and logging improvements |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | cmd/torrent-metainfo-pprint: Add -files flag, and expos... |
commit | commitdiff | tree |
2016-05-03 |
Matt Joiner | Doc metainfo.Info.BuildFromFilePath |
commit | commitdiff | tree |
2016-05-02 |
Matt Joiner | cmd/torrent-metainfo-pprint: Also print InfoHash |
commit | commitdiff | tree |
2016-05-02 |
Matt Joiner | Add metainfo.Hash.FromHexString |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Remove metainfo.Builder, and issue #35 test for it |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Allow encoding private=0 in metainfo, which fixes test... |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Also fix "context" in reader_test.go |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Ugh, "context" isn't in go 1.6 |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Add Reader.ReadContext |
commit | commitdiff | tree |
2016-04-30 |
Matt Joiner | Some changes to metainfo.InfoEx and testutil |
commit | commitdiff | tree |
2016-04-29 |
Matt Joiner | Fix crash when peers have sent undersized bitfields... |
commit | commitdiff | tree |
2016-04-20 |
Matt Joiner | Change the behaviour of Torrent.Length with when info... |
commit | commitdiff | tree |
2016-04-20 |
Matt Joiner | Improve some docs |
commit | commitdiff | tree |
2016-04-19 |
Matt Joiner | Fix receiver pointeriness for some File methods |
commit | commitdiff | tree |
2016-04-19 |
Matt Joiner | cmd/torrent: Add -addr flag back in |
commit | commitdiff | tree |
2016-04-19 |
Matt Joiner | Merge pull request #79 from shoenig/normalize |
commit | commitdiff | tree |
2016-04-19 |
Seth Hoenig | refactor struct identifiers to follow conventional... |
commit | commitdiff | tree |
2016-04-18 |
Matt Joiner | Improve doc on Torrent.Drop |
commit | commitdiff | tree |
2016-04-18 |
Matt Joiner | cmd/torrent: Forget trying to expose the entire Client... |
commit | commitdiff | tree |
2016-04-18 |
Matt Joiner | cmd/torrent: Remove redundant _ "net/http/pprof" import |
commit | commitdiff | tree |
2016-04-14 |
Matt Joiner | piece-file storage: Use the receiver-local FileStore... |
commit | commitdiff | tree |
2016-04-14 |
Matt Joiner | Merge all our global consts and vars into global.go |
commit | commitdiff | tree |
2016-04-07 |
Matt Joiner | Comments and logs around bad metadata size |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Fix possible deadlock |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Fix Config.IPBlocklist type |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | iplist: Add helper to mmap in a packed blocklist |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Apply ineffassign linter |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Apply unconvert linter |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Remove more deadcode |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Remove deadcode |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Remove unused orderedList |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Remove some of the magic ConfigDir stuff |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Move Magnet and friends into metainfo package |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Merge pull request #72 from shoenig/magnetize |
commit | commitdiff | tree |
2016-04-04 |
Matt Joiner | Use metainfo.Hash for piece and info hashes |
commit | commitdiff | tree |
2016-04-03 |
Seth Hoenig | convenience function for creating magnets |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Adding a torrent without info after waitAccept has... |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Fix deadlocks in WriteStatus due to incomplete renaming |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Merge Torrent and torrent types |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Comments |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Make everything on type torrent private |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | piece file storage: Don't write to completed pieces |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | cmd/torrent-metainfo-pprint: Switch to tagflag for... |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | If we fail to write to a piece, check its completion... |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Improve log messages |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | Suppress piece read errors when data is obtained |
commit | commitdiff | tree |
2016-04-03 |
Matt Joiner | storage: Don't read bad completed piece files |
commit | commitdiff | tree |
2016-04-02 |
Matt Joiner | storage: Fix io.EOF on short piece files |
commit | commitdiff | tree |
2016-03-30 |
Matt Joiner | Missing error checks in test |
commit | commitdiff | tree |
2016-03-30 |
Matt Joiner | Suppress logging noise in tests |
commit | commitdiff | tree |
2016-03-30 |
Matt Joiner | Move storage.FileStore interface to missinggo |
commit | commitdiff | tree |
2016-03-30 |
Matt Joiner | Fix missinggo import |
commit | commitdiff | tree |
2016-03-29 |
Matt Joiner | Few fixes for downstream projects |
commit | commitdiff | tree |
2016-03-29 |
Matt Joiner | Remove all the old data store packages |
commit | commitdiff | tree |
2016-03-29 |
Matt Joiner | Reimplement piece storage |
commit | commitdiff | tree |
2016-03-28 |
Matt Joiner | Finish fixing tests |
commit | commitdiff | tree |
next |