Charlie Fenton
c0341d3921
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:54:38 +01:00
Oliver Bock
17ea7a1a63
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-04 14:54:01 +01:00
Charlie Fenton
0d18cf5b46
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:53:46 +01:00
Charlie Fenton
c1f7be07fc
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:14:06 +01:00
Charlie Fenton
e01d3ccd83
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:14:06 +01:00
Charlie Fenton
da79c75aa7
Remove obsolete info_zip files
2013-03-04 14:14:06 +01:00
Rom Walton
18ef4ed069
- WIN: Introduce updated project files for the boinc_zip library used
...
by the slide_show project.
- WIN: Adjust the slide_show project so that it will build both 32-bit
and 64-bit versions and use the boinc_zip library.
2013-03-04 14:14:06 +01:00
David Anderson
10e8c031c2
- client: fix typo
2013-03-04 14:14:06 +01:00
David Anderson
e538c8c303
- client: TIME_STATS fields go in <time_stats> part of state file
...
- scheduler: parse TIME_STATS fields (e.g., uptime)
- admin web: small fix for manage_apps.php
2013-03-04 14:14:05 +01:00
Oliver Bock
60fd0765cd
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-04 14:10:08 +01:00
David Anderson
a1b3935b21
- web: update .pot file for project web site translations
2013-03-04 14:09:44 +01:00
David Anderson
b4408c9585
- build fixes for OpenBSD, from rustyBSD
2013-03-04 14:09:43 +01:00
David Anderson
7768f6da60
- client: fix bug where, when updating a project, we fail to request work even though higher-priority projects are marked as no-new-tasks or are otherwise ineligible for work fetch.
2013-03-04 14:09:43 +01:00
Oliver Bock
a180e89fd8
Merge commit 'c15267a' into master
...
Conflicts:
checkin_notes
Modified by author during merge:
lib/network.cpp
2013-03-04 14:05:41 +01:00
David Anderson
10f7576416
- remove job submission: fix SQL typo and error messages.
...
From Niclas Lockner.
2013-03-04 14:01:20 +01:00
David Anderson
e0de69811a
doc update
2013-03-01 16:26:09 +01:00
David Anderson
c15267ad3a
- client: Win build fix
...
- add Visual Studio project for slide_show
NOTE: this currently doesn't build because boinc_zip is missing.
I'll fix this soon.
2013-03-01 16:26:09 +01:00
David Anderson
33e33abd08
- fix typo in mass email script
2013-03-01 16:26:09 +01:00
Charlie Fenton
bee911811a
Mac: add slide-show screensaver to example_app Xcode project and Mac example_app build scripts
...
example app: fix compiler warnings in slide_show.cpp
2013-03-01 16:26:09 +01:00
Charlie Fenton
c2a0a0fbe9
Mac: update Xcode project for building boinc_zip
2013-03-01 16:26:09 +01:00
David Anderson
a93d8d1e4f
- scheduler: compile fix for wu_is_infeasible_custom()
2013-03-01 16:26:09 +01:00
David Anderson
18716b0bda
- scheduler: remove redundant call to wu_is_infeasible_custom()
...
introduced in yesterday's commit
2013-03-01 16:26:09 +01:00
David Anderson
109661f912
- user web: fix bug when showing last page of thread
2013-03-01 16:26:08 +01:00
David Anderson
3f8357fc92
- add slide-show screensaver (from David Coss)
2013-03-01 16:26:08 +01:00
David Anderson
7076ae9e3d
- remove execute permissions from various files that shouldn't have them
2013-03-01 16:26:08 +01:00
David Anderson
01c0a9a4b0
- scheduler: when resend jobs:
...
- don't use devices for which work is not being requested
- obey wu_is_infeasible_custom()
(e.g. don't send SETI@home VLAR jobs to GPUs)
- scheduler: add <debug_array_detail> log flag for slot-level messages
- admin web: show and allow control of app.beta
2013-03-01 16:26:08 +01:00
David Anderson
471e3b229e
- a bunch of skin files had execute permissions (??). Clear them.
2013-03-01 16:26:08 +01:00
David Anderson
ca652519cf
- scheduler: log message tweaks
...
- Some C++ files in client had execute permissions (??). Clear them.
2013-03-01 16:26:08 +01:00
David Anderson
9fb0328d9b
- scheduler: add separate log flag for locality sched lite
2013-03-01 16:26:08 +01:00
Bernd Machenschalk
e790d92d88
API: allow to build libboinc_api.la with libtool in Makkefile.mingw
...
- use make targets "all-la" and "install-la"
- this will build and install the boinc_api as a libtool
library libboinc_api.la, making libtool aware of the
additional dependency -lpsapi when it is used to link
applications.
- requires LIBTOOL to be set to a libtool compiled for the
repective target. You can compile your own using
wget --passive-ftp ftp://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz
tar xzf libtool-1.5.22.tar.gz
cd libtool-1.5.22
./configure --host=i586-mingw32msvc --program-prefix=i586-mingw32msvc-
make && make install
- previous targets (e.g. "all" and "install") should be unaffected
2013-03-01 16:26:08 +01:00
David Anderson
6391a8c401
- remote job submission: show 20 batches, with link to show all
...
- XML parser: make low-level functions inline, in an attempt
(unsuccessful, as far as I can tell) to boost performance
2013-03-01 16:26:08 +01:00
Bernd Machenschalk
444cc65722
make extern declaration of fpops_to_credit() match implementation
2013-03-01 16:26:08 +01:00
Oliver Bock
b8d836bc30
Merge branch 'origin/master' into master
2013-03-01 16:23:41 +01:00
Rom Walton
3eaaea887a
- VBOX: Ugh, if sleep_time is greater than zero, increment elapsed_time by the poll interval.
2013-03-01 16:23:13 +01:00
Rom Walton
edfa1deae1
- VBOX: Do not count the sleep time as part of the elapsed time when the VM is supposed to be suspended.
2013-03-01 16:23:13 +01:00
David Anderson
42756406f5
- example app: get the graphics app to build on Fedora Core 14
...
Note: this required installing various packages,
and tweaking the Makefile in various ways,
some of them FC14-specific ways
2013-03-01 16:23:13 +01:00
Eric J Korpela
6f342d7c8a
Another out-of-tree build fix
2013-03-01 16:19:16 +01:00
Eric J Korpela
8454d1ffe8
none
2013-03-01 16:19:16 +01:00
Eric J Korpela
630dcb0835
- First fixes for out-of-source-tree configure and compile - samples/example_app will no longer build by default. To build person compile must run make in the example_app directory in-source-tree. Thats because the Makefile is not and should not be generated by automake.
2013-03-01 16:19:16 +01:00
Eric J Korpela
4dcd5a3a11
- Allow sysconfdir to be specified rather than hardcoded at '$prefix/etc' (submitted by Alexander Kruppa) - Fix for compiles on os without xlocale.h
2013-03-01 16:19:16 +01:00
David Anderson
5457b6b77f
- client: in checking reasons for not requesting work,
...
look at backoff last.
Otherwise the user can get a misleading message if they
update a project that's backed off
2013-03-01 16:17:19 +01:00
David Anderson
95621d4008
- fix checkin notes
2013-03-01 16:17:19 +01:00
David Anderson
1e06eb2fda
- fix a few unlikely but possible file-descriptor leaks
...
- remote job submission: always compute fraction done when showing
batch list; check for nonexistent user
2013-03-01 16:17:19 +01:00
David Anderson
5b740acee0
- client/manager: move the conditional define of MAXPATHLEN
...
from boinc_win.h to filesys.h,
so that the client will hopefully build on Hurd,
which doesn't define MAXPATHLEN.
2013-03-01 16:17:19 +01:00
Rom Walton
7621fd21fe
- VBOX: Make adjustments to the clean-up procedure for Vbox 4.2.
2013-03-01 16:17:19 +01:00
Rom Walton
ba7a0b5945
- VBOX: Cleanup all the snapshots before unregistering the VM.
2013-03-01 16:17:19 +01:00
Rom Walton
dd8c025c37
- VBOX: Cleanup log a little bit
2013-03-01 16:17:19 +01:00
Rom Walton
dc47fe956d
- VBOX: Remove extra arguments to the enumerate snapshot command.
...
Copy and paste was not my friend.
2013-03-01 16:17:19 +01:00
Oliver Bock
f70752146e
Merge branch 'david/master' into master
2013-03-01 16:14:33 +01:00
David Anderson
cb663cbc8b
- Fix MinGW build: generate_svn_version.sh only works on top level
2013-03-01 16:14:13 +01:00