Commit Graph

28007 Commits

Author SHA1 Message Date
Rom Walton 5fbb52c65a Updating translations for locale/sr@latin/BOINC-Setup.po [skip ci] 2015-11-20 06:51:23 -05:00
Rom Walton a6b04503bd Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-11-20 04:10:10 -05:00
Rom Walton 1e3b1ae67c BUILD: Update vboxwrappers version to 26179.
BUILD: Update wrappers version to 26016.
2015-11-19 23:54:40 -05:00
David Anderson 4e55dbf0e0 fix typo 2015-11-19 19:29:30 -08:00
Christian Beer 4459701a51 Merge pull request #1436 from BOINC/fix_defects_manager
Fix high impact defects in clientgui/
2015-11-19 23:17:26 +01:00
Christian Beer 07299b01f2 Merge branch 'master' into fix_defects_manager 2015-11-19 23:04:16 +01:00
Christian Beer 38205527dd Merge pull request #1435 from BOINC/fix_defects_apps
Fix defects in example apps
2015-11-19 22:59:42 +01:00
Christian Beer 980f46dd3b Merge pull request #1430 from BOINC/fix_defects_lib
Fix various defects in lib/
2015-11-19 22:58:51 +01:00
Rom Walton 169b873fe6 example_app: reclassify the example_app as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:24:19 -05:00
Rom Walton 0d31129a2a example_app_multi_thread: reclassify the example_app_multi_thread as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:22:36 -05:00
Rom Walton ea07bf4ef8 example_app_nvcuda: reclassify the example_app_nvcuda as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:19:30 -05:00
Rom Walton 45d140195d example_app_opencl: reclassify the example_app_opencl as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:04:17 -05:00
Rom Walton 4914d95a59 sleeper: reclassify the sleeper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:01:20 -05:00
Rom Walton 18b9dfd710 Merge branch 'master' of https://github.com/BOINC/boinc 2015-11-19 13:52:28 -05:00
Rom Walton 0de56b1a59 wrapper: reclassify the wrapper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.

NOTE: At some point parameter parsing and processing the job file was moved ahead of the diagnostics initialization code.  This had the unfortunate consequence of making errors that happened before the diagnostics code initialized disappear.

Switching wrapper to a console application will mean that launching it from a console window will cause the console window to block and display anything written to stderr/stdout regardless of whether the diagnostics code is initialized.
2015-11-19 13:52:18 -05:00
Rom Walton ce0e2dab0f vboxwrapper: reclassify the vboxwrapper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 13:41:02 -05:00
Christian Beer 50bf326ec1 Merge branch 'master' into fix_defects_apps 2015-11-19 19:07:19 +01:00
Christian Beer 05ad878760 Merge branch 'master' into fix_defects_lib 2015-11-19 19:06:14 +01:00
David Anderson 0a08a2968f locale: Update compiled localization files 2015-11-19 07:59:38 -08:00
Tristan Olive 59d8c1e3c9 Drupal: Don't disable BOINC environment path overrides just because the configuration seem to be set correctly
(DBOINC-145)
2015-11-19 09:21:11 -05:00
Rom Walton 581c74845d Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-19 03:59:08 -05:00
Rom Walton 4745129aa8 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 20:58:32 -05:00
Rom Walton afc3a91236 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 19:54:53 -05:00
Rom Walton 619cfd2f98 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 19:41:48 -05:00
David Anderson 026a1d3f97 Merge branch 'master' of github.com:BOINC/boinc 2015-11-18 16:30:40 -08:00
Rom Walton 28c3f3fd0a Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 19:29:17 -05:00
Rom Walton 022a9d1326 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 19:23:56 -05:00
Rom Walton 7096c72ad9 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 19:15:03 -05:00
David Anderson f4c72320a3 file upload handler: improve check for filename validity
The file upload handler checked for ".." in the filename.
Also check for control chars and for starting with /.
Put this into a separate function, is_valid_filename().
2015-11-18 16:08:47 -08:00
Rom Walton 1d22fe9fad Merge branch 'master' of https://github.com/BOINC/boinc 2015-11-18 18:59:07 -05:00
Rom Walton 493c9d79b2 Revert "lib: Prevent the xml_unescape function from injecting control characters into strings."
This reverts commit 582f389f39.
2015-11-18 18:58:59 -05:00
Rom Walton f44fb00532 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 18:55:43 -05:00
Rom Walton ca861714a5 Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-18 18:48:33 -05:00
David Anderson 1dcbac0bf1 web: change "Aborted by user" to "Aborted" 2015-11-18 14:34:33 -08:00
David Anderson 6b81b0e63b server: provide access to output file names without random part
- add random substring as "_r123123"
- add function remove_random_from_filename() that removes
  the random substring from an output filename
2015-11-18 13:42:06 -08:00
David Anderson e8af24b795 client: fix typo in CC_CONFIG::write() (from Juha) 2015-11-18 13:37:40 -08:00
Rom Walton f660d9dd62 Revert "server: Refine 153f660 so that it reverts back to the original behavior by default."
This reverts commit 3cecde776b.
2015-11-18 15:40:22 -05:00
Rom Walton 2404092894 server: fix build break. 2015-11-18 13:53:10 -05:00
Rom Walton 0a63f1b05c server: remove automatic assignment of the result.random field. Reverts back to previous behavior. 2015-11-18 13:49:43 -05:00
Rom Walton 3cecde776b server: Refine 153f660 so that it reverts back to the original behavior by default.
Introduce a new template macro <RANDFILE_*/>.  This will inject a random number into the result file names making them hard to guess.
2015-11-18 13:30:57 -05:00
Rom Walton 7c28f74d82 Updating translations for locale/de/BOINC-Project-Generic.po [skip ci] 2015-11-18 09:50:19 -05:00
Rom Walton a1425b971f Updating translations for locale/uk/BOINC-Setup.po [skip ci] 2015-11-18 08:55:41 -05:00
Rom Walton 4d4df7c314 Updating translations for locale/sr@latin/BOINC-Client.po [skip ci] 2015-11-18 08:55:11 -05:00
Rom Walton 0301500138 Updating translations for locale/uk/BOINC-Client.po [skip ci] 2015-11-18 08:54:58 -05:00
Rom Walton f9beb1dfaf Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-11-18 08:51:32 -05:00
Rom Walton facf496ee3 Updating translations for android/BOINC/res/values-uk/strings.xml [skip ci] 2015-11-18 08:47:12 -05:00
Rom Walton d6b8380fe6 Updating translations for android/BOINC/res/values-uk/strings.xml [skip ci] 2015-11-18 08:39:22 -05:00
Rom Walton a7ebcc81e4 Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-11-18 08:06:39 -05:00
Rom Walton 92f866f0da Updating translations for locale/it_IT/BOINC-Project-Generic.po [skip ci] 2015-11-18 08:06:36 -05:00
Rom Walton b0f800c0a0 Updating translations for locale/uk/BOINC-Setup.po [skip ci] 2015-11-18 07:54:12 -05:00