Get this repository:
git clone https://git.launchpad.net/boinc-upstream

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/BOINC/boinc.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2024-04-15 10:08:07 UTC
Merge pull request #5577 from BOINC/dpa_missing_gpu

Author: Vitalii Koshura
Author Date: 2024-04-15 10:08:07 UTC

Merge pull request #5577 from BOINC/dpa_missing_gpu

client: if GPU is missing, discard app versions and results that refer to it.

client_release/8/8.0 2024-03-31 23:05:47 UTC
Update version to 8.0.1

Author: Vitalii Koshura
Author Date: 2024-03-31 23:05:47 UTC

Update version to 8.0.1

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

client_release/7/7.24 2024-03-10 14:35:17 UTC
Merge pull request #5534 from BOINC/howtobuild_Xcode_15_3

Author: Vitalii Koshura
Author Date: 2024-03-10 13:33:21 UTC

Merge pull request #5534 from BOINC/howtobuild_Xcode_15_3

Mac: Update build instructions for Xcode 15.3

dpa_worker 2024-01-08 22:24:07 UTC
worker test app: fix small bug (--nsecs didn't work)

Author: David Anderson
Author Date: 2024-01-08 22:24:07 UTC

worker test app: fix small bug (--nsecs didn't work)

client_release/7/7.22 2023-05-21 13:51:11 UTC
Update version to 7.22.2

Author: Vitalii Koshura
Author Date: 2023-05-21 13:51:11 UTC

Update version to 7.22.2

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

dpa_throttle 2023-05-11 05:40:57 UTC
client: improve implementation of CPU throttling

Author: David Anderson
Author Date: 2023-05-11 05:40:57 UTC

client: improve implementation of CPU throttling

Old: if target CPU usage is (say) 1%,
we'd unthrottle, sleep 1 sec, throttle, and sleep 99 sec.
A change to the usage pref wouldn't be enforced during that sleep.

New: do something every second; changes are seen immediately

client_release/7/7.20 2023-05-05 11:15:29 UTC
Mac: Fix permission errors when running client as a daemon / system service (...

Author: Charlie Fenton
Author Date: 2023-05-05 11:15:29 UTC

Mac: Fix permission errors when running client as a daemon / system service (PR #5061)

dpa_bbcode2 2023-04-25 00:22:36 UTC
web: the BBCode processor has [github] tags.

Author: David Anderson
Author Date: 2023-04-25 00:22:36 UTC

web: the BBCode processor has [github] tags.
These probably don't need to exist but at least
they should point to the right place.

dpa_warnings2 2023-03-04 21:27:57 UTC
Fix Win compile errors and warnings

Author: davidpanderson
Author Date: 2023-03-04 21:27:57 UTC

Fix Win compile errors and warnings

server_release/1/1.4 2023-01-23 09:56:49 UTC
Rebaed with master

Author: Laurence Field
Author Date: 2023-01-23 09:56:49 UTC

Rebaed with master

dpa_forum4 2022-12-16 01:41:05 UTC
web: in pages that take a DB ID as an arg,

Author: David Anderson
Author Date: 2022-12-16 01:41:05 UTC

web: in pages that take a DB ID as an arg,
    show an error page if it's not a valid ID;
    don't just proceed with a null object.

dpa_email_addr 2022-11-08 20:16:00 UTC
web: fix is_valid_email_addr()

Author: David Anderson
Author Date: 2022-11-08 20:16:00 UTC

web: fix is_valid_email_addr()
Use a PHP function to do this (filter_var()).
The regular expression we were using allowed e.g. commas.
Also fix the logic for using stopforumspam.com
(check email addr even if client IP addr missing)

dpa_mail_passwd 2022-11-05 23:13:48 UTC
mail_passwd.php: allow projects to add their own message

Author: David Anderson
Author Date: 2022-11-05 23:13:48 UTC

mail_passwd.php: allow projects to add their own message
    at end of page about password reset email.
    Lets them give emergency instructions.

dpa_forum_login 2022-10-11 01:09:36 UTC
web: on forum page, tell user they have to log in to post

Author: David Anderson
Author Date: 2022-10-11 01:09:36 UTC

web: on forum page, tell user they have to log in to post

Currently, if we direct someone to the "Questions and problems" forum,
and they're not logged in, it's a dead end;
they aren't told that they need to log in
(and/or create an account) in order to post a question.
Add this.

server_release/1.3 2022-10-03 06:39:51 UTC
Update server_version.inc

Author: Laurence Field
Author Date: 2022-10-03 06:39:51 UTC

Update server_version.inc

Updated the sever version to 1.3.0

dpa_strip 2022-06-13 21:46:02 UTC
wrapper and vboxwrapper, Linux: strip the executables

Author: David Anderson
Author Date: 2022-06-13 21:46:02 UTC

wrapper and vboxwrapper, Linux: strip the executables

client_release/7.16/7.16.12_branch 2022-04-02 12:43:50 UTC
Merge pull request #4684 from BOINC/dpa_version_check

Author: CharlieFenton
Author Date: 2022-03-30 09:35:09 UTC

Merge pull request #4684 from BOINC/dpa_version_check

Fix bug in new version check

cb_enhance_unit-testing 2021-12-27 11:45:28 UTC
[unit tests] make tests more self contained in test_project_init

Author: Christian Beer
Author Date: 2021-12-27 09:53:56 UTC

[unit tests] make tests more self contained in test_project_init

Also uses EXPECT_instead of ASSERT_ because with ASSERT_ the test immediately stops not executing the remaining tests of a suite. It's better to execute all tests and get a better picture what is failing.

dpa_autodock 2021-12-01 04:06:32 UTC
- Add web interface (in ops) for app version creation

Author: David Anderson
Author Date: 2021-12-01 04:06:32 UTC

- Add web interface (in ops) for app version creation
- Add --no_conf option to update_versions

client_release/7/7.16.20 2021-10-04 04:36:02 UTC
Update version to 7.16.20

Author: Vitalii Koshura
Author Date: 2021-10-04 04:36:02 UTC

Update version to 7.16.20

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

client_release/7/7.16 2021-10-04 03:57:48 UTC
Stuff for 7.16.20

Author: David Anderson
Author Date: 2021-10-04 03:57:48 UTC

Stuff for 7.16.20

client_release/7/7.18 2021-08-03 15:52:19 UTC
[Android] Build release branch on CI

Author: Vitalii Koshura
Author Date: 2021-08-03 15:52:19 UTC

[Android] Build release branch on CI

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

dpa_regex 2021-06-02 18:31:10 UTC
scheduler: store plan class reg exprs so we can including them in messages

Author: David Anderson
Author Date: 2021-06-02 18:31:10 UTC

scheduler: store plan class reg exprs so we can including them in messages

dpa_rss2 2021-04-22 08:37:29 UTC
update project list

Author: David Anderson
Author Date: 2021-04-22 08:37:29 UTC

update project list

dpa_account_finish 2020-11-10 23:37:46 UTC
Manager and web: don't pass authenticator to account_finish.php

Author: David Anderson
Author Date: 2020-11-10 23:37:46 UTC

Manager and web: don't pass authenticator to account_finish.php

If you attach to a project using the Manager, as a "new user",
the Manager finishes the process by opening a browser window
to account_finish.php on that project,
which asks you for your name, country, and (optionally) postal code.
It passes the authenticator to this script;
this could be viewed as a security risk.

I changed things so that:
- the Manager doesn't pass the authenticator
- account_finish.php asks you to log in (with email/passwd).

Compatibility issues:
Old manager, new project: no problem. User will see login form.
New manager, old project: user will see confusing "no such user" message

wcg_client_release/7/7.16 2020-11-09 14:10:57 UTC
Merge pull request #4082 from armstrdj/branded_screensaver_fix

Author: CharlieFenton
Author Date: 2020-11-07 01:17:21 UTC

Merge pull request #4082 from armstrdj/branded_screensaver_fix

MACOS Bug Fix: Modify the screen saver name parameter passed to boinc_ss_helper.sh..

dpa_xss 2020-09-20 23:01:39 UTC
client: add log messages for XSS idle detection

Author: David Anderson
Author Date: 2020-09-20 23:01:39 UTC

client: add log messages for XSS idle detection

dpa_vbox_nocom 2020-09-02 07:24:24 UTC
Update version# in VS2010 project

Author: David Anderson
Author Date: 2020-09-02 07:24:24 UTC

Update version# in VS2010 project

dpa_nvidia_vers 2020-07-11 20:15:50 UTC
Locale: Update localization template files [skip ci]

Author: David Anderson
Author Date: 2020-07-11 20:15:50 UTC

Locale: Update localization template files [skip ci]

dpa_vm_disk_usage 2020-07-11 08:41:01 UTC
Client: when computing disk usage, don't include VM shared directories

Author: davidpanderson
Author Date: 2020-07-11 08:41:01 UTC

Client: when computing disk usage, don't include VM shared directories

These directories are inside the VM, so we've already counted them.
Also, traversing them can be very slow if the dir is big (e.g. nanoHUB@home)

client_release/7/7.4 2020-06-02 04:57:50 UTC
update CA bundle

Author: davidpanderson
Author Date: 2020-06-02 04:57:50 UTC

update CA bundle

client_release/7/7.14 2020-05-08 05:40:09 UTC
Merge pull request #3693 from BOINC/mac_clean_up_gfx_changes7_14_branch

Author: David Anderson
Author Date: 2020-05-08 05:40:09 UTC

Merge pull request #3693 from BOINC/mac_clean_up_gfx_changes7_14_branch

Mac: clean up gfx changes from PR #3666 (7.14 branch)

wcg_client_release/7/7.14 2020-04-07 13:39:09 UTC
Merge branch 'client_release/7/7.14' into wcg_client_release/7/7.14

Author: Kevin Reed
Author Date: 2020-04-07 13:39:09 UTC

Merge branch 'client_release/7/7.14' into wcg_client_release/7/7.14

knr_wcg_cr714 2020-03-27 19:50:06 UTC
Merge branch 'client_release/7/7.14' into knr_wcg_cr714

Author: Kevin Reed
Author Date: 2020-03-27 19:50:06 UTC

Merge branch 'client_release/7/7.14' into knr_wcg_cr714

server_release/1/1.2 2020-03-06 08:58:51 UTC
New version 1.2.1

Author: Laurence Field
Author Date: 2020-03-06 08:58:51 UTC

New version 1.2.1

dpa_server_version2 2020-02-05 07:49:21 UTC
server: build fix

Author: David Anderson
Author Date: 2020-02-05 07:49:21 UTC

server: build fix

setiathome_server 2019-12-20 23:37:23 UTC
Merge branch 'setiathome_server' of ssh://ssh.github.com/BOINC/boinc into set...

Author: Eric J Korpela
Author Date: 2019-12-20 23:37:23 UTC

Merge branch 'setiathome_server' of ssh://ssh.github.com/BOINC/boinc into setiathome_server

lfield_max_cpus 2019-12-02 10:08:22 UTC
Moved max_cpus check

Author: Laurence Field
Author Date: 2019-12-02 10:08:22 UTC

Moved max_cpus check

tolive_wrapper_wait-for-children 2019-10-31 17:22:29 UTC
Wrapper: Fix job control for job objects

Author: Tristan Olive
Author Date: 2019-10-31 17:22:29 UTC

Wrapper: Fix job control for job objects

The get_job_object_processes() function was not providing a complete list of PIDs, as the cbJobObjectInformationLength parameter passed to QueryInformationJobObject() needed to be larger. It should now accomodate up to 32 processes in the job object.

Also related to job control, having no timeout set in the GetQueuedCompletionStatus() call was causing task polling to hang indefinitely when a child process launched another child process. Set the timeout to 3000ms to prevent this.

dpa_prefs2 2019-10-30 21:10:27 UTC
change "params" to "settings"

Author: David Anderson
Author Date: 2019-10-30 21:10:27 UTC

change "params" to "settings"

dpa_graphics_rpc 2019-10-15 21:28:25 UTC
client, boinccmd: debug run_graphics_app RPC and add API call for it

Author: David Anderson
Author Date: 2019-10-15 21:28:25 UTC

client, boinccmd: debug run_graphics_app RPC and add API call for it

dpa_team_import2 2019-07-11 22:56:01 UTC
Team import script: use wget to get team file

Author: David Anderson
Author Date: 2019-07-11 22:56:01 UTC

Team import script: use wget to get team file

... that way it works even if PHP not configured for https wrapper

runtime_stats 2019-06-19 19:56:24 UTC
Fixed segfault due to null avp.

Author: Eric J Korpela
Author Date: 2019-06-19 19:54:48 UTC

Fixed segfault due to null avp.

coverity_scan 2019-05-29 20:42:13 UTC
Travis: add coverity option to build command

Author: Christian Beer
Author Date: 2019-05-29 20:42:13 UTC

Travis: add coverity option to build command

This is to resolve some uninitialized variables defects in coverity.

server_release/1/1.0 2019-03-06 16:10:48 UTC
Merge pull request #3029 from BOINC/knr_gpu_peak_flops_fix

Author: Laurence Field
Author Date: 2019-03-06 16:10:48 UTC

Merge pull request #3029 from BOINC/knr_gpu_peak_flops_fix

FLOPS Fix for Server Release Branch

drupal-project-chart-smoothing 2018-12-20 21:52:39 UTC
Drupal: smooth out statistical anomalies in project chart

Author: Tristan Olive
Author Date: 2018-12-20 21:52:39 UTC

Drupal: smooth out statistical anomalies in project chart

Spikes in stats data due to adjustments (or errors) can completely ruin the project chart, so try putting a floor and ceiling in how wildly numbers can swing (experimental)

dpa_am_name 2018-08-28 16:54:24 UTC
Merge pull request #2659 from BOINC/cb_travis_restructure

Author: Uplinger
Author Date: 2018-08-28 16:54:24 UTC

Merge pull request #2659 from BOINC/cb_travis_restructure

Travis: restructure travis configuration

cb_cmake_migration 2018-08-11 10:19:46 UTC
build config.h using cmake and some basic cmake scripts

Author: Christian Beer
Author Date: 2018-08-11 10:19:46 UTC

build config.h using cmake and some basic cmake scripts

This is intended to be used in an out of tree build. Use like this:
mkdir build_cmake
cd build_cmake
cmake ..

Currently it fails detecting wxWidgets

dpa_wsl 2018-08-09 22:40:48 UTC
Fix build error on platforms other than Win64

Author: David Anderson
Author Date: 2018-08-09 22:40:48 UTC

Fix build error on platforms other than Win64

client_release/7/7.12 2018-07-13 00:10:16 UTC
Update version to 7.12.1; update installshield files

Author: David Anderson
Author Date: 2018-07-13 00:10:16 UTC

Update version to 7.12.1; update installshield files

client_release/7/7.10 2018-06-09 05:03:00 UTC
Set version to 7.10.3

Author: Charlie Fenton
Author Date: 2018-06-09 05:03:00 UTC

Set version to 7.10.3

wizard_html_tou 2018-06-05 19:14:23 UTC
[Manager] Add HTML TOU support to Wizard

Author: Charlie Fenton
Author Date: 2018-06-05 19:14:23 UTC

[Manager] Add HTML TOU support to Wizard

Add function to open links in default browser from Wizard TOU.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

cb_gtest_framework 2018-04-22 12:35:49 UTC
Build Tests: use gtest m4 macro from gtest itself

Author: Christian Beer
Author Date: 2018-04-22 12:35:49 UTC

Build Tests: use gtest m4 macro from gtest itself

Also changed the googletest build a bit to accomodate for gtest-config script.
Note: the autotools scripts are not supported in googletest anymore.

dpa_sim 2018-01-25 10:02:05 UTC
Make 32-bit builds work again by massive editing of project files.

Author: David Anderson
Author Date: 2018-01-25 10:02:05 UTC

Make 32-bit builds work again by massive editing of project files.

client_release/7/7.8 2018-01-14 10:07:52 UTC
Update version to 7.8.6 (Mac only release)

Author: Charlie Fenton
Author Date: 2018-01-14 10:07:52 UTC

Update version to 7.8.6 (Mac only release)

dpa_autologin_client 2017-11-17 23:20:33 UTC
client: keep track of whether project list fetch was triggered by autologin

Author: David Anderson
Author Date: 2017-11-17 23:20:33 UTC

client: keep track of whether project list fetch was triggered by autologin

dpa_am_fixes 2017-09-15 06:16:40 UTC
client: store disk usage and share in state file; send in AM requests

Author: David Anderson
Author Date: 2017-09-15 06:16:40 UTC

client: store disk usage and share in state file; send in AM requests

client_release/7/7.6 2017-04-09 09:48:28 UTC
MGR: Fix notices display under Mac OS 10.12.4

Author: Charlie Fenton
Author Date: 2017-04-09 09:48:28 UTC

MGR: Fix notices display under Mac OS 10.12.4

drupal-responsive-design 2016-11-03 05:39:28 UTC
Drupal: Replace fixed widths of standard page sections

Author: Tristan Olive
Author Date: 2016-11-03 05:32:55 UTC

Drupal: Replace fixed widths of standard page sections

For better small screen support, use fixed width values as max-width and allow main content sections on pages to be responsive to viewport width

https://dev.gridrepublic.org/browse/DBOINCP-250

MinGW_xcompile 2015-12-13 03:29:56 UTC
CLIENT, LIB: Fixes for MinGW build

Author: Eric J. Korpela
Author Date: 2015-12-13 03:29:56 UTC

CLIENT, LIB: Fixes for MinGW build

tolive/wrapper 2015-09-22 20:36:28 UTC
Wrapper: Verify that executables are in the "app_files" list

Author: Tristan Olive
Author Date: 2015-09-22 20:36:28 UTC

Wrapper: Verify that executables are in the "app_files" list

Prevent bypassing of the code signing mechanism by ensuring that only files defined in the application version are executed. For new clients, this is checked in the APP_INIT_DATA structure. For compatibility with old clients, the client_state.xml file is read and parsed if the APP_INIT_DATA structure does not contain a list of files

client_release/7/7.2 2015-07-23 17:29:29 UTC
client: parse ARM CPU model

Author: David Anderson
Author Date: 2015-07-19 19:41:45 UTC

client: parse ARM CPU model

Apparently the format of /proc/cpuinfo has changed on some ARM Linuxes,
e.g. Raspbian Wheezy.
The CPU model is something like:

model name : ARMv7 Processor rev 5 (v7l)

and the chars between "name" and ":" can be either spaces or a tab.

client_release/7/7.4.14_android_hotfix 2015-01-21 17:23:06 UTC
Merge branch 'client_release/7/7.4.14_android_hotfix' of http://boinc.berkele...

Author: BOINC Administrator (none)
Author Date: 2015-01-21 17:23:06 UTC

Merge branch 'client_release/7/7.4.14_android_hotfix' of http://boinc.berkeley.edu/git/boinc-v2 into client_release/7/7.4.14_android_hotfix

projects-define-root 2014-06-23 08:51:36 UTC
make_project: added project_config.inc to list of installed project sample files

Author: Oliver Bock
Author Date: 2014-06-23 08:51:36 UTC

make_project: added project_config.inc to list of installed project sample files

client_release/7/7.0b 2014-04-16 00:51:36 UTC
client: Update to OpenSSL 1.0.1g on Macitosh

Author: Charlie Fenton
Author Date: 2014-04-16 00:51:36 UTC

client: Update to OpenSSL 1.0.1g on Macitosh

client_release/7.2/7.2.28.1 2013-12-02 15:12:05 UTC
WINBUILD: Updates for 7.2.33

Author: Rom Walton
Author Date: 2013-12-02 15:12:05 UTC

WINBUILD: Updates for 7.2.33

dcapi 2013-10-02 12:52:14 UTC
Fix compile error on gcc 4.7

Author: a.visegradi
Author Date: 2013-07-23 11:32:31 UTC

Fix compile error on gcc 4.7

Many std headers included <unistd.h> by default.
This has been changed in gcc 4.7, and <unistd.h> is no longer included,
which causes `* was not declared' errors.
Including <unistd.h> manually fixes this problem.

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2601 a7169a2c-3604-0410-bc95-c702d8d87f7a

client_release/7/7.0a 2013-03-06 16:48:39 UTC
MGR: clear Simple View Notices when disconnected and don't display "Fetching ...

Author: Charlie Fenton
Author Date: 2013-01-17 12:23:21 UTC

MGR: clear Simple View Notices when disconnected and don't display "Fetching notices" until connected to client

client_release/6/6.8 2012-10-15 16:45:20 UTC
quick updates

Author: Rom Walton
Author Date: 2012-10-15 16:45:20 UTC

quick updates

svn path=/branches/boinc_core_release_6_8/; revision=26150

client_release/7/7.0 2012-01-13 10:37:58 UTC
client: use old Mac idle detection when running as a daemon

Author: Charlie Fenton
Author Date: 2012-01-13 10:37:58 UTC

client: use old Mac idle detection when running as a daemon

svn path=/branches/boinc_core_release_7_0/; revision=25039

client_release/6/6.12 2011-12-13 00:44:21 UTC
MGR: If CSkinIcon PNG file has an alpha channel, use it as mask and ignore an...

Author: Charlie Fenton
Author Date: 2011-12-13 00:44:21 UTC

MGR: If CSkinIcon PNG file has an alpha channel, use it as mask and ignore any <transparency_mask> tag

svn path=/branches/boinc_core_release_6_12/; revision=24782

client_release/6/6.10 2011-03-25 17:50:11 UTC
Quick Updates

Author: Rom Walton
Author Date: 2011-03-25 17:50:11 UTC

Quick Updates

svn path=/branches/boinc_core_release_6_10/; revision=23271

fweiler/2 2010-08-23 10:38:06 UTC
added form for CoreConfig Dialog

Author: Frank Weiler
Author Date: 2010-08-23 10:38:06 UTC

added form for CoreConfig Dialog

svn path=/workspaces/fweiler/boinc/; revision=22286

client_release/6/6.10.36a 2010-03-11 21:14:32 UTC
Quick Updates

Author: Rom Walton
Author Date: 2010-03-11 21:14:32 UTC

Quick Updates

svn path=/branches/boinc_core_release_6_10_36_a/; revision=20850

client_release/6/6.6a 2009-11-19 04:24:08 UTC
Quick Updates

Author: Rom Walton
Author Date: 2009-11-19 04:24:08 UTC

Quick Updates

svn path=/branches/boinc_core_release_6_6a/; revision=19644

client_release/6/6.4 2009-10-10 14:35:03 UTC
Quick Updates

Author: Rom Walton
Author Date: 2009-10-10 14:35:03 UTC

Quick Updates

svn path=/branches/boinc_core_release_6_4/; revision=19286

client_release/6/6.2 2009-07-17 16:56:03 UTC
- Remove boinc_zip(InfoZip) from the main BOINC tree

Author: Rom Walton
Author Date: 2009-07-17 16:56:03 UTC

- Remove boinc_zip(InfoZip) from the main BOINC tree
- Remove boinc_zip from the build system

    /
        configure.ac
        Makefile.am

svn path=/branches/boinc_core_release_6_2/; revision=18626

client_release/6/6.6 2009-07-17 16:55:12 UTC
- Remove boinc_zip(InfoZip) from the main BOINC tree

Author: Rom Walton
Author Date: 2009-07-17 16:55:12 UTC

- Remove boinc_zip(InfoZip) from the main BOINC tree
- Remove boinc_zip from the build system

    /
        configure.ac
        Makefile.am

svn path=/branches/boinc_core_release_6_6/; revision=18624

client_release/6/6.8_old 2009-06-14 10:31:13 UTC
MGR: hide main window after auto AM sync only if we showed it; add PTP signin...

Author: Charlie Fenton
Author Date: 2009-06-14 10:31:13 UTC

MGR: hide main window after auto AM sync only if we showed it; add PTP signing key with UNIX line endings.

svn path=/branches/boinc_core_release_6_8/; revision=18412

kadam/pymw 2008-07-26 07:49:37 UTC
Added client for apple platform

Author: Adam Kornafeld
Author Date: 2008-07-26 07:49:37 UTC

Added client for apple platform

svn path=/workspaces/kadam/; revision=15684

client_release/5/5.10 2008-06-26 17:20:27 UTC
Quick Updates

Author: Rom Walton
Author Date: 2008-06-26 17:20:27 UTC

Quick Updates

svn path=/branches/boinc_core_release_5_10/; revision=15488

jm7/4 2008-04-17 04:07:44 UTC
max_wait_before_report for both project and result.

Author: John McLeod VII
Author Date: 2008-04-17 04:07:44 UTC

max_wait_before_report for both project and result.

svn path=/workspaces/jm7/boinc/; revision=15065

didactylos/manager 2008-02-25 18:06:47 UTC
Venue related GUI RPCs

Author: David Barnard
Author Date: 2008-02-25 18:06:47 UTC

Venue related GUI RPCs

svn path=/workspaces/didactylos/; revision=14784

jm7/3 2008-02-12 05:07:59 UTC
A fix for the client asking non-cpu intensive projects for work when the proj...

Author: John McLeod VII
Author Date: 2008-02-12 05:07:59 UTC

A fix for the client asking non-cpu intensive projects for work when the project already has work on the client.

svn path=/workspaces/jm7/boinc/; revision=14719

jm7/2 2007-11-14 01:30:52 UTC
Modifications to run under windows.

Author: John McLeod VII
Author Date: 2007-11-14 01:30:52 UTC

Modifications to run under windows.

Modifications to the usage to reflect all of the flags.

svn path=/workspaces/jm7/boinc/; revision=14189

fweiler/1 2007-08-11 06:50:22 UTC
svn path=/workspaces/fweiler/; revision=13296

Author: Frank Weiler
Author Date: 2007-08-11 06:50:22 UTC

svn path=/workspaces/fweiler/; revision=13296

jm7/1 2007-07-08 01:34:28 UTC
Missed one place that should have had a return code of 0 (instead of no retur...

Author: John McLeod VII
Author Date: 2007-07-08 01:34:28 UTC

Missed one place that should have had a return code of 0 (instead of no return at all? how did the compiler miss this one?).

svn path=/workspaces/jm7/; revision=13117

didactylos/WiX 2007-06-09 17:19:34 UTC
svn path=/workspaces/didactylos/; revision=12876

Author: David Barnard
Author Date: 2007-06-09 17:19:34 UTC

svn path=/workspaces/didactylos/; revision=12876

client_release/5/5.8a 2007-04-17 00:38:01 UTC
Replace corrupted file

Author: Charlie Fenton
Author Date: 2007-04-17 00:38:01 UTC

Replace corrupted file

svn path=/branches/boinc_core_release_5_8a/boinc/; revision=12377

client_release/5/5.8 2007-02-26 02:58:40 UTC
*** empty log message ***

Author: Charlie Fenton
Author Date: 2007-02-26 02:58:40 UTC

*** empty log message ***

svn path=/branches/boinc_core_release_5_8/boinc/; revision=12159

client_release/5/5.4 2006-10-28 11:07:41 UTC
*** empty log message ***

Author: Charlie Fenton
Author Date: 2006-10-28 11:07:41 UTC

*** empty log message ***

svn path=/branches/boinc_core_release_5_4/boinc/; revision=11384

client_release/5/5.6 2006-10-03 08:52:39 UTC
*** empty log message ***

Author: Charlie Fenton
Author Date: 2006-10-03 08:52:39 UTC

*** empty log message ***

svn path=/branches/boinc_core_release_5_6/boinc/; revision=11234

client_release/5/5.2 2006-03-17 02:13:10 UTC
*** empty log message ***

Author: Rom Walton
Author Date: 2006-03-17 02:13:10 UTC

*** empty log message ***

svn path=/branches/boinc_core_release_5_2/boinc/; revision=9665

193 of 93 results

Other repositories

Name Last Modified
lp:boinc-upstream 2024-04-16
11 of 1 result
You can't create new repositories for Boinc.