boinc/db
David Anderson f17a800807 - API: in boinc_exit(), release the lockfile only if
we're the main program (otherwise we didn't lock it in
    the first place, and a crash results).  From Artyom Sharov.
- scheduler: add support for the GCL simulator,
    which uses special versions of backend programs
    that use virtual time,
    and that wait for signals instead of sleep()ing.

    To compile:
        make clean
        configure CXXFLAGS="-DGCL_SIMULATOR"
        make

svn path=/trunk/boinc/; revision=16038
2008-09-22 20:33:59 +00:00
..
Makefile.am - Fix emacs mode line in Makefile.am's 2008-06-08 22:18:52 +00:00
boinc_db.C - API: in boinc_exit(), release the lockfile only if 2008-09-22 20:33:59 +00:00
boinc_db.h - API: in boinc_exit(), release the lockfile only if 2008-09-22 20:33:59 +00:00
bolt_constraints.sql - manager: fix unix build (new file) 2008-01-31 23:43:37 +00:00
bolt_schema.sql - Finished implemenation of refresh intervals; 2008-08-14 21:05:02 +00:00
bossa_constraints.sql - scheduler: in matchmaker scheduler, if find a "locked" array slot, 2008-07-18 20:59:59 +00:00
bossa_schema.sql - lib: fix typo 2008-08-20 16:49:37 +00:00
constraints.sql Various preparation for handling multithreaded apps 2008-03-13 22:57:24 +00:00
db_base.C - DB interface: in update(), check that 1 row was updated 2008-09-04 08:33:21 +00:00
db_base.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
init_db
schema.sql - scheduler: make credit_multiplier stuff conditional on 2008-08-06 23:30:22 +00:00