5.8.5

Aus BC-Wiki
Version vom 11. April 2007, 19:37 Uhr von Rebirther (Diskussion | Beiträge) (Die Seite wurde neu angelegt: * API: use boinc_fopen() instead of fopen() in string variant of boinc_resolve_filename() * core client: fix get_host_info() for Unix * core client: update APP::user_...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
  • API: use boinc_fopen() instead of fopen() in string variant of boinc_resolve_filename()
  • core client: fix get_host_info() for Unix
  • core client: update APP::user_friendly_name from scheduler RPC reply
  • core client: print error msg if get negative CPU time or checkpoint CPU time from app
  • core client: ACTIVE_TASK::runnable(): not runnable if exited, aborted, signaled etc.
  • core client: fix "app exits for unknown reason" case (Unix)
  • manager: fix task status text
  • MGR: When connecting to a remote machine, don't reset the computer name and password back to the local machine during the reconnect state.
  • core client: allow <link rel="boinc_scheduler" href="http://a.b.c"> in project master files, as an alternative way of denoting scheduler URLs. If at some point all clients upgrade to this version or later, we can get rid of the old syntax <scheduler>X</scheduler>
  • core client: added <work_request_factor> configuration option. Multiplies work requests. Use values > 1 if your computer often runs out of work while disconnected.
  • core client: in error message for unexpected active task, include result name
  • manager: code cleanup (from Frank Weiler)
  • core client: when preempt a task by quit, don't set task state to UNINITIALIZED; do that when the process exits. Other code cleanup.
  • create_project: put new-style scheduler tags in schedulers.txt
  • MGR: Disable older style views
  • core client: the task_debug message flag now prints all transitions of ACTIVE_TASK::task_state and RESULT::state
  • core client: tweak messages