Open-source software for volunteer computing and grid computing.
Go to file
David Anderson dd371e27b7 new version.inc 2014-10-02 07:33:41 -07:00
android android: batch attach, add account manager as option to project list. 2014-08-03 10:04:38 +02:00
api API: Fix a bug in boinc_get_opencl_ids() which incorrectly returned CL_INVALID_DEVICE on some systems. This would happen on hosts with multiple GPUs if: 2014-09-22 04:57:23 -07:00
apps compile fix in apps/upper_case.cpp 2013-07-05 20:45:33 -07:00
client client (Unix): when get vbox version, make sure it's not an error msg 2014-09-30 05:28:58 -07:00
clientctrl WINBUILD: Update build environment to use Visual Studio 2010. 2013-10-17 15:27:03 -04:00
clientgui MGR: Fix a problem where OS X's software firewall can cause RPC authorization to fail. 2014-10-02 03:04:39 -07:00
clientscr SCR: Fix Mac screen saver to dismiss on mouse move On OS 10.8 and OS 10.9. 2014-04-08 23:41:21 -07:00
clienttray LIB: Revert 42d1645b82 and remove the heap check in the tray applet. 2014-03-07 14:42:14 -05:00
coprocs/NVIDIA COPROCS: Update the NVAPI library to r334 2014-04-30 19:15:11 -04:00
curl CURL: Update root authority CAs 2014-01-29 12:20:32 -05:00
db server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
dcapi Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00
doc new version.inc 2014-10-02 07:33:41 -07:00
html web: fix explode() arg order 2014-10-02 00:54:17 -07:00
lib client: add <dont_use_vbox> cc_config option 2014-09-25 01:28:19 -07:00
locale LOCALE: Fix line feeds 2014-09-12 11:10:30 -04:00
m4 Removed duplicate predefinition of gtkver 2014-06-20 09:42:40 -07:00
mac_build Mac: Change client symbol table name from boinc_i386 to boinc_x86_64 (this is a cosmetic fix only.) 2014-10-02 04:35:18 -07:00
mac_installer Mac Installer: If we have a valid code signing identity, code sign the BOINC client and Manager as well as the installer and uninstaller. OS X's software firewall can interfere with RPCs between the client and Manager. Signing them may make this less likely to be a problem. 2014-09-30 05:18:10 -07:00
packages MGR: Update BOINC icon set to v5. 2014-03-05 15:29:51 -05:00
py web: allow <db_host> to include :port 2014-10-01 08:31:38 -07:00
rboinc Quick Updates 2011-11-03 02:35:04 +00:00
samples VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
sched scheduler: fix msg typo. 2014-09-23 12:37:50 -07:00
stripchart use MAXPATHLEN and sizeof() a few places; from Gianfranco 2013-05-22 13:56:48 -07:00
test - A bunch of tweaks from Steffen Moller, e.g. using MAXPATHLEN 2012-09-21 03:52:24 +00:00
tools update_versions: fix bug related to MYSQLI changes 2014-09-28 01:47:59 -07:00
vda remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
win_build BUILD: Increase the build number for vboxwrapper. 2014-09-16 18:03:01 -04:00
xcompile Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
zip LIB: Fix build break 2014-09-12 11:57:15 -04:00
.gitattributes Update .gitattributes to include a number of additional file types. 2014-06-25 16:21:19 -04:00
.gitignore Git: add some files to .gitignore 2014-09-02 00:32:21 -07:00
.vimrc wuwj sandbox file selection filter 2012-03-02 06:12:36 +00:00
COPYING
COPYING.LESSER
COPYRIGHT API, SCR: Switch from *.txf fonts to TrueType fonts in graphics apps, ensuring that all related files have no licensing issues 2012-08-02 06:53:11 +00:00
INSTALL
Makefile.am BOINCZIP: Remove attempt at standalone build system for boinczip. Plug it back into the main BOINC build system and only build it on request or building for the server config. 2014-04-17 11:41:01 -04:00
Makefile.incl Unix build: fix earlier commit 2014-08-11 12:05:29 -07:00
TODO_OLD
_autosetup _autosetup: tweak to work with dash as well as bach (from Christian) 2014-08-18 00:25:53 -07:00
bolt_checkin_notes.txt
build_pos - translation: turn off Android 2014-01-17 10:47:33 -08:00
checkin_notes Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-04 17:36:15 +01:00
checkin_notes_2002
checkin_notes_2003
checkin_notes_2004
checkin_notes_2005
checkin_notes_2006
checkin_notes_2007
checkin_notes_2008
checkin_notes_2009
checkin_notes_2010
checkin_notes_2011 svn path=/trunk/boinc/; revision=24961 2012-01-01 03:35:29 +00:00
checkin_notes_2012 House Keeping 2013-03-04 17:35:35 +01:00
checkin_notes_samples
configure.ac BUILD: Remove explicit check for GTK3.0 from configure.ac. It is picked up boinc_wxwidgets.m4. 2014-09-22 13:32:56 -04:00
find-working-cvs
generate_svn_version.sh - fixed bug in generate_svn_version.sh that generated incorrect output 2012-08-24 00:36:13 +00:00
gitlog2boinclog.sh Optimize gitlog script 2013-03-04 17:35:35 +01:00
notes
project_specific_defines.h svn path=/trunk/boinc/; revision=26001 2012-08-09 20:34:35 +00:00
set-version
testbase
todo
version.h BUILD: Increase the build number for vboxwrapper. 2014-09-16 18:03:01 -04:00
version.h.in BUILD: Re-enable the alpha/beta flag for the master branch. 2014-07-29 20:03:04 -04:00
version.log Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00