Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#1305 fixed "forgot password" in login screen big23boy Joachim
Description

Moved this task from the list to a ticket. Was marked as "working WCG".

#1219 fixed "lib\coproc.h" The variable is assigned values twice successively. davea maksqwe
Description

In "lib\coproc.h" The 'available_ram' variable is assigned values twice successively. 244 and 249 lines:

    inline void clear() {
        type[0] = 0;
        count = 0;
        peak_flops = 0;
        used = 0;
        have_cuda = false;
        have_cal = false;
        have_opencl = false;
        specified_in_config = false;
        available_ram = -1;      // <========
        req_secs = 0;
        req_instances = 0;
        opencl_device_count = 0;
        estimated_delay = 0;
        available_ram = 0;       // <========
...
#650 worksforme 'Disk usage by projects' pie chart gets broken at specific window (and folder?) sizes romw Pepo
Description

Already in the past I've occasionally seen some project displayed incorrectly in Boinc Manager's pie chart. Now I've noticed Predictor @ Home Test Project occupied nearly 2/3 of the chart area, although its 5 files were just 459 bytes large, without any slot...

Resizing the Manager window caused the pie chart to be periodically rendered correctly/incorrectly/correctly... I've also tried to copy some additional data into its project folder, above some 1.5 KB the wrong chart rendering did not happen anymore.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.