Changes between Version 10 and Version 11 of DevProjects


Ignore:
Timestamp:
Oct 17, 2007, 7:08:46 PM (17 years ago)
Author:
Didactylos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v10 v11  
    2525          * Same, but for suspend: if we tell a client to suspend and it's still using
    2626            lots of CPU after a few seconds, abort it (or something).
    27           * Integrate BitTorrent ([http://www.rasterbar.com/products/libtorrent/ libtorrent]?) with the core client.
     27          * Integrate !BitTorrent ([http://www.rasterbar.com/products/libtorrent/ libtorrent]?) with the core client.
    2828          * Do potentially slow RPCs and other tasks (such as computing disk usage) in a separate thread.
    2929          * Don't enforce RAM limits unless free RAM is low
    30           * Log result start/ends (for use by 3rd-party software like BoincView).
     30          * Log result start/ends (for use by 3rd-party software like !BoincView).
    3131          * Prevent disk space usage from exceeding user preferences, and enforce resource shares, with file deletion according to project policy.
    3232          * Make messages of class MSG_USER_ERROR translatable.