Changes to the stream object in the Http class and download_create(...). |
|
More...
|
over 20 years ago
|
Modified the torrent::Http class API, put more of the functions in the Base class. |
|
More...
|
over 20 years ago
|
Various bug fixes. |
|
More...
|
over 20 years ago
|
Made the cleanup safer by explicitly cleaning up in torrent::initialize() and torrent::cleanup(). |
|
More...
|
over 20 years ago
|
Use WILLNEED on chunks ahead in the queue, added variables to Settings. |
|
More...
|
over 20 years ago
|
Cleaned up HashQueue. |
|
More...
|
over 20 years ago
|
Added mtime check when resuming torrents. |
|
More...
|
over 20 years ago
|
Added removing of ranges of resume data if the files are not valid. |
|
More...
|
over 20 years ago
|
Preliminary fast resume working, lacks st_mtime checking and ranges. |
|
More...
|
over 20 years ago
|
Exporting bitfield with resume_save(). |
|
More...
|
over 20 years ago
|
Moving around download_create()'s code, making it more modular. |
|
More...
|
over 20 years ago
|
New initial torrent hash checking scheme in the works. |
|
More...
|
over 20 years ago
|
Fixing aggressive redraw bug in rtorrent and tagging 0.4.7. |
|
More...
|
over 20 years ago
|
Fixing various Makefile problems. |
|
More...
|
over 20 years ago
|
git-svn-id: svn://rakshasa.no/libtorrent/trunk/libtorrent@220 e378c898-3ddf-0310-93e7-cc216c733640 |
|
More...
|
over 20 years ago
|
git-svn-id: svn://rakshasa.no/libtorrent/trunk/libtorrent@219 e378c898-3ddf-0310-93e7-cc216c733640 |
|
More...
|
over 20 years ago
|
More moving, prepare for release of 0.4.6. |
|
More...
|
over 20 years ago
|
Cleaning up and moving timer.h and piece.h. |
|
More...
|
over 20 years ago
|
Range::erase(...) implemented and tested. |
|
More...
|
over 20 years ago
|
Expanding Ranges to allow for arbitary insert/remove of ranges. |
|
More...
|
over 20 years ago
|
Seperated ranges code from priority. |
|
More...
|
over 20 years ago
|
Added --dump=[path] flag to client. Mostly for testing the library side code. Won't bother with housekeeping, that's for the rewrite of the client. |
|
More...
|
over 20 years ago
|
Making DownloadWrapper which holds the Bencode and DownloadMain for all downloads. First step in exporting/fast resumes. |
|
More...
|
over 20 years ago
|
Added chunks done counter to the client, convert to precentage sometime in the future. |
|
More...
|
over 20 years ago
|
Fixed bug in BitFieldExt::set(...). |
|
More...
|
over 20 years ago
|
Moved bitfield.* to utils. |
|
More...
|
over 20 years ago
|
Added rate for peer based on incoming HAVE messages. |
|
More...
|
over 20 years ago
|
Removed cast to unsigned int in output. |
|
More...
|
over 20 years ago
|
* Cleaning up BitField. |
|
More...
|
over 20 years ago
|
Bencode cleanup. |
|
More...
|
over 20 years ago
|