Commit Graph

26297 Commits

Author SHA1 Message Date
Rom Walton 3738c8d33b Updating translations for locale/ka/BOINC-Client.po [skip ci] 2015-05-26 08:38:12 -04:00
Rom Walton c8a876f579 Merge branch 'master' of https://github.com/BOINC/boinc 2015-05-26 07:54:06 -04:00
Rom Walton 35211cae75 Updating translations for locale/sk/BOINC-Drupal.po [skip ci] 2015-05-26 07:00:58 -04:00
Rom Walton 60f4e36a9a Updating translations for locale/sk/BOINC-Project-Generic.po [skip ci] 2015-05-26 07:00:54 -04:00
Rom Walton dd7714efe9 Updating translations for locale/sk/BOINC-Drupal.po [skip ci] 2015-05-26 04:31:42 -04:00
Rom Walton 0cdd4abadc Updating translations for locale/sk/BOINC-Drupal.po [skip ci] 2015-05-26 04:23:51 -04:00
Rom Walton f0feadf8ae Merge branch 'master' of ssh://isaac.ssl.berkeley.edu/boinc-v2 2015-05-25 18:34:28 -04:00
David Anderson 23e769549f locale: Update compiled localization files 2015-05-25 15:33:40 -07:00
Rom Walton 90bd67aa6a Updating translations for locale/ko/BOINC-Manager.po [skip ci] 2015-05-21 13:46:55 -04:00
Rom Walton cf73dd556d Updating translations for locale/ca/BOINC-Manager.po [skip ci] 2015-05-21 00:58:04 -04:00
Rom Walton ad1a2861aa Updating translations for locale/ca/BOINC-Manager.po [skip ci] 2015-05-20 21:05:37 -04:00
Rom Walton 46441c9a2e Updating translations for locale/ca/BOINC-Manager.po [skip ci] 2015-05-20 16:37:23 -04:00
Rom Walton f048c201ae WINBUILD: Update CRT reference to VS 2013. 2015-05-18 11:01:13 -04:00
Rom Walton b97c4fcc29 WINBUILD: Remove code-signing requirement for building BOINC installers on Windows. 2015-05-18 10:56:46 -04:00
Rom Walton b868f1a2be Updating translations for locale/tr/BOINC-Web.po [skip ci] 2015-05-17 11:29:01 -04:00
Rom Walton 77f2abdcc3 Updating translations for locale/de/BOINC-Project-Generic.po [skip ci] 2015-05-16 10:55:22 -04:00
Rom Walton 09ad388f5c Updating translations for locale/de/BOINC-Project-Generic.po [skip ci] 2015-05-16 10:41:54 -04:00
Rom Walton ab1723f030 WINBUILD: Fix warning when building vboxwrapper (Debug/Win32). 2015-05-15 13:25:38 -04:00
Rom Walton 7f185eaad1 Updating translations for locale/ko/BOINC-Project-Generic.po [skip ci] 2015-05-15 04:54:38 -04:00
Rom Walton 18893b3981 Updating translations for locale/ko/BOINC-Manager.po [skip ci] 2015-05-15 02:09:42 -04:00
Rom Walton b5c0c6556a WINBUILD: Ops, wrong change with the last commit. 2015-05-14 20:35:47 -04:00
Rom Walton d3b99e8af8 WINBUILD: Last commit missed a file. 2015-05-14 20:33:20 -04:00
Rom Walton ae965894ed WINBUILD: When building with VS 2013, use the XP compatible toolchain. 2015-05-14 18:45:17 -04:00
Rom Walton 128e22af6e WINBUILD: Fix building debug builds for vboxwrapper on VS 2013. 2015-05-14 11:41:15 -04:00
Rom Walton b5c14c1888 WINBUILD: For projects that depend on a library, make sure that they point to the VS 2013 project.
(From: Christian Beer)
2015-05-14 11:23:08 -04:00
David Anderson aa04257568 client: get sizes of anonymous platform files on startup
... because if we don't,
the client won't use asynch operations for large files,
which causes heartbeat failures and unresponsiveness.
2015-05-11 13:25:57 -07:00
Rom Walton b9cd078dd7 WINBUILD: Remove the restriction that prevented BOINC from installing on domain controllers.
TODO: Block service install in the advanced settings dialog.
2015-05-11 13:18:15 -04:00
Rom Walton 3f6b039c75 BUILD: Post-fork increment to the next available dev version. 2015-05-11 11:43:06 -04:00
David Anderson c1f439935e locale: Update compiled localization files 2015-05-11 07:51:50 -07:00
Rom Walton a20888dae4 Updating translations for locale/sk/BOINC-Project-Generic.po [skip ci] 2015-05-08 19:38:50 -04:00
David Anderson f9a6b9eb0b client, Win: use _stat64() instead of _stat(); _stat() returns error for > 4GB files 2015-05-08 14:53:42 -07:00
David Anderson fa3f6be512 client: fix bug when delete > 4GB file
The function to delete a slot dir file (delete_project_owned_file())
called boinc_file_or_symlink_exists(),
and returning success (with no message) if this return false.

boinc_file_or_symlink_exists() incorrectly returned false for > 4GB file on Win,
because it used stat(), which handles only 32 bit file size.

Fix: remove the call to boinc_file_or_symlink_exists();
instead, always call DeleteFile(),
and check for the ERROR_FILE_NOT_FOUND status.

I'll fix the stat() problem later.
2015-05-08 14:23:03 -07:00
Rom Walton 22711fef8e Updating translations for locale/fr/BOINC-Project-Generic.po [skip ci] 2015-05-07 08:43:12 -04:00
Rom Walton 17ecc3ddcc Updating translations for locale/cs/BOINC-Project-Generic.po [skip ci] 2015-05-07 08:43:08 -04:00
Rom Walton a3d2c74d51 Updating translations for locale/ca/BOINC-Project-Generic.po [skip ci] 2015-05-07 08:43:04 -04:00
Rom Walton f99fea0366 Updating translations for locale/en/BOINC-Drupal.po [skip ci] 2015-05-07 08:23:55 -04:00
Oliver Bock 194d2610fc More internationalized strings for Drupal 2015-05-07 14:23:31 +02:00
Rom Walton 557f351785 WINBUILD: Cleanup work to support VS 2013 builds 2015-05-06 18:14:31 -04:00
Rom Walton 99dcd3dd8a WINBUILD: Update dependency paths for VS 2013 projects to point towards 2013 dependencies. 2015-05-06 16:49:57 -04:00
Rom Walton 32981b6a17 WINBUILD: Add Visual Studio 2013 project files. 2015-05-06 14:16:00 -04:00
Charlie Fenton aee734926b MGR: Fix compiler warning which was introduced by commit 0630470. 2015-05-05 16:22:02 -07:00
Rom Walton 0cf187d37f BUILD: Update vboxwrappers version to 26167. 2015-05-05 16:49:07 -04:00
Rom Walton ab3c7d6e9d Updating translations for locale/pt_PT/BOINC-Project-Generic.po [skip ci] 2015-05-05 07:44:01 -04:00
Rom Walton eeaefb06cf Updating translations for locale/pt_PT/BOINC-Project-Generic.po [skip ci] 2015-05-05 07:35:17 -04:00
Rom Walton 82acbdeaa9 Updating translations for locale/pt_PT/BOINC-Manager.po [skip ci] 2015-05-05 05:59:41 -04:00
Rom Walton 91a50a4b97 VBOX: Explicitly check the return value if CreateProcess fails while attempting to launch vboxsvc.exe. 2015-05-04 20:28:55 -04:00
Rom Walton 699f22d051 VBOX: Make sure vboxsvc is launched outside the slot directory in sandbox mode on Windows. 2015-05-04 19:44:00 -04:00
David Anderson 579597be93 client: fix botched commit from just now 2015-05-04 15:15:25 -07:00
David Anderson 9ea0bb3585 client: finish last commit 2015-05-04 14:55:18 -07:00
David Anderson 44c82bea9e client: detect errors in directory enumeration
Previously, the dir_scan() function didn't distinguish between
- reaching the end of the directory
- errors
It just returned nonzero in either case.
This means that the function that cleans out a slot dir
(client_clean_out_dir())
could potentially return success even though the directory is nonempty.
This could potentially cause the recently-reported problem
where a slot dir contains a VM image from a previous job.
2015-05-04 14:48:34 -07:00