2007-01-02 21:28:27 +00:00
|
|
|
David 2 Jan 2007
|
|
|
|
- make disk pie charts work on Linux
|
2006-12-29 21:55:23 +00:00
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
2007-01-02 21:28:27 +00:00
|
|
|
wxPieCtrl.cpp
|
2007-01-02 23:01:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
Reinhard 2 Jan 2007
|
|
|
|
- install lib/common_defs.h
|
|
|
|
|
|
|
|
lib/
|
|
|
|
Makefile.am
|
2007-01-02 23:36:46 +00:00
|
|
|
|
|
|
|
Charlie 2 Jan 2007
|
2007-01-08 08:12:49 +00:00
|
|
|
- MGR: Fix 2 compiler warnings caused by actual coding errors.
|
2007-01-02 23:36:46 +00:00
|
|
|
- Mac: Add new files BOINCGridCtrl.cpp,.h, ViewTransfersGrid.cpp,.h,
|
|
|
|
ViewWorkGrid.cpp,.h to XCode project.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
cs_account.C
|
|
|
|
ViewTransfersGrid.cpp
|
|
|
|
mac_build/
|
|
|
|
boinc.xcodeproj/
|
|
|
|
project.pbxproj
|
2007-01-03 16:18:43 +00:00
|
|
|
|
|
|
|
Rytis 3 Jan 2007
|
|
|
|
- User web:
|
|
|
|
- Add optional 3rd element to project news file (title)
|
|
|
|
- Certificate now shows DEFINEd project name
|
|
|
|
- Front page now styled with CSS
|
|
|
|
|
|
|
|
html/
|
|
|
|
user/
|
|
|
|
cert.php
|
|
|
|
sample_index.php
|
|
|
|
sample_rss_main.php
|
|
|
|
white.css
|
|
|
|
inc/
|
|
|
|
news.inc
|
|
|
|
util.inc
|
|
|
|
project.sample/
|
|
|
|
project_news.inc
|
2007-01-03 19:12:53 +00:00
|
|
|
|
|
|
|
Matt 3 Jan 2007
|
|
|
|
- added separate UOTD_ADMIN_EMAIL address in project.inc
|
|
|
|
so user of the day running low messages don't go to moderators
|
|
|
|
|
|
|
|
html
|
|
|
|
inc/
|
|
|
|
uotd.inc
|
|
|
|
project.sample/
|
|
|
|
project.inc
|
2007-01-04 11:37:00 +00:00
|
|
|
|
|
|
|
Reinhard 4 Jan 2007
|
|
|
|
- applied Bernd's patch:
|
|
|
|
* restore extern "C" protection to graphics_api.h, for ANSI-C projects
|
|
|
|
* include boinc_api.h in graphics_impl.C to declare worker_thread_handle()
|
|
|
|
* remove garbage from graphics_lib.C to allow compilation under _WIN32 and __APPLE__
|
|
|
|
|
|
|
|
api/
|
|
|
|
graphics_api.h
|
|
|
|
graphics_impl.C
|
|
|
|
graphics_lib.C
|
2007-01-04 15:54:10 +00:00
|
|
|
|
|
|
|
David 4 Jan 2007
|
|
|
|
- change "Preempted" to "Waiting" in GUI ("preempted" is geek-speak)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
|
|
|
html/inc/
|
|
|
|
user.inc
|
2007-01-04 16:32:03 +00:00
|
|
|
|
|
|
|
David 4 Jan 2007
|
|
|
|
- removed PICFLAGS from AM_CPP_FLAGS.
|
|
|
|
Compiling everything position-independent slows it down.
|
|
|
|
|
|
|
|
Makefile.incl
|
2007-01-04 17:46:38 +00:00
|
|
|
|
|
|
|
Rom 4 Jan 2007
|
|
|
|
- DIAG: Don't check for the BOINC symstore if it is a science application that
|
|
|
|
has crashed.
|
|
|
|
|
|
|
|
lib/
|
|
|
|
stackwalker_win.cpp
|
2007-01-04 21:09:07 +00:00
|
|
|
|
|
|
|
Kevin 4 Jan 2007
|
|
|
|
- Changed the way the buttons on the simple gui preferences and messages screens are sized
|
|
|
|
|
|
|
|
clientgui/sg_DlgMessages.cpp
|
|
|
|
clientgui/sg_DlgPreferences.cpp
|
2007-01-05 00:24:54 +00:00
|
|
|
|
|
|
|
David 4 Jan 2007
|
|
|
|
- core client: if an app fails to start,
|
|
|
|
it could be that the executable has been munged.
|
|
|
|
So verify the files; this will find the bad file
|
|
|
|
and download it again.
|
|
|
|
- Manager: in Attach to Account Manager wizard, add some text saying
|
|
|
|
if they want to just attach to a single project,
|
|
|
|
use the Attach to Project wizard instead.
|
|
|
|
Some users tried to attach SETI@home using the acct mgr wizard
|
|
|
|
and got all bent outta shape when it didn't work.
|
|
|
|
|
|
|
|
client/
|
|
|
|
app_start.C
|
|
|
|
clientgui/
|
|
|
|
WelcomePage.cpp
|
2007-01-05 08:49:02 +00:00
|
|
|
|
|
|
|
Rom 5 Jan 2007
|
|
|
|
- Win SETUP: Add custom actions for saving and restoring user preferences
|
|
|
|
to the registry
|
|
|
|
- Win SETUP: MoveFileEx isn't spported on the Win9x platform, so dynamically
|
|
|
|
load and execute it on Windows 2000 or better.
|
|
|
|
- Win SETUP: Remove some dead code from the custom action list.
|
|
|
|
- Win SETUP: On Windows XP systems or better, we no longer require the
|
|
|
|
service account to have a password, Microsoft has taken care of the
|
|
|
|
problem by not allowing incomming network connections for accounts with
|
|
|
|
no passwords.
|
|
|
|
|
|
|
|
win_build/installerv2/redist/Windows/src/boinccas/
|
|
|
|
CAMigrateCPDNBBC.cpp
|
|
|
|
CARestoreSetupState.cpp, .h
|
|
|
|
CASaveSetupState.cpp, .h
|
|
|
|
CASoftwareNeedsUpgrade.cpp, .h (Removed)
|
|
|
|
CAVerifyServicePassword.cpp
|
|
|
|
boinccas.cpp, .h
|
|
|
|
boinccas.rc
|
|
|
|
boinccas95.def
|
|
|
|
win_build/installerv2/redist/Windows/x86/
|
|
|
|
boinccas.dll
|
|
|
|
boinccas95.dll
|
2007-01-05 19:36:50 +00:00
|
|
|
|
|
|
|
Rom 5 Jan 2007
|
|
|
|
- Win SETUP: Fix an issue when restoring saved properties where junk was
|
|
|
|
being introduced into properties where no value was defined.
|
|
|
|
- Win SETUP: Don't attemp to restore any properties until we have actually
|
|
|
|
stored some from a previous iteration of setup, otherwise our defaults
|
|
|
|
don't kick in.
|
|
|
|
- Win SETUP: Saving and Restoring properties is now only enabled for those
|
|
|
|
using the UI deployment method, we don't want to throw anything
|
|
|
|
in the registry when the MSI package is being deployed through AD or
|
|
|
|
some other deployment mechinism.
|
|
|
|
|
|
|
|
win_build/installerv2/redist/Windows/src/boinccas/
|
|
|
|
CARestoreSetupState.cpp
|
|
|
|
CASaveSetupState.cpp
|
|
|
|
boinccas.cpp
|
|
|
|
win_build/installerv2/redist/Windows/x86/
|
|
|
|
boinccas.dll
|
|
|
|
boinccas95.dll
|
2007-01-05 19:46:10 +00:00
|
|
|
|
|
|
|
Rom 5 Jan 2007
|
|
|
|
- Update localization template.
|
|
|
|
|
|
|
|
locale/en_US/
|
|
|
|
BOINC Manager.mo, .po
|
2007-01-05 23:31:38 +00:00
|
|
|
|
|
|
|
Rom 5 Jan 2007
|
|
|
|
- MGR: Replace the context sensitive help button on the main simple gui window
|
|
|
|
with a standard bitmap button and use the bitmaps WCG gave us.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
Events.h
|
|
|
|
sg_DlgMessages.cpp
|
|
|
|
sg_DlgPreferences.cpp
|
|
|
|
sg_ProjectsComponent.cpp, .h
|
|
|
|
SkinManager.cpp, .h
|
2007-01-06 01:07:35 +00:00
|
|
|
|
|
|
|
David 5 Jan 2007
|
|
|
|
- manager: improved grid views from Frank Weiler;
|
|
|
|
improved message when detach from project mgr
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
BOINCGridCtrl.cpp,h
|
|
|
|
WelcomPage.cpp
|
2007-01-06 05:14:26 +00:00
|
|
|
|
|
|
|
Rom 5 Jan 2007
|
|
|
|
- MGR: Fix the help handling code for the Mac UI conventions.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
sg_DlgMessages.cpp, .h
|
|
|
|
sg_DlgPreferences.cpp, .h
|
2007-01-06 05:27:16 +00:00
|
|
|
|
2007-01-06 05:46:26 +00:00
|
|
|
Charlie 5 Jan 2007
|
|
|
|
- MGR: Fix build breaks.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
sg_DlgMessages.cpp
|
|
|
|
sg_DlgPreferences.cpp
|
|
|
|
|
2007-01-06 05:27:16 +00:00
|
|
|
Charlie 5 Jan 2007
|
|
|
|
- MGR: Fix cosmetic bugs on Mac.
|
|
|
|
NOTE: I believe my changes will work on Windows, but I couldn't test
|
|
|
|
this because of crashes on Windows. So my changes are temporarily
|
|
|
|
guarded by #ifdef __WXMAC__ #else #endif.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewTransfersGrid.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-07 02:33:16 +00:00
|
|
|
|
|
|
|
Walt 6 Jan 2007
|
|
|
|
- MGR: Fix segfault in simple gui when message button is clicked.
|
|
|
|
SetBackgroundStyle() needs to be called after the window
|
|
|
|
is created.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
sg_DlgMessages.cpp
|
2007-01-07 16:15:04 +00:00
|
|
|
|
|
|
|
David 7 Jan 2007
|
|
|
|
- manager: fixes for new task/transfer tabs
|
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
BOINCGridCtrl.cpp,h
|
|
|
|
MainDocument.cpp,h
|
|
|
|
ViewTransfersGrid.cpp,h
|
|
|
|
ViewWorkGrid.cpp,h
|
|
|
|
res/
|
|
|
|
sortascending.xpm
|
|
|
|
sortdescending.xpm
|
2007-01-07 19:45:26 +00:00
|
|
|
|
|
|
|
David 7 Jan 2007
|
|
|
|
- core client: if swap space is zero, it must not have been
|
|
|
|
measured on this host; don't use it in process scheduling
|
|
|
|
- user web: don't use font colors this way
|
|
|
|
|
|
|
|
client/
|
|
|
|
cpu_sched.C
|
|
|
|
html/user/
|
|
|
|
forum_forum.php
|
2007-01-07 20:00:15 +00:00
|
|
|
|
|
|
|
David 7 Jan 2007
|
|
|
|
- user web: don't show news dates as <h3>. Use a style instead.
|
|
|
|
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
news.inc
|
|
|
|
user/
|
|
|
|
white.css
|
2007-01-07 23:35:36 +00:00
|
|
|
|
|
|
|
Rom 7 Jan 2007
|
|
|
|
- DIAG: Clean up some warnings and add a new exception type to the list
|
|
|
|
of known exceptions.
|
|
|
|
|
|
|
|
lib/
|
|
|
|
diagnostics.C
|
|
|
|
diagnostics_win.C
|
2007-01-08 08:12:49 +00:00
|
|
|
|
|
|
|
Charlie 8 Jan 2007
|
|
|
|
- MGR: Fix 2 compiler warnings, 1 caused by an actual coding error.
|
|
|
|
NOTE: to printf a "%", you need to use "%%" in the format; for
|
|
|
|
example: ("%.2f%%").
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
BOINCGridCtrl.cpp
|
|
|
|
ViewTransfersGrid.cpp
|
2007-01-08 17:29:02 +00:00
|
|
|
|
|
|
|
David 8 Jan 2007
|
|
|
|
- manager: performance enhancement to grid views
|
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
AdvancedFrame.cpp
|
|
|
|
BOINCGridCtrl.cpp,h
|
|
|
|
Events.h
|
|
|
|
MainDocument.cpp,h
|
|
|
|
ViewMessagesGrid.cpp, h (new)
|
|
|
|
ViewProjectsGrid.cpp,h
|
|
|
|
ViewTransfersGrid.pp
|
|
|
|
ViewWOrkGrid.cpp
|
2007-01-08 18:42:48 +00:00
|
|
|
|
|
|
|
Rom 8 Jan 2007
|
|
|
|
- Win SETUP: Make Windows XP or better require passwords for the
|
|
|
|
service accounts again.
|
|
|
|
- Win SETUP: Fix a spelling mistake that JM7 found.
|
|
|
|
|
|
|
|
boinc/win_build/installerv2/redist/Windows/src/boinccas
|
|
|
|
CAGrantServiceExecutionRight.cpp
|
|
|
|
CAVerifyServicePassword.cpp
|
2007-01-08 19:58:37 +00:00
|
|
|
|
|
|
|
David 8 Jan 2007
|
|
|
|
- user web: say RAM limits enforced in 5.8+;
|
|
|
|
use "class=note" instead of "font size=-2"
|
|
|
|
|
|
|
|
html/inc/
|
|
|
|
prefs.inc
|
2007-01-08 22:15:21 +00:00
|
|
|
|
|
|
|
David 8 Jan 2007
|
|
|
|
- core client: fixed crashing bug that happens when attaching
|
|
|
|
to a project with wrong URL (e.g. setiathome.ssl.berkeley.edu).
|
|
|
|
The fix allows the project to attach but prints a warning.
|
|
|
|
It would be better to not allow the attach;
|
|
|
|
I'll get back to this later
|
|
|
|
|
|
|
|
client/
|
|
|
|
client_types.h
|
|
|
|
cs_scheduler.C
|
|
|
|
scheduler_op.C
|
2007-01-09 01:46:19 +00:00
|
|
|
|
|
|
|
Charlie 8 Jan 2007
|
|
|
|
- Mac: update XCode project for new ViewMessagesGrid, ViewProjectsGrid
|
|
|
|
source files.
|
|
|
|
|
|
|
|
mac_build/
|
|
|
|
boinc.xcodeproj/
|
|
|
|
project.pbxproj
|
2007-01-09 19:03:20 +00:00
|
|
|
|
|
|
|
Rom 9 Jan 2007
|
|
|
|
- MGR: Fix crashing issue do to invalid type casts, wxWidgets implements
|
|
|
|
its own form of type casts for C++ objects which probably uses
|
|
|
|
the basic RTTI of the compiler at some level, but it also has a few
|
|
|
|
checks and balences as well. So if you get a hankering of using
|
|
|
|
dynamic_cast or static_cast use wxDynamicCast and wxStaticCast
|
|
|
|
instead.
|
|
|
|
- MGR: Remove the ifdefs for SIMPLE GUI, it is now enabled by default
|
|
|
|
on all supported platforms.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
AdvancedFrame.cpp
|
|
|
|
BOINCGridCtrl.cpp
|
|
|
|
BOINCGUIApp.cpp
|
2007-01-09 19:12:02 +00:00
|
|
|
|
|
|
|
Rom 9 Jan 2007
|
|
|
|
- Win BUILD: Remember, when adding .C files to VS project files, you need
|
|
|
|
to change the compiler type to C++ for ALL build configurations.
|
|
|
|
|
|
|
|
win_build/
|
|
|
|
boinc_dll.vcproj
|
|
|
|
boinc_ss.vcproj
|
|
|
|
boincmgr_curl.vcproj
|
2007-01-09 20:09:20 +00:00
|
|
|
|
|
|
|
Walt 9 Jan 2007
|
2007-01-10 01:28:12 +00:00
|
|
|
- core client: Change function that calculates RAM and SWAP used
|
|
|
|
by a science project to return the max used by a process
|
2007-01-09 20:09:20 +00:00
|
|
|
instead of totaling the process/child processes. Fixes the
|
2007-01-10 01:28:12 +00:00
|
|
|
problem where the same RAM and SWAP used gets counted multiple
|
|
|
|
times for some science apps.
|
2007-01-09 20:09:20 +00:00
|
|
|
|
2007-01-10 01:28:12 +00:00
|
|
|
lib/
|
2007-01-09 20:43:21 +00:00
|
|
|
procinfo_unix.cpp
|
|
|
|
|
|
|
|
David 9 Jan 2007
|
|
|
|
- Manager: get rid of "CPU throttled" messages
|
|
|
|
- Manager: enhancements to Statistics tab
|
|
|
|
(can click on project name in multi-project view)
|
|
|
|
from Mifistor_x
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewStatistics.cpp,h
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
|
|
|
stdwx.h
|
2007-01-09 20:48:41 +00:00
|
|
|
|
|
|
|
David 9 Jan 2007
|
|
|
|
- user web: "old news" was broken
|
|
|
|
Note to Rytis: when possible, use "foo $var blah",
|
|
|
|
not 'foo '.$var.' blah'
|
|
|
|
|
|
|
|
|
|
|
|
html/inc/
|
|
|
|
news.inc
|
2007-01-09 23:28:26 +00:00
|
|
|
|
|
|
|
David 9 Jan 2007
|
|
|
|
- core: if we're preempting an app and leave it in memory
|
|
|
|
because no checkpoint yet, say so in message
|
|
|
|
|
|
|
|
client/
|
|
|
|
app_control.C
|
2007-01-10 01:01:24 +00:00
|
|
|
|
|
|
|
Charlie 9 Jan 2007
|
|
|
|
- MGR: Updates to disk usage pie charts from Frank Weiler.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewResources.cp
|
|
|
|
common/
|
|
|
|
wxPieCtrl.cpp,h
|
2007-01-10 20:29:44 +00:00
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- core client: fix problems when user aborts result
|
|
|
|
(mark it as CPU_SCHED_PREEMPTED so scheduler doesn't
|
|
|
|
try to preempt it; that confuses things)
|
|
|
|
- changed format of Deferring Comm messages
|
|
|
|
|
|
|
|
client/
|
|
|
|
app_control.C
|
|
|
|
cs_scheduler.C
|
2007-01-10 20:55:30 +00:00
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- core client: backwards > in PROJECT::some_download_stalled().
|
|
|
|
This caused the client to keep fetching work
|
|
|
|
from a project with stalled downloads.
|
|
|
|
|
|
|
|
client/
|
|
|
|
client_types.C
|
2007-01-10 22:19:29 +00:00
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- manager: fix Unicode build problems
|
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewStatistics.cpp
|
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- manager: various fixes
|
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
BOINCGridCtrl.cpp,h
|
|
|
|
ViewMessagesGrid.cpp
|
|
|
|
ViewProjectsGrid.cpp
|
|
|
|
ViewResourcesGrid.cpp
|
|
|
|
ViewStatistics.cpp
|
|
|
|
ViewTransfersGrid.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-11 00:20:58 +00:00
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- core client: sort daily stats records in case they get
|
|
|
|
out of order somehow
|
|
|
|
|
|
|
|
client/
|
|
|
|
client_types.h
|
|
|
|
cs_account.C
|
2007-01-11 03:15:08 +00:00
|
|
|
|
|
|
|
David 10 Jan 2007
|
|
|
|
- manager: use user-friendly app names
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-11 05:10:26 +00:00
|
|
|
|
|
|
|
Rom 10 Jan 2007
|
|
|
|
- SCR: Disable the diagnostic support for release builds of the
|
|
|
|
Windows screensaver. A smarter thing to do in the future is
|
|
|
|
to write the log files to the 'temp' directory.
|
|
|
|
|
|
|
|
client/win/
|
|
|
|
win_screensaver.cpp
|
2007-01-11 17:13:19 +00:00
|
|
|
|
|
|
|
David 11 Jan 2007
|
|
|
|
- Add script to clean up web cache.
|
|
|
|
Sometimes the cache gets so full that it takes 30 secs
|
|
|
|
just to compute free and used disk space,
|
|
|
|
so that normal cleanup times out before it does anything.
|
|
|
|
|
|
|
|
html/ops/
|
|
|
|
clean_cache.php (new)
|
2007-01-11 17:39:23 +00:00
|
|
|
|
|
|
|
David 11 Jan 2007
|
|
|
|
- user web: call set_time_limit(0) in cache_check_diskspace().
|
|
|
|
This will hopefully avoid the situation described above.
|
|
|
|
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
cache.inc
|
|
|
|
project.sample/
|
|
|
|
cache_parameters.inc
|
2007-01-11 21:46:18 +00:00
|
|
|
|
|
|
|
David 11 Jan 2007
|
|
|
|
- manager: use user-friendly app names (fix to work w/ 5.4.11)
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-11 23:20:42 +00:00
|
|
|
|
|
|
|
Rom 11 Jan 2007
|
|
|
|
- MGR: Fix build break for Unicode support.
|
|
|
|
|
|
|
|
NOTE: The only place in the manager where it is safe to use 'char'
|
|
|
|
variable types for use within a string is in the gui_rpc_* files.
|
|
|
|
|
|
|
|
Every where else needs to use wxString, otherwise the manager
|
|
|
|
won't build in a unicode based environment.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-12 02:34:40 +00:00
|
|
|
|
|
|
|
Rom 11 Jan 2007
|
|
|
|
- MGR: Possble fix for the Simple GUI messages dialog?
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
sg_DlgMessages.cpp
|
2007-01-12 17:42:29 +00:00
|
|
|
|
|
|
|
David 12 Jan 2007
|
|
|
|
- Server: change the usage of host.credit_per_cpu_sec
|
|
|
|
so that it is the recent average of granted credit per CPU sec,
|
|
|
|
as computed by Bruce's update_credit_per_cpu_sec() function
|
|
|
|
(finally, a use for hyperbolic trig functions in BOINC).
|
|
|
|
Prior to this it was the most recent value of
|
|
|
|
claimed credit per CPU sec, which is not as useful.
|
|
|
|
Add a new non-DB member to HOST, claimed_credit_per_cpu_sec,
|
|
|
|
for this purpose.
|
|
|
|
- db_dump.C: export host.credit_per_cpu_sec
|
|
|
|
- move update_credit_per_cpu_sec() from lib/util.C to sched/validate_util.C
|
|
|
|
|
|
|
|
Once a few projects pick up this change, it will be useful
|
|
|
|
for comparing credit-granting policies between projects
|
|
|
|
(for hosts that participate in multiple projects,
|
|
|
|
the credit per CPU second should be about the same).
|
|
|
|
|
|
|
|
db/
|
|
|
|
boinc_db.C,h
|
|
|
|
lib/
|
|
|
|
util.C,h
|
|
|
|
sched/
|
|
|
|
db_dump.C
|
|
|
|
handle_request.C
|
|
|
|
validate_util.C,h
|
|
|
|
validator.C
|
2007-01-12 18:26:06 +00:00
|
|
|
|
|
|
|
David 12 Jan 2007
|
|
|
|
- manager: don't prepend "(Activities suspended by user)"
|
|
|
|
to result status.
|
|
|
|
There is no longer a notion of "activities"
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
ViewWork.cpp
|
|
|
|
ViewWorkGrid.cpp
|
2007-01-13 21:08:50 +00:00
|
|
|
|
|
|
|
Rom 13 Jan 2007
|
|
|
|
- MGR: Streamline the message dialog sync operation a little bit.
|
|
|
|
- MGR: Fix crashing issue do to invalid type casts, wxWidgets implements
|
|
|
|
its own form of type casts for C++ objects which probably uses
|
|
|
|
the basic RTTI of the compiler at some level, but it also has a few
|
|
|
|
checks and balences as well. So if you get a hankering of using
|
|
|
|
dynamic_cast or static_cast use wxDynamicCast and wxStaticCast
|
|
|
|
instead.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
sg_DlgMessages.cpp
|
|
|
|
BOINCGridCtrl.cpp
|
2007-01-14 22:43:10 +00:00
|
|
|
|
|
|
|
Reinhard 14 Jan 2007
|
|
|
|
- install validate_util.h for external building of validators
|
2007-01-14 23:04:27 +00:00
|
|
|
- make dir_hier_move and dir_hier_path output help/usage strings
|
|
|
|
|
2007-01-14 22:43:10 +00:00
|
|
|
sched/
|
|
|
|
Makefile.am
|
2007-01-14 23:04:27 +00:00
|
|
|
|
|
|
|
tools/
|
|
|
|
dir_hier_move.C
|
|
|
|
dir_hier_path.C
|