... RedHat REALLY needs BitTorrent. ... Thank you. I don't know how many downloads the BitTorrent distribution has gotten, but I doubt it's been near 6000. ...
... Multiple files served by a single process on a single port is currently supported by the protocol but not implemented yet. It probably will be relatively...
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv24545/BitTorrent Modified Files: EndgameDownloader.py Log Message: ...
Bram Cohen
bram_cohen@...
Nov 2, 2002 9:01 am
794
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv16501/BitTorrent Added Files: CurrentRateMeasure.py Log Message: ...
Bram Cohen
bram_cohen@...
Nov 2, 2002 9:01 am
795
Update of /cvsroot/bittorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv25363 Modified Files: bittorrent.nsi credits.txt Log Message: made it work in...
Bram Cohen
bram_cohen@...
Nov 3, 2002 7:44 am
796
Update of /cvsroot/bittorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv11324 Modified Files: credits.txt Log Message: added excluded dirs functionality...
Bram Cohen
bram_cohen@...
Nov 5, 2002 11:47 pm
797
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv11324/BitTorrent Modified Files: testtest.py Log Message: added...
Bram Cohen
bram_cohen@...
Nov 5, 2002 11:47 pm
798
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv13797/BitTorrent Modified Files: __init__.py Log Message: upgraded...
Bram Cohen
bram_cohen@...
Nov 5, 2002 11:47 pm
799
I am trying to download a fairly large file (765Mb). It gets right to the end and then continues uploading but the download stops and never appears to...
bwlonsdale1864
bwlonsdale@...
Nov 5, 2002 11:47 pm
800
Update of /cvsroot/bittorrent/BitTorrent In directory usw-pr-cvs1:/tmp/cvs-serv13797 Modified Files: bittorrent.nsi Log Message: upgraded version numbers ...
Bram Cohen
bram_cohen@...
Nov 5, 2002 11:47 pm
801
fyi I have heard this complaint from OSX users too... drue...
Andrew Loewenstern
bt@...
Nov 5, 2002 11:54 pm
802
I pushed out a new release of BitTorrent http://bitconjurer.org/BitTorrent/download.html New in this release - polished GUI, better upload/download rate ...
i'm running BT on OSX 10.2 (jaguar). i have only seen this problem once, but i have talked to others who have encountered it a few times. this seems to work:...
... That behavior is usually caused by the origin going down. I'm unaware of any bugs in the latest release which can cause it. If anyone observes this...
First, I simply assume "Bencoding" is a properitary format. If, instead, it is a format Python use for internal data stream or so, then, well... I can...
... Human readability is not one of the goals of bencoding. Had anyone suggested [] instead of le several months ago I might have done it, but the protocol is...
... Okay, I'm stumped. I just stared at EndgameDownloader some, and can't for the life of me see what could cause this behavior. Hopefully this behavior will...
On August 24, someone (Andrew Loewenstern) kindly explained here how to read the tracker log and the download info site. He said "... info_hash which is the...
... it's the sha1 of the info portion. If x is the .torrent file, the hash is sha(bencode(bdecode(x)['info'])).hexdigest() The actual file name isn't displayed...
Alrite, here is my quick hack. As you can see, I have a rather extensive programming style, especially when it's Python. :) ... from sys import * from sha...
I just tried BitTorrent for Windows to download the 3 RedHat CD. Very nice. I was pleased that it didn't die when my net connection when down. However, it...
oohay33_99
oohay33_99@...
Nov 9, 2002 11:21 pm
813
Hey, I know this is a stupid question. I'm sorry. Whenever the torrent files are media, I can't get IE to stop opening WMP and trying to play them. I can't...
funstalin
funstalin@...
Nov 9, 2002 11:21 pm
814
... I've seen that behavior, and it is very annoying. I've considered making it only display one error message and not display later ones if the user hasn't...
The problem is the file is named something like "foobar.avi.torrent" and that screws up IE. IE see .avi and goes on that instead of the mime type or the...
Andrew Loewenstern
bt@...
Nov 9, 2002 11:28 pm
816
... Internet Explorer figures out what type something is by the following algorithm - First, it looks at the first few bytes of the file to see if it can infer...
... Fiddling with max_upload probably wont help too much unless you have mega bandwidth or if you turn off uploading complete. What really does help is to...
Andrew Loewenstern
bt@...
Nov 9, 2002 11:46 pm
818
Bram, I think a normal "history.txt" included in the release would really help people. I know you post every improvement in cvs here, and it's a good thing,...
3.0.2 Windows installer fails with the notice "Cannot access the given device, path or file. Maybe you do not have the privilege to access the element." I am...