Added version trackers to Blist, Binteger and added BString for Bittorrent code.

svn path=/trunk/boinc/; revision=12710
This commit is contained in:
Janus B. Kristensen 2007-05-22 07:48:23 +00:00
parent a07054742d
commit 97e2028bf4
1 changed files with 11 additions and 1 deletions

View File

@ -5081,7 +5081,7 @@ Janus 20 May 2007
- Added BEncoded lists to the Bittorrent serverside utility classes
html/bt/inc/
blist.php
blist.php (new)
Rom 21 May 2007
- Bug Fix: fprintf is an ANSI function in Linux, convert Unicode
@ -5146,3 +5146,13 @@ David 21 May 2007
sched/
feeder.C
start
Janus 22 May 2007
- Fixed missing version trackers in BInteger, BList classes
- Added BString class for BEncoded strings for the Bittorrent code
html/bt/inc/
blist.php
binteger.php
bstring.php (new)