Rom Walton
4cafe4b948
DOC: Add 7.6.2 for the Mac
2015-06-01 13:28:16 -04:00
Rom Walton
1c506928e7
DOC: Fix for last commit
2015-05-27 17:47:44 -04:00
Rom Walton
63b9472bbf
DOC: Add 7.6.2 as a development release
2015-05-27 17:45:01 -04:00
Rom Walton
6c6e8adca5
BUILD: Promote 7.4.42 to a public release.
2015-03-24 13:25:42 -04:00
Rom Walton
0b5c9b366e
BUILD: Add 7.4.42 for Mac to download page
2015-03-12 15:32:34 -04:00
Rom Walton
9aad985dd6
BUILD: Add 7.4.42 as a Dev release
2015-03-12 13:12:13 -04:00
Rom Walton
8eef77f747
BUILD: Add 7.4.42 as a Dev release
2015-03-10 00:27:29 -04:00
David Anderson
08fb2a9dd1
Update Android version info
2015-02-13 10:13:17 -08:00
Rom Walton
b5f7088f4e
DOC: Promote 7.4.36 to a public release
2015-01-01 13:58:53 -05:00
Rom Walton
abf38f6050
DOC: Update dev version to 7.4.36
2014-12-12 15:55:54 -05:00
Rom Walton
27ad2b4213
DOC: Update dev version to 7.4.35
2014-12-10 13:16:43 -05:00
David Anderson
be611d3df9
version update
2014-12-03 17:17:08 -08:00
David Anderson
37e25d26ec
BOINC web site: various fixes to download pages, from Juha
2014-12-03 14:22:26 -08:00
Rom Walton
858622f78f
DOC: Update dev version to 7.4.32
2014-12-02 14:25:11 -05:00
Rom Walton
3050b4231e
DOC: Update development version for Android
2014-11-26 14:28:10 -05:00
Rom Walton
76564466e4
DOC: Add development version of Android build to download page.
2014-11-24 14:29:22 -05:00
Rom Walton
2dfdadd28e
DOC: Quick updates
2014-11-11 12:44:05 -05:00
Rom Walton
bd55f0b809
DOC: Promote 7.4 to a recommended release
2014-11-11 12:41:41 -05:00
David Anderson
883abe1976
BOINC site: restore download links for Mac PPC
2014-11-11 01:05:52 -08:00
David Anderson
104bff75e4
BOINC web: various fixes on download pages
2014-11-07 22:03:45 -08:00
David Anderson
a30b0a2638
download page: tweak Mac entries
2014-11-06 12:33:09 -08:00
Rom Walton
76d977a9a1
DOC: Update to 7.4.27 for Windows
2014-11-05 17:00:06 -05:00
Rom Walton
5f36375e2c
DOC: Update dev version to 7.4.26
2014-10-29 15:37:53 -04:00
David Anderson
b27765f6d3
web: add mechanism for 1-click Join button on projects
2014-10-03 11:01:32 -07:00
David Anderson
dd371e27b7
new version.inc
2014-10-02 07:33:41 -07:00
Rom Walton
562edbed3f
DOC: Update dev version to 7.4.22
2014-09-17 12:58:00 -04:00
Rom Walton
e17d4944ab
DOC: Update dev version to 7.4.21
2014-09-09 19:20:11 -04:00
Rom Walton
5e8b95ec01
DOC: Add development version of Android build to download page.
2014-08-26 13:14:02 -04:00
Rom Walton
4d915cb239
DOC: Update dev version to 7.4.12.
2014-08-04 17:35:57 -04:00
Rom Walton
eea6472331
DOC: Update dev version to 7.4.8 for Windows and Mac
2014-06-30 13:08:19 -04:00
Rom Walton
4e94b917bb
DOC: Update dev version to 7.3.19
2014-05-15 14:05:09 -04:00
Charlie Fenton
8a82d050b8
DOC: Fix typos
2014-03-13 07:24:38 -07:00
Charlie Fenton
5edbfec5f7
DOC: Add 7.3.13 as a development release (Mac only for now)
2014-03-13 07:14:46 -07:00
Rom Walton
2ea79d5d5f
DOC: Add Linux 7.3.11 dev builds
2014-03-12 17:45:28 -04:00
Rom Walton
c9ad116ed8
DOC: Add 7.3.11 as a development release
2014-03-10 15:26:06 -04:00
Rom Walton
b5758ae8fa
DOC: Update Android to 7.3.7
2014-03-04 12:14:09 -05:00
David Anderson
28ff9223ab
Server: add feature to mass email script to send to ID list
2014-03-01 12:07:46 -08:00
Rom Walton
589fb7c84f
DOC: Update recommended release to 7.2.42
2014-02-28 15:25:35 -05:00
Rom Walton
e118e6c58b
DOC: Make 7.2.39 the new recommended version
2014-02-12 11:20:34 -05:00
Rom Walton
be2f175ebe
DOC: Add entries for MIPS and x86 for Android.
2014-02-06 20:32:06 -05:00
Rom Walton
8bb3af6154
DOC: Update android client to 7.2.41.
2014-02-06 20:18:38 -05:00
David Anderson
c4f4421ff0
client/manager/server: use HTTPS for web RPCs if possible
...
The web RPCs done by the client during project attach
(lookup_account, create_account)
have an email address and password hash in their request.
Network sniffers could potentially see these,
so we should use HTTPS for these RPCs if possible.
However, not all BOINC projects have SSL-enabled web servers.
So I did the following:
- Change get_project_config.php to return an additional
<web_rpc_url_base> element.
This is SECURE_URL_BASE (if specified in the project's
project.inc config file) or, if not, the master URL.
- This new element is parsed into the PROJECT_CONFIG structure.
- In calls to create_account and lookup_account,
the Manager uses PROJECT_CONFIG::web_rpc_url_base
if it's available, else the master URL.
So, the new Manager/client uses HTTPS for RPCs to projects
that have updated their get_project_config.php,
and specify a SECURE_URL_BASE with https:// prefix.
Android note: I added code to parse the new config element,
but didn't change the higher-level code;
Joachim will need to do this.
2014-01-28 13:25:59 -08:00
Charlie Fenton
c128412909
DOC: Updates for Mac 7.2.38
2014-01-17 01:29:29 -08:00
Rom Walton
cbc22c4f77
DOC: Updates for 7.2.38
2014-01-16 22:31:35 -05:00
Rom Walton
956dfb57e7
DOC: Updates for 7.2.27
2014-01-08 18:38:53 -05:00
Rom Walton
73b40ad1a6
DOC: Update Android development version
2013-12-31 11:43:17 -05:00
Rom Walton
84d282c59f
DOC: Update for Win x86
2013-12-31 11:41:47 -05:00
Rom Walton
e906786b09
DOC: Updates for 7.2.34
2013-12-31 03:55:03 -05:00
Charlie Fenton
f6a46c27d6
DOC: Fix links to Mac command-line and Linux versions for stable release 7.2.33
2013-11-28 14:39:20 -08:00
Rom Walton
dc6e5a9a40
DOC: Update new stable release to 7.2.33
2013-11-26 12:52:13 -05:00