mirror of https://github.com/BOINC/boinc.git
155 lines
3.9 KiB
Plaintext
155 lines
3.9 KiB
Plaintext
David 1 Jan 2011
|
|
- fix some bad file permissions
|
|
- delist defunct stats site
|
|
|
|
clientgui/
|
|
DlgItemProperties.cpp,h
|
|
AsynRPC.cpp
|
|
html/inc/
|
|
stats_sites.inc
|
|
samples/
|
|
wrapper/
|
|
wrapper.cpp
|
|
example_app/
|
|
uc2.cpp
|
|
client/
|
|
sim_control.cpp
|
|
|
|
David 2 Jan 2011
|
|
- unix build: remove hardwired -ldl
|
|
|
|
lib/
|
|
Makefile.am
|
|
|
|
David 3 Jan 2011
|
|
- client: show a given system notice at most once a week
|
|
|
|
client/
|
|
client_msgs.cpp
|
|
sim_control.cpp
|
|
cs_notice.cpp
|
|
|
|
Charlie 4 Jan 2010
|
|
- Mac: Fix symbol table generation.
|
|
|
|
mac_build/
|
|
boinc.xcodeproj/
|
|
project.pbxproj
|
|
|
|
David 6 Jan 2011
|
|
- user web: fix bugs in server status page
|
|
- fix some indentation
|
|
|
|
html/user/
|
|
server_status.php
|
|
client/
|
|
*.cpp
|
|
|
|
David 6 Jan 2011
|
|
- simulator work
|
|
- fix some indentation
|
|
|
|
various files
|
|
|
|
David 11 Jan 2011
|
|
- client: use std::deque instead of std::vector
|
|
for RR sim's pending-job lists.
|
|
Erasing head of vector is slow.
|
|
- lib: allow GPU peak FLOPS to be specified in XML (for simulator)
|
|
- simulator work
|
|
- client: old work fetch policy: projects may need enough jobs
|
|
for all device instances, not just resource_share*ninst.
|
|
E.g. a project that has only CPU jobs in a CPU/GPU client
|
|
- client: with REC scheduling, don't ask for work for
|
|
secondary resources if project has negative priority.
|
|
- client: in RR sim, make sure we saturate devices if possible.
|
|
Otherwise we may report a shortfall incorrectly
|
|
|
|
client/
|
|
coproc_detect.cpp
|
|
cpu_sched.cpp
|
|
rr_sim.cpp,h
|
|
sim.cpp
|
|
sim_control.php
|
|
sim_scenario.php (new)
|
|
work_fetch.cpp,h
|
|
lib/
|
|
coproc.cpp,h
|
|
sched/
|
|
sched_customize.cpp
|
|
sched_types.cpp
|
|
|
|
David 11 Jan 2011
|
|
- client: set PROJECT::last_upload_start when a job completes,
|
|
NOT when its first upload starts.
|
|
This prevents a scheduler RPC from happening between the two.
|
|
This was a bug in [22841]
|
|
|
|
client/
|
|
cs_apps.cpp
|
|
pers_file_xfer.cpp
|
|
|
|
David 12 Jan 2011
|
|
- client: tweak [22842] so that system clock changes
|
|
of < 60 seconds are ignored
|
|
|
|
client/
|
|
client_state.h
|
|
|
|
Rom 12 Jan 2011
|
|
- MGR: Embed the BOINC skin in the executable using XPM files.
|
|
|
|
clientgui/res/skins/default/graphic/
|
|
<Various Files>
|
|
clientgui/
|
|
SkinManager.cpp
|
|
win_build/
|
|
boincmgr.vcproj
|
|
|
|
David 12 Jan 2011
|
|
- single-job submission system: don't hardwire i686 architecture;
|
|
make it work on any Linux system.
|
|
From Steffen Moller.
|
|
|
|
html/ops/
|
|
single_job_setup.php
|
|
|
|
Rom 13 Jan 2011
|
|
- MGR: Disable the background repaint events for the SGUI Messages and
|
|
SGUI Preferences dialog. Changing the font color wasn't as easy as
|
|
I had hoped and the black background for the skin doesn't do any
|
|
good when the text itself is black as well.
|
|
|
|
clientgui/
|
|
sg_DlgMessages.cpp
|
|
sg_DlgPreferences.cpp
|
|
|
|
David 13 Jan 2011
|
|
- scheduler/client/API: pass user ID and team ID from scheduler to client,
|
|
and from client to app (host ID is already passed).
|
|
E@h asked for this, not sure why.
|
|
|
|
client/
|
|
client_types.cpp,h
|
|
app_start.cpp
|
|
lib/
|
|
app_ipc.cpp,h
|
|
sched/
|
|
sched_types.cpp
|
|
|
|
Rom 13 Jan 2010
|
|
- MGR: re-enable background painting and just change the default background
|
|
color for the new default skin to light gray.
|
|
|
|
clientgui/
|
|
sg_DlgMessages.cpp
|
|
sg_DlgPreferences.cpp
|
|
|
|
Bernd 14 Jan 2011
|
|
- unix build system: generate_svn_version
|
|
- generate version string from plain git repositories, too
|
|
- define SVN_REPOSITORY (URL) and SVN_REVISION (numerical) separately
|
|
so these could be used in proprocessor directives
|
|
|
|
generate_svn_version.sh
|