* Removing PeerConnection as PeerConnectionLeech is finished, only debugging remains. |
|
More...
|
almost 20 years ago
|
* Work on leeching connection. |
|
More...
|
almost 20 years ago
|
* Made ChunkList::sync_periodic() lazier. |
|
More...
|
almost 20 years ago
|
* Added lazy syncing of chunks. |
|
More...
|
almost 20 years ago
|
* Use ChunkHandle instead of ChunkListNode*, this will include write reference counter. |
|
More...
|
almost 20 years ago
|
* Cleanup. |
|
More...
|
almost 20 years ago
|
* Cleaned up socket read/write error handling. |
|
More...
|
almost 20 years ago
|
* Minor bug fixes. |
|
More...
|
almost 20 years ago
|
* Fixed some bugs and cleaned up the code. |
|
More...
|
almost 20 years ago
|
* Finished keep-alive in PeerConnectionSeed. |
|
More...
|
almost 20 years ago
|
* Almost completed PeerConnectionSeed, only missing the keep-alive message. |
|
More...
|
almost 20 years ago
|
* Renamed read/write stuff to down/up. |
|
More...
|
almost 20 years ago
|
* File progress wasn't being updated as the index range iterator was off by one. |
|
More...
|
almost 20 years ago
|
* Refactoring Storage; Moving stuff from src/content to src/download and src/data. |
|
More...
|
almost 20 years ago
|
* Refactoring Download*: Got rid of DownloadState. |
|
More...
|
almost 20 years ago
|
* Refactoring Storage; more cleanups. |
|
More...
|
almost 20 years ago
|
* Refactoring storage; new ChunkList class. |
|
More...
|
almost 20 years ago
|
* Cleanup of storage code; EntryList and EntryListNode done. |
|
More...
|
almost 20 years ago
|
* Refactoring storage management. |
|
More...
|
almost 20 years ago
|
* Code cleanup. |
|
More...
|
almost 20 years ago
|
* Cleaned up tracker code, only need to include "tracker/tracker_manager.h". |
|
More...
|
almost 20 years ago
|
* Fixed a bad fix for byte alignment issues. |
|
More...
|
almost 20 years ago
|
* TrackerBase::slot_log(...) was connected to the failed signals, messing up TrackerManager. Removed the slot. |
|
More...
|
almost 20 years ago
|
* Changed the TaskScheduler so new tasks are inserted beyond the last due task when executing. |
|
More...
|
almost 20 years ago
|
* Removed PeerConnection::m_taskStall, use the keepalive task instead. |
|
More...
|
almost 20 years ago
|
* Add includes of headers for select. |
|
More...
|
almost 20 years ago
|
* Use a common task item to trigger keepalive for all connections. |
|
More...
|
almost 20 years ago
|
* Added byte alignment check, if required use a different means of reading ints from ProtocolBuffer. |
|
More...
|
almost 20 years ago
|
* Use integer seconds for timeouts so that if a large number of timeouts are scheduled over the timespan of a second, they get grouped. |
|
More...
|
almost 20 years ago
|
* Properly close tracker requests when closing a download. |
|
More...
|
almost 20 years ago
|