Charlie Fenton
253496361b
Fix compiler warnings
2013-03-04 15:20:32 +01:00
Oliver Bock
439ca150c4
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-04 15:18:20 +01:00
Charlie Fenton
5217479bab
Mgr: Fix Windows hangs and simplify code for notices display
2013-03-04 15:18:05 +01:00
Charlie Fenton
9ffbe44aae
Mgr: Fix Windows hangs and simplify code for notices display
2013-03-04 15:16:59 +01:00
Charlie Fenton
1561c35146
Mgr: Fix Windows hangs and simplify code for notices display
2013-03-04 15:16:59 +01:00
David Anderson
8ae9680134
- server programs: allow config.xml to be a symlink
2013-03-04 15:16:59 +01:00
David Anderson
3af9309894
- admin web: change revalidate function to revalidate
...
valid as well as invalid results
2013-03-04 15:16:58 +01:00
David Anderson
de71ae7f7f
- client: when reset a project, clear its scheduler URL list
...
(force a reload of the master page)
2013-03-04 15:16:58 +01:00
David Anderson
6205ffed08
- scheduler: add extra check for not sending homogeneous app version
...
jobs to anonymous platform clients
- remote job submission: add DB table for keeping track of files
2013-03-04 15:16:58 +01:00
Oliver Bock
5f8d2ac8d1
- wrapper: compile fixes for Win
...
Conflicts:
checkin_notes
2013-03-04 15:08:51 +01:00
David Anderson
016b11e522
- client: fix uninitialized vars in CPU feature detection (from RustyBSD)
2013-03-04 15:06:32 +01:00
David Anderson
f31a63b0c8
- scheduler: if primary platform is anonymous, ignore alternate platforms.
2013-03-04 15:06:32 +01:00
David Anderson
959aee51d0
- client: if a project is anonymous platform,
...
don't send list of alternate platforms in scheduler RPC.
2013-03-04 15:06:32 +01:00
David Anderson
0760461e93
- Unix build: add configure option for minimal make output
2013-03-04 15:06:32 +01:00
David Anderson
374ee55113
- wrapper: compile fixes for Win
2013-03-04 15:04:51 +01:00
David Anderson
d8b7e4347f
- wrapper: add feature for unzipping input files and zipping output files
2013-03-04 15:04:51 +01:00
Charlie Fenton
bee578e76a
WIN: Fix Debug configuration which was corrupted
2013-03-04 15:04:51 +01:00
David Anderson
bb0ced01ba
- wrapper: add source files for a regular expression library
...
(too be used soon)
- boinc_zip: add makefile for test program
2013-03-04 15:04:51 +01:00
Charlie Fenton
92521b8be8
boinc_zip: Add teszlibconflict target to boinc_zip Xcode project
2013-03-04 15:04:51 +01:00
Charlie Fenton
ab6c3e5b1f
Mac: remove deleted files from Xcode project
2013-03-04 15:04:51 +01:00
David Anderson
aa31777003
- client: if a project has 64 or more ready-to-report tasks,
...
report them.
64 is chosen a bit arbitrarily, but the idea is to
limit the number of tasks reported per RPC,
and to accelerate the reporting of small tasks.
2013-03-04 15:04:51 +01:00
David Anderson
7366c8bb43
- remove deprecated MAC address code
2013-03-04 15:04:51 +01:00
David Anderson
fa8945fda9
- compile fix for FreeBSD
2013-03-04 15:04:51 +01:00
Oliver Bock
e3f9672993
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-04 15:01:58 +01:00
Charlie Fenton
093ad0ab12
boinc_zip: Fix linker conflicts zlib and boinc_zip are both used in a project
2013-03-04 15:01:44 +01:00
Charlie Fenton
c1ae4c4dec
Fix linker conflicts zlib and boinc_zip aer both used in a project
2013-03-04 15:01:35 +01:00
Charlie Fenton
0c68bc5c59
Don't build test_boinc_zip and test_boinc_zip_zlib_conflicts by default on Windows.
2013-03-04 14:59:23 +01:00
Charlie Fenton
d5c9ee8abf
boinc_zip: Fix linker conflicts zlib and boinc_zip aer both used in a project
2013-03-04 14:59:23 +01:00
Rom Walton
43c55fd34b
- VBOX: Add the ability to specify both the type and model of disk
...
controller to use. It can be specified by adding the following
tags to vbox_job.xml:
<vm_disk_controller_type></vm_disk_controller_type>
<vm_disk_controller_model></vm_disk_controller_model>
Executing vboxmanage --help will list the available options in the
storeagectl section.
2013-03-04 14:59:23 +01:00
Rom Walton
a0c6e534e0
- ZIP: Add missing preprocessor symbols to the 64-bit build targets.
2013-03-04 14:59:23 +01:00
Charlie Fenton
a07e0dac43
boinc_zip: minor cleanup of Xcode project
2013-03-04 14:59:23 +01:00
Charlie Fenton
19e8e62e6c
Fix typo
2013-03-04 14:59:23 +01:00
Charlie Fenton
1211bf976d
boinc_zip: fixed boinc_zip and test_boinc_zip windows projects
2013-03-04 14:59:23 +01:00
Rom Walton
a13163aa15
- ZIP: Use only one variant of the C Runtime Library
...
- ZIP: Remove test_boinczip from the default solution.
2013-03-04 14:59:23 +01:00
Charlie Fenton
ec16ac4ccb
boinc_zip: updated boinc_zip xCode project for unix.c -> z_unix.c
2013-03-04 14:59:22 +01:00
David Anderson
678ee52458
- boinc_zip: fix Unix build
2013-03-04 14:59:22 +01:00
Oliver Bock
8a4e0d7de6
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-04 14:57:19 +01:00
Charlie Fenton
a1cb39fa55
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:57:05 +01:00
Bernd Machenschalk
7a35b69c64
Limit grep operation to what's relevant and avoid accidental matches
...
Signed-off-by: Oliver Bock <oliver.bock@aei.mpg.de>
2013-03-04 14:56:57 +01:00
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