Commit Graph

35341 Commits

Author SHA1 Message Date
lfield b04e498af9
Update server_version.inc
Updated the sever version to 1.3.0
2022-10-03 08:39:51 +02:00
lfield b98d200917
Merge pull request #4923 from BOINC/dpa_sched_disk
scheduler: calculate max disk usage based on user prefs correctly.
2022-09-28 16:25:25 +02:00
Vitalii Koshura 373bcff07f
Merge pull request #4871 from BOINC/dpa_niu_prefs
Add not-in-use computing prefs
2022-09-22 00:50:04 +02:00
Vitalii Koshura 7cb3fac88b
Merge pull request #4926 from BOINC/dpa_project_list5
Update project list: change http to https in some master URLs
2022-09-19 23:38:12 +02:00
David Anderson b7e8938535 Update project list: change http to https in some master URLs 2022-09-19 14:02:44 -07:00
Vitalii Koshura 05998e3ab7
Merge pull request #4924 from BOINC/dpa_project_list4
update project list (for sidock)
2022-09-16 09:32:46 +02:00
David Anderson 8cd9c3dc86 remove TACC@home 2022-09-15 15:16:02 -07:00
David Anderson f3c193162a update project list (for sidock) 2022-09-15 15:11:32 -07:00
Vitalii Koshura 10b6bcdfde
Merge pull request #4911 from Vulpine05/Vulpine05-3430
Reset progress percentage to last checkpoint when task is initialized
2022-09-15 15:31:26 +02:00
David Anderson 3a3ce9f2b2 scheduler: calculate max disk usage based on user prefs correctly.
If max_used_gb or max_used_pct are zero (in client prefs) treat as "no limit".
2022-09-14 18:20:38 -07:00
Vitalii Koshura 52ccaddbeb
Merge pull request #4922 from BOINC/dpa_proj_list
update project list
2022-09-14 10:37:42 +02:00
David Anderson c2d49e6ebf update project list 2022-09-13 15:33:12 -07:00
Vulpine05 a0b5435b87 Reset progress percentage to last checkpoint 2022-09-13 11:53:46 -05:00
Bill 81415f5599
Merge branch 'BOINC:master' into Vulpine05-3430 2022-09-13 11:38:07 -05:00
Vitalii Koshura f78d342e7a
Merge pull request #4915 from BOINC/dpa_curl_close
client: close file descriptors if Curl initialization fails.
2022-09-13 13:24:50 +02:00
Vitalii Koshura 4120d2a3ef
Merge pull request #4920 from Vulpine05/Vulpine05-4913 2022-09-09 09:15:05 +02:00
Vulpine05 e9b7a6bd3c Fix null pointer dereferences 2022-09-08 21:55:19 -05:00
Vitalii Koshura 646cfaac3e
Update instructions
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-09-08 10:01:02 +02:00
Vitalii Koshura e3993d3e6b
Merge pull request #4919 from FrankXie05/vcpkg-instructions 2022-09-08 09:38:21 +02:00
FrankXie 9821d0a41a Add vcpkg installation instructions 2022-09-08 00:08:40 -07:00
David Anderson 513c5b1a15 client: close file descriptors if Curl initialization fails.
HTTP_OP::libcurl_exec() opens input and/or output files.
    In the normal case these eventually are closed in handle_messages()
    when the HTTP op finishes.
    But if the call to curl_multi_add_handle() returns an error
    (which I believe happens on a connect failure, e.g. if the project is down)
    then we need to close the files.
    We weren't doing this, possibly leading to running out of file descriptors.
2022-09-06 12:49:19 -07:00
Charlie Fenton f627b0905b Manager: fix handling when disabled items are enabled
- replace code lost from commit 27aff32ff1
 - restore previous values from global_prefs.xml or global_prefs_override.xml
2022-09-06 05:15:49 -07:00
Vitalii Koshura 3fc6c02471
Merge pull request #4912 from Vulpine05/Vulpine05-4888
[Manager] Freeze view when modifying columns
2022-09-06 11:17:03 +02:00
Vulpine05 16df10060a Freeze view when adding or removing columns 2022-09-05 08:49:03 -05:00
davidpanderson 28e9114fba client and manager: when parsing NIU prefs, immediately chanee 0 to 100.
This eliminates ambiguity between "no limit" and "inherit from in use"
2022-09-05 00:28:27 -07:00
Vulpine05 a413fecdf4 Reset progress percentage to last checkpoint when task is initialized 2022-09-04 13:10:47 -05:00
davidpanderson e5367f8a96 Merge branch 'dpa_niu_prefs' of https://github.com/BOINC/boinc into dpa_niu_prefs 2022-09-01 16:03:35 -07:00
David Anderson 9ee282f2ae web: if not-in-use prefs undefined, use in-use values 2022-09-01 15:43:01 -07:00
Vitalii Koshura c134d0f230
Merge pull request #4898 from Vulpine05/Vulpine05-3403-Revised
Add estimated completion date and completion before deadline columns to Tasks tab
2022-08-30 11:04:26 +02:00
Vitalii Koshura 2a261b48d2
Merge pull request #4897 from Vulpine05/Vulpine05_NewColumns
[Manager] Add check if new columns are to be visible by default
2022-08-30 10:20:18 +02:00
Vulpine05 bc8bcde920 Added check if new columns are to be visible by default. 2022-08-29 21:16:59 -05:00
Bill 9a6db0d449
Merge branch 'BOINC:master' into Vulpine05_NewColumns 2022-08-28 19:11:15 -05:00
Vitalii Koshura 382bcea6e6
Merge pull request #4907 from BOINC/dpa_exclude_gpu
Client: don't crash when <exclude_gpu> has bad device #
2022-08-28 22:34:06 +02:00
Vitalii Koshura d84781c7db
Merge pull request #4908 from MrBrain295/patch-1 2022-08-28 16:00:54 +02:00
Gabe a89b23ea69
Fix a typo 2022-08-28 07:55:10 -05:00
Gabe cfece7ef93
Fix a typo 2022-08-28 07:20:24 -05:00
davidpanderson ff7ea08957 Client: don't crash when <exclude_gpu> has bad device # 2022-08-28 01:26:16 -07:00
Vitalii Koshura 4655fce0b4
Merge pull request #4905 from AenBleidd/vko_gcc12_build_fix
Fix build of server utils with gcc12.
2022-08-27 00:52:37 +02:00
Vitalii Koshura 0534b006fb
Fix build of server utils with gcc12.
Ref: https://gcc.gnu.org/gcc-12/porting_to.html

Co-authored-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-27 00:16:16 +02:00
Vitalii Koshura 9c87b59fa9
Merge pull request #4901 from AenBleidd/vko_fix_release_version
Fix set-verion.py script to update version.h.in file as well.
2022-08-22 21:05:51 +02:00
Vitalii Koshura dd5043c68c
Fix set-verion.py script to update version.h.in file as well.
This fixes #4899 and #4502.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-22 20:37:35 +02:00
Bill 832c64ba78
Merge branch 'BOINC:master' into Vulpine05-3403-Revised 2022-08-21 22:12:43 -05:00
Vulpine05 98e1739b59 Added check if new columns are to be visible by default. 2022-08-21 22:07:33 -05:00
Vitalii Koshura b37f2ac23a
Merge pull request #4894 from AenBleidd/vko_update_wrapper_version
[wrapper] Update version
2022-08-19 23:38:02 +02:00
Vitalii Koshura df9f5cd83a
[wrapper] Update version
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-19 23:09:04 +02:00
Vitalii Koshura 1357fa5dcd
Merge pull request #4891 from BOINC/mac_universal_wrapper
Mac wrapper: build Universal M1 / x86_64 binary
2022-08-19 15:05:36 +02:00
Charlie Fenton 4e48eb05de Mac wrapper: build Universal M1 / x86_64 binary 2022-08-19 03:49:07 -07:00
David Anderson bec1bdda68
Merge pull request #4889 from AenBleidd/vko_build_apps_for_arm64
[CI] Add scripts to build libboinc and samples for linux arm64.
2022-08-18 18:53:29 -07:00
Vitalii Koshura 442a017eb3
[CI] Add scripts to build libboinc and samples for linux arm64.
This fixes #4782.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-18 23:00:45 +02:00
Vulpine05 68b9e44d95 Added estimated completion date and deadline difference columns 2022-08-17 22:38:29 -05:00