Commit Graph

8 Commits

Author SHA1 Message Date
Steffen Moeller ebb85ac6c3 Revisited Debian patch 'more_maxpathlen.patch'
Joint work by Steffen, Gianfranco and Yixuan since August 2012
https://salsa.debian.org/pkg-boinc-team/boinc/commits/master/debian/patches/more_maxpathlen.patch
2019-08-29 15:09:44 +02:00
Rom Walton 8bdf177e4e HTMLGFX: Checkpoint (Continuation of previous commit.)
* Custom IE Javascript interface is gone, it was replaced with a cross-browser Web RPC.
In the HTML doc you can add:
<script type='text/javascript' src='/api/static/boinc.js'></script>

In the JavaScript code you can:
var boinc = new BOINC();

From there you can get the username like:
var userName = boinc.getUserName();

* Default resources are embedded within the executable in much the same way XPM images are embedded in the manager.
  /api/static/index.html
  /api/static/boinc.png
  /api/static/boinc.js
2015-01-16 00:49:17 -05:00
David Anderson d53a3e3718 API: hard-write filename for graphics status; initialize stuff in parse 2015-01-05 15:16:35 -08:00
David Anderson 0bae306002 API: move graphics-related code to appropriate file 2015-01-05 14:04:22 -08:00
David Anderson 02d6a53211 API, Linux: shared memory between app and graphics app shouldn't be world RW 2014-02-03 15:19:19 -08:00
David Anderson aa289f0916 - A bunch of tweaks from Steffen Moller, e.g. using MAXPATHLEN
svn path=/trunk/boinc/; revision=26133
2012-09-21 03:52:24 +00:00
David Anderson 837d3fc0a1 - get_project_config.php: include plan classes in platform list;
i.e., list both win/x86 and win/x86 + NVIDIA.
    This will allow the manager to show which projects can
    use the hosts's coprocessors,
    and also graying out projects that require an absent coproc.
- fix compile warnings

svn path=/trunk/boinc/; revision=17735
2009-04-03 21:55:26 +00:00
David Anderson 98cfb8d3b0 - rename .C files to .cpp so that Doxygen will work
svn path=/trunk/boinc/; revision=16069
2008-09-26 18:20:24 +00:00