Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 981)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#1355 fixed the Netbeans IDE is confused about the config variable in feeder.cpp davea Christian Beer
Description

feeder.cpp is just an example I always stumple upon, I think that all server components have this problem.

Because there are two global variables called config. One defined in log_flags.cpp using the struct CONFIG from cc_config.h and one defined in sched_config.h using the struct SCHED_CONFIG.

I get a lot of syntax errors shown in Netbeans because the wrong struct is used in the wrong context (e.g. Go to Declaration/Definition? from server context always brings me to cc_config.h). Renaming the variable in server context to srvconfig is clearing this up.

May guess is that the compiler has no issues with this but other code analysis tools have. I would like to get rid of this ambiguity sooner than later. This would also improve the readability of the code in general not only when using an IDE.

I'm willing to provide patches.

#1351 fixed BOINC apps coexistence check Joachim Joachim
Description

In discussion with HTC.

Use LokalSocket? call from Java to create BOINC semaphore.

Find way to retrieve app name of semaphore creator to mention in dialog.

#1350 fixed Error while downloading behind UMTS/3G network davea thanar
Description

Stumped upon this issue recently:

A BOINC host connected through UMTS/3G WiFi? router is receiving modified JPEG images, due to provider settings. Normally, checking the "skip image file verification" in BOINC Manager has no effect, because the compressed images end up smaller than 5000 bytes which revokes the bad proxy detection code in BOINC manager.

As a result, the host is unable to complete the download of the affected jpeg files, not being able to compute, although it receives work and reports back normally.

See this BOINC message board thread for more information.

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