Commit Graph

2821 Commits

Author SHA1 Message Date
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
David Anderson ce82f44bf7 BOINC web site: fix MySQL warnings; fix news RSS 2015-08-04 10:57:05 -07:00
David Anderson b67c831c14 Add Diet BOINC 2015-07-29 12:25:45 -07:00
David Anderson 8cd8c8e7ee server software: handle 64-bit database IDs
The SETI@home result table is about to run out of 32-bit IDs,
so we need to move to 64-bit result IDs.
This will happen to the workunit table at some point too.

I changed the server C++ code to use the "long" type for all DB IDs
(and to use appropriate conversion codes like %lu).
"long" is 64 bit on 64-bit machines.
For uniformity I did this for all tables,
even ones (like app) that will never get big.

I chose NOT to change the DB schema for now.
The new code will work with 32-bit ID fields in the DB.
As projects approach the 32-bit limit on a table they can change
its ID field, and fields that reference this table, to BIGINT.
This is likely to happen only on the result and workunit tables.
I put functions in html/ops/db_update.php
to change the IDs of these tables.
2015-07-23 10:11:08 -07:00
Rom Walton 217f61a6fa DOC: Update dev version to 7.6.6 2015-07-16 12:44:20 -04:00
David Anderson 4a5bf5f5e4 prune project list 2015-07-10 16:10:23 -07:00
David Anderson 2227e19b30 project list: make short descriptions translatable 2015-07-09 18:50:15 -07:00
David Anderson a275f9f047 project list: URL fix 2015-07-08 13:49:20 -07:00
David Anderson 14bd320551 BOINC web: front-page changes 2015-07-05 12:09:26 -07:00
Rom Walton 37d8c0b4e1 HTML: Make sure BOINC-Project-Generic.pot contains comments. 2015-06-24 15:42:30 -04:00
Rom Walton a64b17d817 DOC: Make sure BOINC-Web.pot includes comments 2015-06-24 15:35:32 -04:00