- 07 Oct, 2017 1 commit
-
-
Will authored
Made link to gnu.org https
-
- 05 Oct, 2017 2 commits
-
-
Tristan Olive authored
Drupal: Modified private message module to use BOINC username (and id).
-
David Anderson authored
Mac os10 3 screensaver fix
-
- 03 Oct, 2017 2 commits
-
-
Charlie Fenton authored
Mac: Add keyword.cpp,.h to targets screensaver, ss_app, libboinc, client and manager in Xcode project for compatibility with master branch
-
Charlie Fenton authored
Mac: Changes to Xcode project to support screensaver changes for Mac OS 10.13. Added file needed for Mach-O communication.
-
- 01 Oct, 2017 1 commit
-
-
Charlie Fenton authored
-
- 30 Sep, 2017 3 commits
-
-
Charlie Fenton authored
NOTE: This needs to be merged into both master and 7.8 branch. Xcode project in master builds and links keyword.cpp and keyword.h, which are not present i 7.8 branch, so this commit does not include those.
-
Charlie Fenton authored
-
Charlie Fenton authored
-
- 28 Sep, 2017 1 commit
-
-
Shawn Kwang authored
Fixed bug where users could send message to users who did not exist. Changed autocomplete dropdown to use BOINC id in parenthesis. Removed dpm() debugging statements.
-
- 23 Sep, 2017 8 commits
-
-
David Anderson authored
job submission: don't error out if standard templates missing; change comment in transitioner
-
David Anderson authored
increment client version to 7.9.0
-
David Anderson authored
client: extensions, fixes to account manager functionality
-
David Anderson authored
web: use "small" instead of "muted"; fixes color problem
-
David Anderson authored
client: fix writing log messages
-
Juha Sointusalo authored
stdout is set to line buffered mode but MSVCRT doesn't support this mode and uses fully buffered mode instead. MinGW uses MSVCRT but the code doesn't take this into account and as a result stdoutdae.txt is written BUFSIZ (typically 512) bytes at a time on MinGW builds. Correct this by flushing stdout after every message regardless of which Windows compiler is used. Fixes #2141.
-
Juha Sointusalo authored
After freopen() stream is fully buffered. In this mode client's log messages are written to stdoutdae.txt BUFSIZ (typically 512) bytes at a time. Set stdout to line buffered mode after freopen() so that messages are written one line at a time. Set stderr's buffering mode after making sure freopen() succeeded. Fixes #2141.
-
David Anderson authored
-
- 21 Sep, 2017 1 commit
-
-
David Anderson authored
Remote job submission: first draft of protocol spec file for BOINC-GAHP
-
- 19 Sep, 2017 2 commits
-
-
David Anderson authored
-
David Anderson authored
The name defaults to appname_PID_unixtime. nanoHUB wanted to specify their own name to simplify associating output files with HUB jobs.
-
- 18 Sep, 2017 3 commits
-
-
David Anderson authored
If you specify the input or output templates, the standard ones (appname_in, appname_out) don't need to exist. Also, in create_work(): - don't read the output template; just check that it exists. - deprecate the result_template_filepath arg; redundant
-
Christian Beer authored
remote job submission: fix error if don't specify rsc_fpops_est
-
Christian Beer authored
BOINC web: fix path for BOINC-wide teams file
-
- 15 Sep, 2017 4 commits
-
-
David Anderson authored
-
David Anderson authored
when handling an AM repy: - check URL signature only for projects being attached. - clear dont_request_more_work, detach_when_done if not present in reply Store disk usage and share in state file; report to AM
-
David Anderson authored
-
David Anderson authored
-
- 14 Sep, 2017 1 commit
-
-
Richard Haselgrove authored
fixes presenting problem in #2103
-
- 13 Sep, 2017 2 commits
-
-
Christian Beer authored
Remove code used for the main BOINC website
-
Kevin Reed authored
for a project website). This has been moved to the boinc/boinc-site repository.
-
- 12 Sep, 2017 3 commits
-
-
Kevin Reed authored
Fixed URL of "Add separate preferences" button
-
Tristan Olive authored
Drupal: Fix boinc theme css
-
Michael Kulabuhov authored
-
- 08 Sep, 2017 1 commit
-
-
Tristan Olive authored
Drupal: Modified how subscribe link layout.
-
- 06 Sep, 2017 2 commits
-
-
Shawn Kwang authored
-
Shawn Kwang authored
Drupal: Changed subscription links to use <ul> and <li> tags, and thus CSS classes which set the border between links.
-
- 05 Sep, 2017 2 commits
-
-
David Anderson authored
Manager: fix daily schedules input data check
-
David Anderson authored
Manager: Fix menu item description.
-
- 04 Sep, 2017 1 commit
-
-
Vitalii Koshura authored
Fix menu item description as requested in #1033. Also this fixes #770 because now it shows correct branded product link that should be opened. Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-