]> Sergey Matveev's repositories - btrtrc.git/log
btrtrc.git
9 years agoTODO
Matt Joiner [Sun, 24 Aug 2014 20:01:09 +0000 (06:01 +1000)]
TODO

9 years agoStop announcing on DHT if a torrent is removed
Matt Joiner [Sun, 24 Aug 2014 20:01:05 +0000 (06:01 +1000)]
Stop announcing on DHT if a torrent is removed

9 years agoMake NoUpload a client configuration option and use it for torrentfs
Matt Joiner [Sun, 24 Aug 2014 20:00:29 +0000 (06:00 +1000)]
Make NoUpload a client configuration option and use it for torrentfs

9 years agoImprove incomplete piece ordering, responsive download strategy
Matt Joiner [Sun, 24 Aug 2014 19:31:34 +0000 (05:31 +1000)]
Improve incomplete piece ordering, responsive download strategy

9 years agoUse CopyExact when extracting handshake read
Matt Joiner [Sun, 24 Aug 2014 19:25:52 +0000 (05:25 +1000)]
Use CopyExact when extracting handshake read

9 years agoLet client.DataWaiter have its own mutex
Matt Joiner [Sun, 24 Aug 2014 19:24:18 +0000 (05:24 +1000)]
Let client.DataWaiter have its own mutex

9 years agoMake use of levelmu to prioritize client.TorrentReadAt
Matt Joiner [Sun, 24 Aug 2014 19:23:28 +0000 (05:23 +1000)]
Make use of levelmu to prioritize client.TorrentReadAt

9 years agoAdd levelmu, a package implementing priority mutex with levels
Matt Joiner [Sun, 24 Aug 2014 19:22:34 +0000 (05:22 +1000)]
Add levelmu, a package implementing priority mutex with levels

9 years agoAdd some checks to TorrentReadAt for 0 byte reads
Matt Joiner [Sat, 23 Aug 2014 20:54:14 +0000 (06:54 +1000)]
Add some checks to TorrentReadAt for 0 byte reads

9 years agoAdd piece length to torrent status
Matt Joiner [Sat, 23 Aug 2014 17:11:35 +0000 (03:11 +1000)]
Add piece length to torrent status

9 years agoCount posted cancels
Matt Joiner [Sat, 23 Aug 2014 17:10:47 +0000 (03:10 +1000)]
Count posted cancels

9 years agoTODO
Matt Joiner [Sat, 23 Aug 2014 17:09:13 +0000 (03:09 +1000)]
TODO

9 years agoOptimize torrent.Length()
Matt Joiner [Sat, 23 Aug 2014 17:09:02 +0000 (03:09 +1000)]
Optimize torrent.Length()

9 years agoGot a nice working algorithm for responsive download strategy
Matt Joiner [Sat, 23 Aug 2014 17:08:11 +0000 (03:08 +1000)]
Got a nice working algorithm for responsive download strategy

9 years agoAdd a counter for optimized cancels
Matt Joiner [Sat, 23 Aug 2014 17:04:07 +0000 (03:04 +1000)]
Add a counter for optimized cancels

9 years agoCount unexpected cancels received
Matt Joiner [Fri, 22 Aug 2014 07:47:44 +0000 (17:47 +1000)]
Count unexpected cancels received

9 years agoExtend the dial timeout to 30s
Matt Joiner [Fri, 22 Aug 2014 07:40:22 +0000 (17:40 +1000)]
Extend the dial timeout to 30s

9 years agoMissing Close
Matt Joiner [Fri, 22 Aug 2014 07:40:10 +0000 (17:40 +1000)]
Missing Close

9 years agoClarify EOF in message decoding
Matt Joiner [Fri, 22 Aug 2014 07:39:18 +0000 (17:39 +1000)]
Clarify EOF in message decoding

9 years agoAvoid allocations in shuffledPendingChunkSpecs
Matt Joiner [Fri, 22 Aug 2014 07:37:18 +0000 (17:37 +1000)]
Avoid allocations in shuffledPendingChunkSpecs

9 years agoDitch ordering of prioritized chunks
Matt Joiner [Fri, 22 Aug 2014 07:35:15 +0000 (17:35 +1000)]
Ditch ordering of prioritized chunks

9 years agoImprove status and logging
Matt Joiner [Fri, 22 Aug 2014 07:33:17 +0000 (17:33 +1000)]
Improve status and logging

9 years agoSimplify dirwatch to scan the whole directory on changes
Matt Joiner [Fri, 22 Aug 2014 07:31:03 +0000 (17:31 +1000)]
Simplify dirwatch to scan the whole directory on changes

9 years agoImprove DHT distance tests
Matt Joiner [Thu, 21 Aug 2014 17:45:31 +0000 (03:45 +1000)]
Improve DHT distance tests

9 years agoExtract function generating all chunk specs for a piece
Matt Joiner [Thu, 21 Aug 2014 17:42:38 +0000 (03:42 +1000)]
Extract function generating all chunk specs for a piece

9 years agoFix crash in metadata requests beyond available info bytes
Matt Joiner [Thu, 21 Aug 2014 17:42:00 +0000 (03:42 +1000)]
Fix crash in metadata requests beyond available info bytes

9 years agoImprove the log message for torrentfs reads
Matt Joiner [Thu, 21 Aug 2014 15:37:34 +0000 (01:37 +1000)]
Improve the log message for torrentfs reads

9 years agoExport some log events via expvar instead
Matt Joiner [Thu, 21 Aug 2014 15:33:13 +0000 (01:33 +1000)]
Export some log events via expvar instead

9 years agoFix error in bitfield correction expression and off by one condition when metadata...
Matt Joiner [Thu, 21 Aug 2014 15:26:41 +0000 (01:26 +1000)]
Fix error in bitfield correction expression and off by one condition when metadata is completed

9 years agoRemove torrent from download strategy when dropped
Matt Joiner [Thu, 21 Aug 2014 15:25:18 +0000 (01:25 +1000)]
Remove torrent from download strategy when dropped

9 years agoAdd test for dht.NewServer and change StopServing to Close
Matt Joiner [Thu, 21 Aug 2014 11:12:50 +0000 (21:12 +1000)]
Add test for dht.NewServer and change StopServing to Close

9 years agoStore pending peers in a dict to prevent duplicates
Matt Joiner [Thu, 21 Aug 2014 11:10:19 +0000 (21:10 +1000)]
Store pending peers in a dict to prevent duplicates

9 years agoClean up imports
Matt Joiner [Thu, 21 Aug 2014 11:08:56 +0000 (21:08 +1000)]
Clean up imports

9 years agoMove some tracker.CompactPeer into util
Matt Joiner [Thu, 21 Aug 2014 11:07:44 +0000 (21:07 +1000)]
Move some tracker.CompactPeer into util

9 years agoAdd CopyExact util function
Matt Joiner [Thu, 21 Aug 2014 08:24:19 +0000 (18:24 +1000)]
Add CopyExact util function

9 years agoAdd TODO file
Matt Joiner [Thu, 21 Aug 2014 08:13:41 +0000 (18:13 +1000)]
Add TODO file

9 years agoImprove the internal connection and handshake logic
Matt Joiner [Thu, 21 Aug 2014 08:12:49 +0000 (18:12 +1000)]
Improve the internal connection and handshake logic

9 years agoTidy up the torrent and DHT APIs
Matt Joiner [Thu, 21 Aug 2014 08:07:06 +0000 (18:07 +1000)]
Tidy up the torrent and DHT APIs

9 years agoPrint dht-ping reponses with %q
Matt Joiner [Sat, 16 Aug 2014 14:44:05 +0000 (00:44 +1000)]
Print dht-ping reponses with %q

9 years agoTriage upload contention due to lack of uploader routine
Matt Joiner [Thu, 24 Jul 2014 03:46:49 +0000 (13:46 +1000)]
Triage upload contention due to lack of uploader routine

9 years agoTriage announcer leak on dropped torrents
Matt Joiner [Thu, 24 Jul 2014 03:46:14 +0000 (13:46 +1000)]
Triage announcer leak on dropped torrents

9 years agocmd/torrentfs: Missing listener on client
Matt Joiner [Thu, 24 Jul 2014 03:45:49 +0000 (13:45 +1000)]
cmd/torrentfs: Missing listener on client

9 years agodht: Message only the most likely peers
Matt Joiner [Thu, 24 Jul 2014 03:45:18 +0000 (13:45 +1000)]
dht: Message only the most likely peers

9 years agoSupport watching for ".magnet" files in torrent directory
Matt Joiner [Thu, 24 Jul 2014 03:44:23 +0000 (13:44 +1000)]
Support watching for ".magnet" files in torrent directory

9 years agoComments and logging
Matt Joiner [Thu, 24 Jul 2014 03:43:45 +0000 (13:43 +1000)]
Comments and logging

9 years agoImprove client status
Matt Joiner [Thu, 24 Jul 2014 03:43:11 +0000 (13:43 +1000)]
Improve client status

9 years agoMove priority management entirely into the download strategies
Matt Joiner [Thu, 24 Jul 2014 03:42:31 +0000 (13:42 +1000)]
Move priority management entirely into the download strategies

9 years agotorrentfs: Support torrents that don't yet have their metadata
Matt Joiner [Wed, 23 Jul 2014 04:55:38 +0000 (14:55 +1000)]
torrentfs: Support torrents that don't yet have their metadata

9 years agoAbstract the status HTTP server into package util
Matt Joiner [Tue, 22 Jul 2014 15:54:58 +0000 (01:54 +1000)]
Abstract the status HTTP server into package util

9 years agotorrentfs: Match the active torrents to those found in the given directory
Matt Joiner [Tue, 22 Jul 2014 15:54:11 +0000 (01:54 +1000)]
torrentfs: Match the active torrents to those found in the given directory

9 years agoFix missed unlock adding peers to non-existent torrent
Matt Joiner [Tue, 22 Jul 2014 15:51:30 +0000 (01:51 +1000)]
Fix missed unlock adding peers to non-existent torrent

9 years agoFix crash printing client status if DHT isn't enabled
Matt Joiner [Tue, 22 Jul 2014 15:50:49 +0000 (01:50 +1000)]
Fix crash printing client status if DHT isn't enabled

9 years agoImplement "yourip" field of extension protocol handshake
Matt Joiner [Tue, 22 Jul 2014 11:45:12 +0000 (21:45 +1000)]
Implement "yourip" field of extension protocol handshake

9 years agoScript that unblocks unit tests frozen in FUSE
Matt Joiner [Thu, 17 Jul 2014 16:39:09 +0000 (02:39 +1000)]
Script that unblocks unit tests frozen in FUSE

9 years agoFix peer_protocol test
Matt Joiner [Thu, 17 Jul 2014 16:38:32 +0000 (02:38 +1000)]
Fix peer_protocol test

9 years agoPut checks in place for peer addresses with a zero Port
Matt Joiner [Thu, 17 Jul 2014 16:38:11 +0000 (02:38 +1000)]
Put checks in place for peer addresses with a zero Port

9 years agoError in connection.writer goroutine wasn't killing the connection
Matt Joiner [Thu, 17 Jul 2014 16:37:33 +0000 (02:37 +1000)]
Error in connection.writer goroutine wasn't killing the connection

9 years agodht_test: Add commented out test I haven't resolved yet
Matt Joiner [Thu, 17 Jul 2014 06:05:21 +0000 (16:05 +1000)]
dht_test: Add commented out test I haven't resolved yet

9 years agoTODO
Matt Joiner [Thu, 17 Jul 2014 06:04:56 +0000 (16:04 +1000)]
TODO

9 years agoShow piece counts for peers in status page
Matt Joiner [Thu, 17 Jul 2014 06:04:43 +0000 (16:04 +1000)]
Show piece counts for peers in status page

Lets me visually check that connections agree on number of pieces.

9 years agodht: Timeout goroutines waiting for transaction responses
Matt Joiner [Thu, 17 Jul 2014 06:03:59 +0000 (16:03 +1000)]
dht: Timeout goroutines waiting for transaction responses

9 years agoFix goroutine leak for connection.writer
Matt Joiner [Thu, 17 Jul 2014 06:02:30 +0000 (16:02 +1000)]
Fix goroutine leak for connection.writer

9 years agoSquash some more debug messages, fix some other error handling
Matt Joiner [Thu, 17 Jul 2014 06:01:48 +0000 (16:01 +1000)]
Squash some more debug messages, fix some other error handling

9 years agoMissing newline between torrents in client status
Matt Joiner [Thu, 17 Jul 2014 05:58:33 +0000 (15:58 +1000)]
Missing newline between torrents in client status

9 years agoUse low-water mark to populate connection requests
Matt Joiner [Wed, 16 Jul 2014 07:11:45 +0000 (17:11 +1000)]
Use low-water mark to populate connection requests

I can't believe I didn't think of this before. It should address massive
performance problems I've had here.

9 years agoSquash various unhandled DHT messages
Matt Joiner [Wed, 16 Jul 2014 07:10:49 +0000 (17:10 +1000)]
Squash various unhandled DHT messages

9 years agoFix crash when KRPC messages don't contain a valid "t" field
Matt Joiner [Wed, 16 Jul 2014 07:10:17 +0000 (17:10 +1000)]
Fix crash when KRPC messages don't contain a valid "t" field

9 years agoCorrect the connection peer bitfields when the metadata becomes available
Matt Joiner [Wed, 16 Jul 2014 07:09:30 +0000 (17:09 +1000)]
Correct the connection peer bitfields when the metadata becomes available

9 years agoMemory leak because queued peer requests aren't treated yet
Matt Joiner [Wed, 16 Jul 2014 07:08:47 +0000 (17:08 +1000)]
Memory leak because queued peer requests aren't treated yet

9 years agoSquash some unhelpful log messages now that stuff is available in status
Matt Joiner [Wed, 16 Jul 2014 07:08:25 +0000 (17:08 +1000)]
Squash some unhelpful log messages now that stuff is available in status

9 years agoAdd more information I've needed to the status page
Matt Joiner [Wed, 16 Jul 2014 07:07:28 +0000 (17:07 +1000)]
Add more information I've needed to the status page

9 years agoMake the discovery source for a connection more descriptive
Matt Joiner [Wed, 16 Jul 2014 07:06:18 +0000 (17:06 +1000)]
Make the discovery source for a connection more descriptive

9 years agoInvalidating metadata would cause a crash when metadata pieces kept arriving
Matt Joiner [Mon, 14 Jul 2014 13:12:52 +0000 (23:12 +1000)]
Invalidating metadata would cause a crash when metadata pieces kept arriving

9 years agoClient would attempt to download if unchoked before the metadata is available
Matt Joiner [Mon, 14 Jul 2014 13:12:15 +0000 (23:12 +1000)]
Client would attempt to download if unchoked before the metadata is available

9 years agoAPI changes in github.com/anacrolix/libtorgo
Matt Joiner [Sun, 13 Jul 2014 07:37:12 +0000 (17:37 +1000)]
API changes in github.com/anacrolix/libtorgo

9 years agodht: Reply to get_peers and find_node queries
Matt Joiner [Fri, 11 Jul 2014 15:24:01 +0000 (01:24 +1000)]
dht: Reply to get_peers and find_node queries

9 years agocmd/torrent: Run the http server by default
Matt Joiner [Fri, 11 Jul 2014 15:23:10 +0000 (01:23 +1000)]
cmd/torrent: Run the http server by default

9 years agoAdd DHT support to cmd/torrent
Matt Joiner [Fri, 11 Jul 2014 09:30:20 +0000 (19:30 +1000)]
Add DHT support to cmd/torrent

9 years agoRun go vet on everything
Matt Joiner [Wed, 9 Jul 2014 16:59:37 +0000 (02:59 +1000)]
Run go vet on everything

9 years agoFix incorrect log call
Matt Joiner [Wed, 9 Jul 2014 16:53:46 +0000 (02:53 +1000)]
Fix incorrect log call

At least vet catches it...

9 years agoKeep pieces sorted by bytes left
Matt Joiner [Wed, 9 Jul 2014 14:26:58 +0000 (00:26 +1000)]
Keep pieces sorted by bytes left

9 years agoAdd some extra char flags to connection status
Matt Joiner [Wed, 9 Jul 2014 14:16:09 +0000 (00:16 +1000)]
Add some extra char flags to connection status

9 years agodht-get-peers: Some improvements
Matt Joiner [Wed, 9 Jul 2014 14:15:28 +0000 (00:15 +1000)]
dht-get-peers: Some improvements

9 years agotorrent-infohash: utility to print the info hash of a torrent file
Matt Joiner [Wed, 9 Jul 2014 14:15:03 +0000 (00:15 +1000)]
torrent-infohash: utility to print the info hash of a torrent file

9 years agoStart a simpler replacement for davecheney's profile package
Matt Joiner [Wed, 9 Jul 2014 14:14:19 +0000 (00:14 +1000)]
Start a simpler replacement for davecheney's profile package

9 years agodht: Concurrency improvements and fixes to bootstrapping and getting peers
Matt Joiner [Wed, 9 Jul 2014 14:13:54 +0000 (00:13 +1000)]
dht: Concurrency improvements and fixes to bootstrapping and getting peers

9 years agoFix crash quitting when accept conn is closed
Matt Joiner [Thu, 3 Jul 2014 15:44:15 +0000 (01:44 +1000)]
Fix crash quitting when accept conn is closed

9 years agoImplement dht-get-peers command and GetPeers method in dht package
Matt Joiner [Thu, 3 Jul 2014 15:43:04 +0000 (01:43 +1000)]
Implement dht-get-peers command and GetPeers method in dht package

9 years agoMove compactPeers type to util package
Matt Joiner [Thu, 3 Jul 2014 15:41:46 +0000 (01:41 +1000)]
Move compactPeers type to util package

9 years agoFix crash when peer has only sent lower-index HAVE messages
Matt Joiner [Mon, 30 Jun 2014 14:06:58 +0000 (00:06 +1000)]
Fix crash when peer has only sent lower-index HAVE messages

9 years agoImprove some log messages
Matt Joiner [Mon, 30 Jun 2014 14:05:28 +0000 (00:05 +1000)]
Improve some log messages

9 years agoRecord if a connection was incoming
Matt Joiner [Mon, 30 Jun 2014 14:04:28 +0000 (00:04 +1000)]
Record if a connection was incoming

9 years agoA CPU optimization to FillRequests when we know no more can be added
Matt Joiner [Mon, 30 Jun 2014 14:03:07 +0000 (00:03 +1000)]
A CPU optimization to FillRequests when we know no more can be added

9 years agoDisable request heat assertion for now
Matt Joiner [Sun, 29 Jun 2014 14:22:36 +0000 (00:22 +1000)]
Disable request heat assertion for now

Probably want a flag to do intensive checks like this

9 years agoMove download strategies into their own file
Matt Joiner [Sun, 29 Jun 2014 14:22:05 +0000 (00:22 +1000)]
Move download strategies into their own file

9 years agoSome minor tweaks
Matt Joiner [Sun, 29 Jun 2014 09:10:59 +0000 (19:10 +1000)]
Some minor tweaks

9 years agoFix crash writing torrent status before priorities are initialized
Matt Joiner [Sun, 29 Jun 2014 09:08:46 +0000 (19:08 +1000)]
Fix crash writing torrent status before priorities are initialized

9 years agoFix a race where the last piece of a torrent is requested before it's been hashed
Matt Joiner [Sun, 29 Jun 2014 09:08:16 +0000 (19:08 +1000)]
Fix a race where the last piece of a torrent is requested before it's been hashed

9 years agoAdd peers sent over PEX
Matt Joiner [Sun, 29 Jun 2014 09:07:43 +0000 (19:07 +1000)]
Add peers sent over PEX

9 years agoAdd support for extended handshake "v", "reqq", and "p" fields
Matt Joiner [Sun, 29 Jun 2014 08:57:49 +0000 (18:57 +1000)]
Add support for extended handshake "v", "reqq", and "p" fields