No files or symbols found.
+5 −5
README.md
README.md
+14 −20
cmd.js
bin/cmd.js
                drawTorrent
              
Function
                draw
              
Function
+22 −41
index.js
index.js
                WebTorrent
              
Function
                _ontorrent
              
Function
+3 −1
append-to.js
lib/append-to.js
                appendTo
              
Function
+
                noop
              
Function
+37 −49
file-stream.js
lib/file-stream.js
                FileStream
              
Function
+120 −0
file.js
lib/file.js
+
                File
              
Function
+0 −211
fs-storage.js
lib/fs-storage.js
-
                FSStorage
              
Function
-
                readFromNextFile
              
Function
-
                done
              
Function
-
                writeToNextFile
              
Function
-
                loop
              
Function
+61 −0
load-chunk-store.js
lib/load-chunk-store.js
+
                loadChunkStore
              
Function
+
                onData
              
Function
+
                onFinish
              
Function
+
                onError
              
Function
+
                maybeDone
              
Function
+
                cleanup
              
Function
+
                noop
              
Function
+0 −683
storage.js
lib/storage.js
-
                noop
              
Function
-
                Piece
              
Function
-
                onResult
              
Function
-
                File
              
Function
-
                Storage
              
Function
-
                onData
              
Function
-
                onBlockData
              
Function
-
                onBlockEnd
              
Function
-
                blockCleanup
              
Function
-
                onError
              
Function
-
                onDone
              
Function
-
                cleanup
              
Function
-
                readNextBlock
              
Function
+294 −257
torrent.js
lib/torrent.js
                Torrent
              
Function
                onChokeTimeout
              
Function
                updateSeedStatus
              
Function
                speedRanker
              
Function
+
                onChunk
              
Function
                onUpdateTick
              
Function
                getPipelineLength
              
Function
                noop
              
Function
+6 −1
package.json
package.json
+1 −1
download-dht-magnet.js
test/download-dht-magnet.js
+1 −1
download-dht-torrent.js
test/download-dht-torrent.js
+1 −1
download-tracker-magnet.js
test/download-tracker-magnet.js
                magnetDownloadTest
              
Function
+1 −1
download-tracker-torrent.js
test/download-tracker-torrent.js
                torrentDownloadTest
              
Function
+1 −1
server.js
test/server.js
+0 −61
storage.js
test/storage.js