]> Sergey Matveev's repositories - btrtrc.git/log
btrtrc.git
9 years agoMerge branch 'master' of github.com:anacrolix/torrent
Matt Joiner [Tue, 2 Jun 2015 14:18:24 +0000 (00:18 +1000)]
Merge branch 'master' of github.com:anacrolix/torrent

9 years agoAdd some metainfo validation
Matt Joiner [Tue, 2 Jun 2015 14:17:58 +0000 (00:17 +1000)]
Add some metainfo validation

9 years agoTest bad "completed" piece
Matt Joiner [Tue, 2 Jun 2015 14:16:38 +0000 (00:16 +1000)]
Test bad "completed" piece

9 years agotorrentfs: Fix bad import
Matt Joiner [Tue, 2 Jun 2015 14:14:55 +0000 (00:14 +1000)]
torrentfs: Fix bad import

9 years agoMiscellaneous changes
Matt Joiner [Tue, 2 Jun 2015 14:03:43 +0000 (00:03 +1000)]
Miscellaneous changes

9 years agoFix a few data races
Matt Joiner [Tue, 2 Jun 2015 14:00:25 +0000 (00:00 +1000)]
Fix a few data races

9 years agoUpstream bazil.org/fuse changes again...
Matt Joiner [Tue, 2 Jun 2015 13:59:25 +0000 (23:59 +1000)]
Upstream bazil.org/fuse changes again...

9 years agoFix race to set IPBlocklist on DHT before it bootstraps and serves
Matt Joiner [Tue, 2 Jun 2015 13:58:49 +0000 (23:58 +1000)]
Fix race to set IPBlocklist on DHT before it bootstraps and serves

9 years agoMerge pull request #16 from scr4t/master
Matt Joiner [Mon, 1 Jun 2015 20:28:07 +0000 (06:28 +1000)]
Merge pull request #16 from scr4t/master

torrent-pick tool

9 years agoremove obsolete spaces
Alexander Baranov [Mon, 1 Jun 2015 20:12:27 +0000 (23:12 +0300)]
remove obsolete spaces

9 years agoOnly wait for io.Copy; Remove obsolete from client
Alexander Baranov [Mon, 1 Jun 2015 20:11:45 +0000 (23:11 +0300)]
Only wait for io.Copy; Remove obsolete from client

9 years agoRemove obsolete spaces
Alexander Baranov [Mon, 1 Jun 2015 19:58:21 +0000 (22:58 +0300)]
Remove obsolete spaces

9 years agoUse higher-level API to get file
Alexander Baranov [Mon, 1 Jun 2015 19:56:10 +0000 (22:56 +0300)]
Use higher-level API to get file

9 years agoAccessTime helper moved to missinggo
Matt Joiner [Mon, 1 Jun 2015 08:26:32 +0000 (18:26 +1000)]
AccessTime helper moved to missinggo

9 years agoChanges to the way piece prioritization affects the piece
Matt Joiner [Mon, 1 Jun 2015 08:23:35 +0000 (18:23 +1000)]
Changes to the way piece prioritization affects the piece

9 years agoChange the way piece state is exposed to give more detail
Matt Joiner [Mon, 1 Jun 2015 08:22:12 +0000 (18:22 +1000)]
Change the way piece state is exposed to give more detail

9 years agoComments
Matt Joiner [Mon, 1 Jun 2015 08:17:14 +0000 (18:17 +1000)]
Comments

9 years agoRename picker tool
Alexander Baranov [Thu, 28 May 2015 20:55:15 +0000 (23:55 +0300)]
Rename picker tool

9 years agoReduce number of messages sent in one test, the OS nondeterministically fails the...
Matt Joiner [Sun, 24 May 2015 11:37:14 +0000 (21:37 +1000)]
Reduce number of messages sent in one test, the OS nondeterministically fails the test sometimes otherwise

9 years agoMake the package example an actual example.
Matt Joiner [Sun, 24 May 2015 11:36:24 +0000 (21:36 +1000)]
Make the package example an actual example.

I can't remember who had this great suggestion.

9 years agodht: Improve behaviour when adding new root nodes
Matt Joiner [Wed, 20 May 2015 12:26:33 +0000 (22:26 +1000)]
dht: Improve behaviour when adding new root nodes

9 years agodht: Use maxNodes hint in node table size
Matt Joiner [Wed, 20 May 2015 12:24:39 +0000 (22:24 +1000)]
dht: Use maxNodes hint in node table size

9 years agogo vet
Matt Joiner [Wed, 20 May 2015 12:24:09 +0000 (22:24 +1000)]
go vet

9 years agodht: Implement the DHT security extension
Matt Joiner [Wed, 20 May 2015 12:23:50 +0000 (22:23 +1000)]
dht: Implement the DHT security extension

9 years agodata/blob: Tidy error handling in WriteSectionTo
Matt Joiner [Wed, 20 May 2015 12:21:20 +0000 (22:21 +1000)]
data/blob: Tidy error handling in WriteSectionTo

9 years agoExpose GOPPROF for debugging torrent package
Matt Joiner [Wed, 20 May 2015 12:20:11 +0000 (22:20 +1000)]
Expose GOPPROF for debugging torrent package

9 years agoRelax pedantic listen addr matching
Matt Joiner [Wed, 20 May 2015 08:14:42 +0000 (18:14 +1000)]
Relax pedantic listen addr matching

Fixes #15.

9 years agogo vet
Matt Joiner [Wed, 20 May 2015 05:47:07 +0000 (15:47 +1000)]
go vet

9 years agoInclude reason for panic on different listener addresses
Matt Joiner [Wed, 20 May 2015 05:45:58 +0000 (15:45 +1000)]
Include reason for panic on different listener addresses

9 years agoMerge pull request #14 from milosgajdos83/multifile-torrent
Matt Joiner [Sat, 16 May 2015 23:31:43 +0000 (09:31 +1000)]
Merge pull request #14 from milosgajdos83/multifile-torrent

Multiple file metainfo mode support in cmd tools

9 years agoRemoved summary flag. Modified fileToMmap function
Milos Gajdos [Sat, 16 May 2015 14:34:09 +0000 (15:34 +0100)]
Removed summary flag. Modified fileToMmap function

This commit also reverts the ugly hack in dht.go which was checking for
empty bootstrap node string.

9 years agoMultiple file metainfo mode support in cmd tools
Milos Gajdos [Sat, 16 May 2015 12:23:33 +0000 (13:23 +0100)]
Multiple file metainfo mode support in cmd tools

torrent-create and torrent-verify did not work correctly when a single
file is present in metainfo torrent file. torrent-create now fails if
the path passed as an argument does not exist. I've als modified
dht.go which now handles the case when an empty string is passed in
DHT bootstrap nodes slice. Finally in span.go I've sneaked in cheekily
a change which defines a type more like idiomatic Go (I have an OCD :-))

9 years agoFix panic on unexpected files in the blob store "completed" directory
Matt Joiner [Sat, 16 May 2015 00:52:35 +0000 (10:52 +1000)]
Fix panic on unexpected files in the blob store "completed" directory

9 years agoSwitch to using a slice for tracking pending chunks. Saves massive amounts of memory.
Matt Joiner [Sat, 16 May 2015 00:51:48 +0000 (10:51 +1000)]
Switch to using a slice for tracking pending chunks. Saves massive amounts of memory.

9 years agogo vet
Matt Joiner [Thu, 14 May 2015 22:41:42 +0000 (08:41 +1000)]
go vet

9 years agoSupport seeding
Matt Joiner [Thu, 14 May 2015 22:39:53 +0000 (08:39 +1000)]
Support seeding

9 years agoBasic pick-file functionality
Alexander Baranov [Mon, 11 May 2015 14:50:59 +0000 (17:50 +0300)]
Basic pick-file functionality

9 years agoMerge pull request #1 from anacrolix/master
Sasha Baranov [Mon, 11 May 2015 14:48:28 +0000 (17:48 +0300)]
Merge pull request #1 from anacrolix/master

Rare panic: a piece is requested that shouldn't have been

9 years agoRare panic: a piece is requested that shouldn't have been
Matt Joiner [Sat, 9 May 2015 01:52:52 +0000 (11:52 +1000)]
Rare panic: a piece is requested that shouldn't have been

9 years agoMerge pull request #13 from milosgajdos83/metainfo-trackerless
Matt Joiner [Tue, 5 May 2015 05:11:10 +0000 (15:11 +1000)]
Merge pull request #13 from milosgajdos83/metainfo-trackerless

Added support for trackerless metainfo files

9 years agoAdding trackerless.torrent metainfo file to test suite
Milos Gajdos [Sun, 3 May 2015 15:37:48 +0000 (16:37 +0100)]
Adding trackerless.torrent metainfo file to test suite

9 years agoAdded support for trackerless metainfo files
Milos Gajdos [Sun, 3 May 2015 10:30:27 +0000 (11:30 +0100)]
Added support for trackerless metainfo files

Based on the official spec
(http://www.bittorrent.org/beps/bep_0005.html) trackerless metainfo
files do not contain announce key. Instead nodes key has to be
specified. This PR adds support for nodes key into metainfo package. It
also contains a test metainfo file.

9 years agobencode: gofmt
Matt Joiner [Wed, 29 Apr 2015 14:32:01 +0000 (00:32 +1000)]
bencode: gofmt

9 years agoApply sortimports
Matt Joiner [Wed, 29 Apr 2015 14:31:34 +0000 (00:31 +1000)]
Apply sortimports

9 years agoMade Torrent.GotInfo a function, to avoid use of zero-initialized channel
Matt Joiner [Wed, 29 Apr 2015 14:30:19 +0000 (00:30 +1000)]
Made Torrent.GotInfo a function, to avoid use of zero-initialized channel

9 years agoPublicly expose Torrent.GotInfo
Matt Joiner [Tue, 28 Apr 2015 05:24:17 +0000 (15:24 +1000)]
Publicly expose Torrent.GotInfo

9 years agoRemove obsolete libtorgo README
Matt Joiner [Mon, 27 Apr 2015 05:04:27 +0000 (15:04 +1000)]
Remove obsolete libtorgo README

9 years agoRewrite imports to local bencode and metainfo
Matt Joiner [Mon, 27 Apr 2015 04:55:01 +0000 (14:55 +1000)]
Rewrite imports to local bencode and metainfo

9 years agoMerge remote-tracking branch 'libtorgo/master' into HEAD
Matt Joiner [Mon, 27 Apr 2015 04:36:35 +0000 (14:36 +1000)]
Merge remote-tracking branch 'libtorgo/master' into HEAD

9 years agofs: Improve test error handling if FUSE isn't available
Matt Joiner [Mon, 27 Apr 2015 04:06:00 +0000 (14:06 +1000)]
fs: Improve test error handling if FUSE isn't available

9 years agoRemove all the old intermediate config fields from Client
Matt Joiner [Mon, 27 Apr 2015 04:05:27 +0000 (14:05 +1000)]
Remove all the old intermediate config fields from Client

9 years agoAdd the --disable-tcp flag to the client options
Matt Joiner [Mon, 20 Apr 2015 07:35:21 +0000 (17:35 +1000)]
Add the --disable-tcp flag to the client options

9 years agoAdd the option to disable encryption
Matt Joiner [Mon, 20 Apr 2015 07:30:22 +0000 (17:30 +1000)]
Add the option to disable encryption

9 years agoRework the Torrent Reader interface, to allow reader options, and add "responsive...
Matt Joiner [Tue, 14 Apr 2015 13:59:41 +0000 (23:59 +1000)]
Rework the Torrent Reader interface, to allow reader options, and add "responsive" as one such option

Had several weeks of testing. Removes a lot of the "helper" reading methods, but this was necessary to allow per-Torrent reading options.

9 years agoMove torrentOffsetRequest and torrentRequestOffset, fixing a bug in former, and test it
Matt Joiner [Tue, 7 Apr 2015 16:20:01 +0000 (02:20 +1000)]
Move torrentOffsetRequest and torrentRequestOffset, fixing a bug in former, and test it

9 years agoimport pp peer_protocol in misc.go
Matt Joiner [Tue, 7 Apr 2015 16:17:15 +0000 (02:17 +1000)]
import pp peer_protocol in misc.go

9 years agocmd/torrent-magnet: Error if arguments are given
Matt Joiner [Tue, 7 Apr 2015 16:15:25 +0000 (02:15 +1000)]
cmd/torrent-magnet: Error if arguments are given

Too easy to make this mistake, and then it hangs.

9 years agoMove piece into its own file
Matt Joiner [Tue, 7 Apr 2015 16:14:35 +0000 (02:14 +1000)]
Move piece into its own file

9 years agofs: Improve test logging
Matt Joiner [Tue, 7 Apr 2015 15:43:50 +0000 (01:43 +1000)]
fs: Improve test logging

9 years agocmd/...: Some package synopses
Matt Joiner [Mon, 6 Apr 2015 13:04:18 +0000 (23:04 +1000)]
cmd/...: Some package synopses

9 years agoMerge pull request #10 from milosgajdos83/dht-bootstrap-servers
Matt Joiner [Thu, 2 Apr 2015 23:33:40 +0000 (10:33 +1100)]
Merge pull request #10 from milosgajdos83/dht-bootstrap-servers

Added BootstrapNodes to dht.ServerConfig

9 years agoAdded BootstrapNodes to dht.ServerConfig
Milos Gajdos [Thu, 2 Apr 2015 22:35:30 +0000 (23:35 +0100)]
Added BootstrapNodes to dht.ServerConfig

This is beneficial to users who are running their own private trackers
or have outbound connections to ports 6881 disallowed on firewalls.

9 years agodht: Remove obsolete function Server.AnnouncePeer
Matt Joiner [Wed, 1 Apr 2015 06:38:17 +0000 (17:38 +1100)]
dht: Remove obsolete function Server.AnnouncePeer

9 years agodht: Apply blocklist to incoming packets
Matt Joiner [Wed, 1 Apr 2015 06:37:32 +0000 (17:37 +1100)]
dht: Apply blocklist to incoming packets

9 years agoIf IP blocklists are enabled, block anything that isn't IPv4
Matt Joiner [Wed, 1 Apr 2015 06:36:51 +0000 (17:36 +1100)]
If IP blocklists are enabled, block anything that isn't IPv4

I know of no public IPv6 blocklists.

9 years agodht: Clean-up interface, add loads of documentation
Matt Joiner [Wed, 1 Apr 2015 06:29:55 +0000 (17:29 +1100)]
dht: Clean-up interface, add loads of documentation

9 years agodht: Rename get_peers.go->announce.go
Matt Joiner [Wed, 1 Apr 2015 05:05:57 +0000 (16:05 +1100)]
dht: Rename get_peers.go->announce.go

It has had the wrong name for a very long time.

9 years agoUpdate README
Matt Joiner [Wed, 1 Apr 2015 03:36:38 +0000 (14:36 +1100)]
Update README

9 years agoRemove unnecessary reflection
Matt Joiner [Wed, 1 Apr 2015 03:34:57 +0000 (14:34 +1100)]
Remove unnecessary reflection

9 years agocmd/torrentfs: Tidy
Matt Joiner [Wed, 1 Apr 2015 03:32:42 +0000 (14:32 +1100)]
cmd/torrentfs: Tidy

9 years agofs: Remove noisy debug logging
Matt Joiner [Wed, 1 Apr 2015 03:31:29 +0000 (14:31 +1100)]
fs: Remove noisy debug logging

9 years agocmd/torrentfs: Check error creating client
Matt Joiner [Wed, 1 Apr 2015 03:30:22 +0000 (14:30 +1100)]
cmd/torrentfs: Check error creating client

This wouldn't have happened with exceptions ;)

9 years agofs: Root node wasn't listing: Bazil keeps changing his interface
Matt Joiner [Wed, 1 Apr 2015 01:15:44 +0000 (12:15 +1100)]
fs: Root node wasn't listing: Bazil keeps changing his interface

9 years agodht: Avoid allocation(s) testing if an IP is blocked
Matt Joiner [Mon, 30 Mar 2015 12:12:33 +0000 (23:12 +1100)]
dht: Avoid allocation(s) testing if an IP is blocked

9 years agoOpinionated torrent filter doesn't belong in this package
Matt Joiner [Mon, 30 Mar 2015 12:11:20 +0000 (23:11 +1100)]
Opinionated torrent filter doesn't belong in this package

9 years agoFix a few minor data races
Matt Joiner [Mon, 30 Mar 2015 12:10:37 +0000 (23:10 +1100)]
Fix a few minor data races

9 years agoUse math.MaxUint64, the more you know
Matt Joiner [Mon, 30 Mar 2015 12:08:43 +0000 (23:08 +1100)]
Use math.MaxUint64, the more you know

9 years agoFix peer parsing error introduced during tracker package merges
Matt Joiner [Mon, 30 Mar 2015 12:05:39 +0000 (23:05 +1100)]
Fix peer parsing error introduced during tracker package merges

9 years agoiplist: Fail invalid IPs, they were always passing
Matt Joiner [Fri, 27 Mar 2015 15:54:17 +0000 (02:54 +1100)]
iplist: Fail invalid IPs, they were always passing

9 years agoShow number of torrents in the client status
Matt Joiner [Fri, 27 Mar 2015 15:51:16 +0000 (02:51 +1100)]
Show number of torrents in the client status

9 years agoAddTorrentSpec now merges in new information an existing torrent didn't have
Matt Joiner [Fri, 27 Mar 2015 15:50:55 +0000 (02:50 +1100)]
AddTorrentSpec now merges in new information an existing torrent didn't have

9 years agocmd/tracker-announce: Send left=-1, which is what we send when we don't have the...
Matt Joiner [Fri, 27 Mar 2015 06:23:42 +0000 (17:23 +1100)]
cmd/tracker-announce: Send left=-1, which is what we send when we don't have the metainfo

9 years agoSend supportcrypto=1 to HTTP trackers
Matt Joiner [Fri, 27 Mar 2015 06:22:42 +0000 (17:22 +1100)]
Send supportcrypto=1 to HTTP trackers

9 years agoThe signedness on several tracker.AnnounceRequest fields now matters
Matt Joiner [Fri, 27 Mar 2015 06:22:00 +0000 (17:22 +1100)]
The signedness on several tracker.AnnounceRequest fields now matters

Sending negative ports and lefts through to HTTP trackers was making them mad.

9 years agoOnly the first tracker was being tried
Matt Joiner [Fri, 27 Mar 2015 06:20:02 +0000 (17:20 +1100)]
Only the first tracker was being tried

Must have lost this in the client tracker clean-up a while back.

9 years agoTidy up error handling on HTTP tracker client
Matt Joiner [Fri, 27 Mar 2015 06:18:45 +0000 (17:18 +1100)]
Tidy up error handling on HTTP tracker client

9 years agocmd/torrent-magnet: Converts a torrent from stdin to a magnet link
Matt Joiner [Fri, 27 Mar 2015 06:16:50 +0000 (17:16 +1100)]
cmd/torrent-magnet: Converts a torrent from stdin to a magnet link

9 years agoMore unnecessary log shushing
Matt Joiner [Fri, 27 Mar 2015 04:37:58 +0000 (15:37 +1100)]
More unnecessary log shushing

9 years agoPrevent bad metadata_size in extended handshakes from stalling completion of metadata
Matt Joiner [Fri, 27 Mar 2015 04:36:59 +0000 (15:36 +1100)]
Prevent bad metadata_size in extended handshakes from stalling completion of metadata

Occasionally bad peers send ridiculous or incorrect metadata_size in their handshakes. If the first acceptable size is wrong, and too small, we'll keep failing metadata completion. If it's too large, honest peers will never send us the pieces we're asking for and we'll never complete the metadata. Now we just adjust the expected metadata size, and keep retrying until we finish. Additionally, we can now request metadata after sending initial messages.

9 years agoMerge all the tracker packages, why would anyone want them separately?
Matt Joiner [Fri, 27 Mar 2015 04:12:15 +0000 (15:12 +1100)]
Merge all the tracker packages, why would anyone want them separately?

9 years agocmd/scrape -> cmd/tracker-announce, and a big refresh
Matt Joiner [Thu, 26 Mar 2015 06:22:17 +0000 (17:22 +1100)]
cmd/scrape -> cmd/tracker-announce, and a big refresh

What it was doing was not scraping, that's something completely different. Now it can also announce magnets.

9 years agoAlmost completed http tracker support
Matt Joiner [Thu, 26 Mar 2015 06:20:31 +0000 (17:20 +1100)]
Almost completed http tracker support

9 years agoUse rogpeppe's sortimports to fix this goimports ordering madness
Matt Joiner [Thu, 26 Mar 2015 06:18:08 +0000 (17:18 +1100)]
Use rogpeppe's sortimports to fix this goimports ordering madness

9 years agoThe license is MPL2.0
Matt Joiner [Wed, 25 Mar 2015 06:35:33 +0000 (17:35 +1100)]
The license is MPL2.0

Fixes #1

9 years agocmd/torrent: Report progress
Matt Joiner [Wed, 25 Mar 2015 06:32:42 +0000 (17:32 +1100)]
cmd/torrent: Report progress

Fixes #6

9 years agoSuppress some noisy errors that aren't interesting to the average user
Matt Joiner [Wed, 25 Mar 2015 06:28:34 +0000 (17:28 +1100)]
Suppress some noisy errors that aren't interesting to the average user

9 years agoFixes for changes to basil.org/fuse
Matt Joiner [Wed, 25 Mar 2015 06:25:24 +0000 (17:25 +1100)]
Fixes for changes to basil.org/fuse

9 years agoShow metadata state in status output
Matt Joiner [Wed, 25 Mar 2015 04:50:31 +0000 (15:50 +1100)]
Show metadata state in status output

This is help verify the cause for an occasional stall obtaining metadata from peers.

9 years agoMove ut_pex back into the "m" map
Matt Joiner [Wed, 25 Mar 2015 04:49:27 +0000 (15:49 +1100)]
Move ut_pex back into the "m" map

9 years agoAdd the ability to disable PEX
Matt Joiner [Wed, 25 Mar 2015 04:42:14 +0000 (15:42 +1100)]
Add the ability to disable PEX

Fixes #3