boinc-upstream:tolive/wrapper

Last commit made on 2015-09-22
Get this branch:
git clone -b tolive/wrapper https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
tolive/wrapper
Repository:
lp:boinc-upstream

Recent commits

ab32627... by Tristan Olive <email address hidden>

Wrapper: Verify that executables are in the "app_files" list

Prevent bypassing of the code signing mechanism by ensuring that only files defined in the application version are executed. For new clients, this is checked in the APP_INIT_DATA structure. For compatibility with old clients, the client_state.xml file is read and parsed if the APP_INIT_DATA structure does not contain a list of files

3b7969b... by David Anderson <email address hidden>

Merge branch 'master' of https://github.com/BOINC/boinc

28e18f6... by David Anderson <email address hidden>

Manager, client: use WxWidgets functions for number formatting

Turns out WxWidgets has functions for localized number formatting.
This was added in 2.9 so we weren't able to use it last time I checked.

Remove our own number-formatting code.
Don't do localized number formatting in client.

9468bdb... by Rom Walton <email address hidden>

Updating translations for locale/fr/BOINC-Drupal.po [skip ci]

32266d3... by David Anderson <email address hidden>

locale: Update compiled localization files

eed75f5... by Rom Walton <email address hidden>

Merge branch 'master' of https://github.com/BOINC/boinc

bbad0d9... by Rom Walton <email address hidden>

client: VirtualBox now installs VboxManage to /usr/local/bin. Make detection of VirtualBox work again.

9c34140... by Rom Walton <email address hidden>

Updating translations for android/BOINC/res/values-cs/strings.xml [skip ci]

dfb189e... by David Anderson <email address hidden>

client: check for new client version right after state file parse

fcb359d... by David Anderson <email address hidden>

Manager/client, Win: use LOCALE_USER_DEFAULT instead of NULL in locale call