A new release of BitTorrent is up, version 1.0.2 - http://bitconjurer.org/BitTorrent/download.html It now works on all platforms, copies comments from...
Bram Cohen
bram@...
Jul 2, 2001 8:14 pm
16
I'm guessing those are Base32-encoded SHA1 hashes, using the digit-set that begins at 'A', and skips 'L','O','0','1'. Am I right? Are you taking the true SHA1...
Gordon Mohr
gojomo@...
Jul 3, 2001 12:22 am
17
... Yep. They also sort in the same order as the binary representation. Encoding is handled by asciihash.py ... The whole file. ... I'm not sure what you mean,...
Bram Cohen
bram@...
Jul 3, 2001 1:30 am
18
I'm trying out some new socket code, so somebody please download this - KK3FFFN9WMN6ASNY7MNEKGB3JN74BMY9 # house_of_shame_live.mp3 It's a genitorturers track I...
Bram Cohen
bram@...
Jul 3, 2001 4:44 am
19
By the way, I've successfully downloaded everything people have posted that they published to this list. Thanks for the testing! -Bram Cohen...
Bram Cohen
bram@...
Jul 3, 2001 4:46 am
20
I've put up BitTorrent release 1.0.3 - the cpu hosing problems should be gone now (apparently select() can tell you connections died in a couple of weird ways,...
Bram Cohen
bram@...
Jul 3, 2001 11:44 pm
21
[Hmm, YahooGroups seems to have swallowed the reply I composed via their web interface Tuesday.] ... sort - ... extending ... Yes -- I can see a more...
Gordon Mohr
gojomo@...
Jul 5, 2001 10:28 pm
22
There are three parts to getting a file off another machine - 1) figuring out what file you're interested in 2) figuring out where to download the file from 3)...
Bram Cohen
bram@...
Jul 5, 2001 11:58 pm
23
... I haven't looked closely enough to be sure, but doesn't it do a form of (2) as well, at least when considering the system as a whole? That is, given a blob...
Gordon Mohr
gojomo@...
Jul 6, 2001 12:43 am
24
... Yes, it does a (very) limited bit of (2) as well - 'notice if someone I already happen to be connected to happens to have something I want', but all the...
Bram Cohen
bram@...
Jul 6, 2001 1:47 am
25
Please Enjoy this Freely available music. Recorded August 3rd, 1997 at the "Horizons of Rock Developing Everywhere <H.O.R.D.E> Festival, World Amphitheater in...
Sarah Tohnen
sarah_tohnen@...
Jul 7, 2001 2:05 am
26
... between ... helpful. :) ... this out ... bencode.py and ... binary ... I took a look at the bencode/btemplate facilities -- I've used similar facilities...
Gordon Mohr
gojomo@...
Jul 10, 2001 10:35 pm
27
The BitTorrent web site has been update to be much clearer, and a stable release has been put up, you can get it here - http://bitconjurer.org/BitTorrent/ New...
For you more sophisticated listeners, some jazz. First is a track called Broad Daylights from Ken Vandermark's new band "School Days" recorded recently in San...
Sarah Tohnen
sarah_tohnen@...
Jul 11, 2001 6:05 am
30
... You're using '2' as your start/zero digit -- which gets you that nice sorting behavior, but is unlike most other Base32 definitions. For example, consider...
Gordon Mohr
gojomo@...
Jul 11, 2001 8:58 pm
31
Just thought I should point out that the .tar download on the website should be a .tar.gz. ^_^ Love, -david...
David Weekly
dweekly@...
Jul 13, 2001 6:42 am
32
... Yeah, thanks for reminding me - that's probably how the mozilla plug-in will work. -Bram Cohen...
Bram Cohen
bram@...
Jul 16, 2001 11:47 am
33
... The next release will switch to hex encoding to get rid of these problems. -Bram Cohen...
Bram Cohen
bram@...
Jul 16, 2001 11:48 am
34
... Fixed. -Bram Cohen...
Bram Cohen
bram@...
Jul 16, 2001 11:51 am
35
... problems. Ack! And Bitzi just decided to switch from hex to base32 (a->9, no OL01) for added compactness in some highly-space- restrained contexts. (We're...
Gordon Mohr
gojomo@...
Jul 16, 2001 7:48 pm
36
... BitTorrent actually has two encodings - binary and human-readable. All the wire protocol stuff is in binary. It's hard to get more compact than binary :) ...
Bram Cohen
bram@...
Jul 17, 2001 10:45 pm
37
I'm running a stable BitTorrent peer at 64.81.72.218, which has everything people have posted about to this list - is anyone else running a peer which they...
Bram Cohen
bram@...
Jul 17, 2001 10:56 pm
38
Version 1.0.5 of BitTorrent is out, you can get it here - http://bitconjurer.org/BitTorrent/ All the encryption is now being done in C, as a result of which...
Bram Cohen
bram@...
Jul 20, 2001 10:17 pm
39
... [snip] ... Building the native crypto stuff is not very happy on OS X. It's hard for me to tell whether run.py works or not since it produces no output. ...
Wesley Felter
wesley@...
Jul 21, 2001 4:33 am
40
... The problem is that the C library I'm currently using makes a lot of demands of the preprocessor, and anything other than the latest version of gcc (and...
Bram Cohen
bram@...
Jul 21, 2001 5:12 am
41
... I ship a slightly more sane version of the canonical fast C Rijndael implementation with libfreenet, and I know it to have compiled on a number of...
Steven Hazel
sah@...
Jul 21, 2001 5:53 am
42
... Does that have a single coherent file I can yank which just does rijndael? -Bram Cohen...
Bram Cohen
bram@...
Jul 21, 2001 9:40 am
43
... No, but it's got everything in a directory with a Makefile.am and Makefile.in. If you want I can throw in a configure script and give you a librijndaelfst...
Steven Hazel
sah@...
Jul 21, 2001 3:19 pm
44
1.0.6 is out. I put in a different rijndael library. This one doesn't abuse the C preprocessor, so it should build on all platforms just fine. It also fits ...