- 06 Aug, 2019 1 commit
-
-
Vitalii Koshura authored
Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- 02 Aug, 2019 5 commits
-
-
Kevin Reed authored
Start migration to python 3
-
Kevin Reed authored
tools: sample_work_generator should have the --app example_app argument added to it when a project is being created with the sample app (keeps it consistent with sample_bitwise_validator and sample_assimilator)
-
Kevin Reed authored
tools: fix bug that added extra [''] argument to some deamons in the config.xml when a project is first created
-
Kevin Reed authored
-
Kevin Reed authored
-
- 29 Jul, 2019 4 commits
-
-
Vitalii Koshura authored
documentation: fix formatting bug in CONTRIBUTING.md
-
Kevin Reed authored
-
Kevin Reed authored
Add Slack badge
-
Vitalii Koshura authored
Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- 26 Jul, 2019 6 commits
-
-
Tristan Olive authored
boinccmd: show GPU info in --get_host_info
-
Tristan Olive authored
Change my_bool to bool - see https://bugs.mysql.com/bug.php?id=85131
-
Tristan Olive authored
Revise README and CONTRIBUTING documents
-
Tristan Olive authored
Fix incorrect variable printed to sched debug
-
Rytis Slatkevičius authored
-
Rytis Slatkevičius authored
Fix message stating batch but printing workunit ID instead.
-
- 25 Jul, 2019 1 commit
-
-
Kevin Reed authored
[AppVeyor] Fix VS2013 build
-
- 24 Jul, 2019 1 commit
-
-
Kevin Reed authored
Update README.md and CONTRIBUTING.md with updated links and information about how to connect via slack or email
-
- 23 Jul, 2019 1 commit
-
-
lfield authored
Client: support HTTP GET of files over GUI RPC connections
-
- 22 Jul, 2019 3 commits
-
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
- 19 Jul, 2019 2 commits
-
-
Vitalii Koshura authored
Sometimes in case of non-clean VS cache folder nex issue could happen: https://stackoverflow.com/questions/17574089/how-can-i-fix-the-microsoft-visual-studio-error-package-did-not-load-correctly The only way to fix this is to clean this folder manually. Doing this is this script is safer for potential further image upgrade when mentioned folder could be not cleaned up. Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
David Anderson authored
There's no reason for this.
-
- 18 Jul, 2019 1 commit
-
-
Adam Radocz authored
[Android] Change notification priority from PRIORITY_MIN to PRIORITY_LOW
-
- 17 Jul, 2019 2 commits
-
-
Vitalii Koshura authored
This fixes #2750 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
David Anderson authored
- disable it unless <allow_gui_rpc_get/> is in cc_config.xml - return 400 and 403 HTTP replies in various error cases - allow .html, .js, and .css filename extensions - allow directories in path (but not ..). Files could be e.g. in project directories.
-
- 16 Jul, 2019 3 commits
-
-
Adam Radocz authored
[Android] Remove notification on user click
-
Vitalii Koshura authored
When users clicks on notification in notification area it should be removed. Fixes #2090 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
lfield authored
-
- 11 Jul, 2019 8 commits
-
-
David Anderson authored
FreeBSD: Add missing #include <sys/wait.h> for WEXITSTATUS macro.
-
David Anderson authored
FreeBSD: Check if the client supports AVX.
-
James Molson authored
-
-
James Molson authored
-
David Anderson authored
-
David Anderson authored
If the client receives a GET HTTP connection, it looks for a file of that name (default index.html) in the BOINC data directory (only .html files, no directory traversal) and returns it. The goal is to get rid of cross-site constraints in Web-based GUIs.
-
Rytis Slatkevičius authored
Cleanup generate_account_ownership_keys
-
- 10 Jul, 2019 1 commit
-
-
Kevin Reed authored
Client: support GUI RPCs via HTTP POST requests,
-
- 09 Jul, 2019 1 commit
-
-
David Anderson authored
- make HTTP header delim into a constant - don't send \003 reply delimiter for HTTP requests
-