Commit Graph

2831 Commits

Author SHA1 Message Date
GITNE d226b7fa56 DOC: Bump to 7.4.53 Android release
Mention new architectures
2016-07-24 15:57:37 +02:00
David Anderson d7f4551f6f client: fix bug where concurrent async file operations use same temp file
For situations where there are multiple big input or app_version files,
this could lead to MD5 errors and/or garbled file contents.
2016-07-14 14:56:31 -07:00
David Anderson fc995ea829 result_status web RPC: accept names as well as IDs 2016-06-20 09:32:26 -07:00
Charlie Fenton 471d16ca9f DOC: Update Mac dev version to 7.6.33, fix date for Windows dev builds 2016-06-06 00:54:24 -07:00
Rom Walton 505192d5ac DOC: Update dev version to 7.6.33 2016-06-05 21:53:33 -07:00
David Anderson e060f2d5ad web: fix display of exit codes
Exit codes (32 bits) with the high order bit set (e.g. 0xc0000005)
were being displayed as 0xffffffffc0000005.

Also: fix some confusion between exit codes and error numbers.
BOINC doesn't use error numbers as exit codes.
2016-06-01 13:13:38 -07:00
Rom Walton 201ac7687b DOC: Add 7.4.43 Android beta release 2016-04-15 15:26:58 -04:00
David Anderson d2e822091b Merge branch 'master' of github.com:BOINC/boinc 2016-04-05 12:14:04 -07:00
David Anderson 46c3753492 BOINC web site tweaks 2016-04-05 12:13:43 -07:00
funkydude 71831ee639 Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
Charlie Fenton e6858433ee DOC: Make BOINC 7.6.31 available for testing on Mac 2016-03-03 00:55:16 -08:00
Charlie Fenton d65815be30 DOC: Make BOINC 7.6.31 available for testing on Mac 2016-03-03 00:49:37 -08:00
Rom Walton 9d9ca28e78 DOC: Make BOINC 7.6.29 available for testing 2016-03-02 20:23:05 -05:00
David Anderson d5f5918111 Replace strncpy() with strlcpy() various places.
Except for very specific cases, strncpy() should never be used.
It can result in a non-terminated string.

Also replace strncat() with strlcat(); the latter is simpler
because you don't have to calculate remaining buffer space.
2016-02-01 20:23:18 -08:00
David Anderson b32b91af9c revise CAS@home description 2016-01-27 14:55:37 -08:00
Rom Walton a49ea42550 DOC: Re-release 7.6.22 with VirtualBox 5.0.12 2016-01-16 11:51:48 -05:00
David Anderson b75fb4aa80 Update BAM! URL on home page 2016-01-15 15:47:52 -08:00
David Anderson b38a2b9695 Add doc/account_managers.inc, which wasn't under rev control for some reason 2016-01-11 13:45:19 -08:00
Rom Walton 9cc5c8ca38 DOC: Quick fix 2015-12-30 14:25:46 -05:00
Rom Walton 21a1775139 DOC: Make 7.6.22 the next stable release. 2015-12-30 14:22:01 -05:00
David Anderson f8aab48bff web: change format of main page. TODO: use bootstrap! 2015-12-23 17:19:40 -08:00
Charlie Fenton 086e2eab2b DOC: Update Mac dev version to 7.6.22 2015-12-17 19:16:16 -08:00
Rom Walton 7fe2e6a85d Merge branch 'master' of https://github.com/BOINC/boinc 2015-12-17 11:36:20 -05:00
Rom Walton 0c2251d3f3 DOC: Update dev version to 7.6.22 2015-12-17 11:35:27 -05:00
Charlie Fenton 90b7670fc3 DOC: Update Mac dev version to 7.6.21 2015-12-14 17:25:28 -08:00
Rom Walton 7613ec3aa5 DOC: Update dev version to 7.6.21 2015-12-14 11:24:18 -05:00
Charlie Fenton bc29b37bba DOC: Update Mac dev version to 7.6.19 2015-12-03 02:40:17 -08:00
Charlie Fenton 985ec15dfe DOC: Update Mac dev version to 7.6.18 2015-12-01 16:30:04 -08:00
David Anderson ae3dd407b4 BOINC web: restore BOINCMonitor 2015-12-01 13:59:39 -08:00
Rom Walton 490c4c9935 DOC: Update dev version to 7.6.18 2015-12-01 13:46:20 -05:00
David Anderson fbe6a4fd79 BOINC web: make the "Download BOINC + Virtualbox" button more prominent 2015-10-28 10:35:47 -07:00
David Anderson fec5b2f4cf BOINC web: live help page tweak 2015-10-21 08:33:47 -07:00
David Anderson c7bc9d0543 add project 2015-10-08 23:23:34 -07:00
Charlie Fenton 5bb3e0a7db DOC: Promote 7.6.12 to public release (Mac only) - Fix date in versions.inc 2015-09-29 03:19:15 -07:00
Charlie Fenton ce6cc45935 DOC: Promote 7.6.12 to public release (Mac only) 2015-09-29 03:03:17 -07:00
David Anderson 3bb136aca5 BOINC web site: add wallpaper images
Added [sm_img] BBCode tag to show small images.
Kludge. Should be able to say e.g. [img width=400]
2015-09-28 12:40:03 -07:00
David Anderson a188f311d9 tweaks to worker (test program for wrapper) 2015-09-23 13:21:57 -07:00
Charlie Fenton 0eeb05a894 DOC: Promote 7.6.11 to public release (Mac only) 2015-09-17 15:56:30 -07:00
David Anderson 5080865d72 project list and addon updates 2015-09-16 15:18:31 -07:00
Charlie Fenton 36b6ec93be DOC: Promote 7.6.10 to public release (Mac only) 2015-09-11 19:48:24 -07:00
Rom Walton a970cbcc1a DOC: Promote 7.9.9 to public release 2015-08-31 22:20:38 -04:00
David Anderson 7f91596fae Manager, client: have comma_print() return a std::string, avoid static buffer problem 2015-08-27 15:05:56 -07:00
David Anderson 2ddc024e2b Merge branch 'master' of github.com:BOINC/boinc 2015-08-23 21:52:55 -07:00
Rom Walton 9c2ca87dcf DOC: More updates 2015-08-24 00:52:21 -04:00
David Anderson 8916fd9fc9 Merge branch 'master' of github.com:BOINC/boinc 2015-08-23 21:49:58 -07:00
Rom Walton 9e8710213b DOC: Promote 7.6 to public version 2015-08-24 00:48:24 -04:00
David Anderson 193a492f04 BOINC web: clean up Live Help page. 2015-08-22 21:28:48 -07:00
David Anderson a3d9052448 remove BOINC Monitor from addon list; reports of malware 2015-08-19 21:00:12 -07:00
David Anderson b954d13e93 BOINC web: flesh out front page 2015-08-17 12:02:06 -07:00
David Anderson bedb5b69c2 BOINC web: tweak 2015-08-13 14:05:44 -07:00