Commit Graph

10189 Commits

Author SHA1 Message Date
David Anderson c4069d8097 - user web: host-merging logic was wrong for Intel CPUs
with MHz instead of GHz in their names.
- user web: it no hosts eligible for merging, say so
    instead of showing blank table
    
html/
    inc/
        host.inc
    user/
        host_edit_form.php

svn path=/trunk/boinc/; revision=12760
2007-05-29 04:38:54 +00:00
David Anderson 588a4ab398 - Unix: 'make install' copies certificate authority file
to client directory

client/
    Makefile.am

svn path=/trunk/boinc/; revision=12757
2007-05-28 16:27:21 +00:00
Rytis Slatkevičius 2b8478b457 Remove files that apparently have never been used (seems to be part of never completed donation system)
svn path=/trunk/boinc/; revision=12756
2007-05-27 17:55:51 +00:00
Rytis Slatkevičius a2b65e05c0 Fix #213
svn path=/trunk/boinc/; revision=12755
2007-05-27 17:43:09 +00:00
Rytis Slatkevičius 670bbd92d7 Donations system (running via PayPal).
Implements #211.
NOTE: DB updated needed. Documented in http://boinc.berkeley.edu/trac/wiki/PayPalDonations

svn path=/trunk/boinc/; revision=12754
2007-05-27 17:33:06 +00:00
David Anderson 6ea27e8787 - Manager: make some strings translatable, and fix them
clientgui/
    sg_StatImageLoader.cpp
    sg_ProjectsComponent.cpp
    sg_ViewTabPage.cpp
    DlgAdvPreferences Base.cpp

svn path=/trunk/boinc/; revision=12753
2007-05-27 13:57:46 +00:00
David Anderson 56408dbbbe - Add GUI RPC to set projects debts (short and long term).
Lets you set all of them at once, as suggested by Nicolas Alvarez.
    fixes #131

client/
    gui_rpc_server_ops.C
html/user/
    sample_index.php
lib/
    boinc_cmd.C
    gui_rpc_client.h
    gui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12749
2007-05-26 21:15:58 +00:00
Rytis Slatkevičius b3e3ce4c43 Include quick link to block PMs from a specific user (fix #188).
svn path=/trunk/boinc/; revision=12748
2007-05-26 17:00:01 +00:00
Rytis Slatkevičius e06635f97d - Tweak ops page index HTML a bit;
- Show latest revision number (code addopted from ChristianB; fix #202);
- Show warning if SYS_ADMIN_EMAIL is not set (from Eric Myers).

svn path=/trunk/boinc/; revision=12747
2007-05-26 16:01:22 +00:00
Jens Seidler 28bbe2ad0d Localization: BOINC Manager Masterfile updated from source (en_US)
svn path=/trunk/boinc/; revision=12746
2007-05-25 04:12:16 +00:00
David Anderson d20307f25a - renamed texfont.c to texfont.C to fix automake warning
api/
        texfont.C (changed c to C)
        Makefile.am

svn path=/trunk/boinc/; revision=12745
2007-05-24 18:04:01 +00:00
David Anderson d4266226ab - client, Windows: when making calls to get free disk space
(e.g. pGetDiskFreeSpaceEx())
		pass the path of the current directory instead of NULL.
		Otherwise, if we're running as an unprivileted user
		with no access to the root dir,
		the call fails and reports zero free space.

	lib/
		filesys.C

svn path=/trunk/boinc/; revision=12744
2007-05-24 17:04:54 +00:00
David Anderson b751d2924d fix to "project ended" mechanism
svn path=/trunk/boinc/; revision=12743
2007-05-24 16:20:18 +00:00
David Anderson 4f81994be6 - Add a mechanism for a project to shut down gracefully.
If <ended>1</ended> is included in config.xml,
    this gets send to clients,
    and they display a "Project ended - OK to detach" message.

client/
    client_state.C
    client_types.C,h
    scheduler_op.C
clientgui/
    VIewProjects.cpp
    VIewProjectsGrid.cpp
lib/
    gui_rpc_client.h
    gui_rpc_client_ops.C
    gui_rpc_client_print.C
sched/
    sched_config.C,h
    server_types.C

svn path=/trunk/boinc/; revision=12742
2007-05-24 16:07:21 +00:00
Rytis Slatkevičius 38d32bba97 Attempt to fix Bulgarian link in BOINC front page
svn path=/trunk/boinc/; revision=12741
2007-05-24 09:32:09 +00:00
Charlie Fenton 06c5aef46f Release Mac 5.9.12
svn path=/trunk/boinc/; revision=12740
2007-05-24 01:14:16 +00:00
Charlie Fenton 3c55409a5d Mac: Remove obsolete XCode project script phase for separate SG build symbol table.
svn path=/trunk/boinc/; revision=12739
2007-05-24 01:09:37 +00:00
David Anderson 1d421c5a43 - debug version-6-style graphics on Unix
api/
    Makefile
    graphics2.h
    graphics2_win.C
    graphics2_util.C
    graphics2_unix.C
lib/
    shmem.h

svn path=/trunk/boinc/; revision=12737
2007-05-23 22:36:07 +00:00
David Anderson 90374052f2 - debug version 6-style graphics on Windows.
New example app works now!

	api/
		graphics2.C,h
		graphics2_util.C
		graphics2_win.C
	lib/
		util.C,h

svn path=/trunk/boinc/; revision=12735
2007-05-23 21:02:19 +00:00
Jeff Cobb 1d997e7e7d svn path=/trunk/boinc/; revision=12734 2007-05-23 20:49:53 +00:00
Jeff Cobb 9ea5467b45 added an fcgi entry counter
svn path=/trunk/boinc/; revision=12733
2007-05-23 20:42:45 +00:00
Jeff Cobb bad412aebc fcgi_file_upload_handler : compile, and link to, the necessary .o files
svn path=/trunk/boinc/; revision=12732
2007-05-23 20:41:50 +00:00
David Anderson 9f07182cf6 - client, Unix: always use 1 (rather than slot#) in ftok().
Slot is already encoded in path.
- client, Linux: get memory size from /proc/meminfo
    rather than sysconf()
    
client/
    app_start.C
    hostinfo_unix.C

svn path=/trunk/boinc/; revision=12731
2007-05-23 20:36:49 +00:00
Rom Walton 076505fd1c svn path=/trunk/boinc/; revision=12730 2007-05-23 16:53:08 +00:00
Rom Walton 9533db7ada svn path=/trunk/boinc/; revision=12729 2007-05-23 16:45:47 +00:00
David Anderson 95c95ce653 - client: unscrambled some of the #ifdefs in hostinfo_unix.C
In Linux case, if measured RAM size is negative, print some info.

client/
    hostinfo_unix.C

svn path=/trunk/boinc/; revision=12728
2007-05-23 16:23:20 +00:00
Janus B. Kristensen 13a40a79dc Added IllegalArgumentException and Torrent classes.
svn path=/trunk/boinc/; revision=12727
2007-05-23 15:52:38 +00:00
Janus B. Kristensen 991bafa2e5 Added IllegalArgumentException and the class representing .torrent-files
svn path=/trunk/boinc/; revision=12726
2007-05-23 15:45:34 +00:00
Janus B. Kristensen edaace3d6e Added IllegalArgumentException and the class representing .torrent-files.
svn path=/trunk/boinc/; revision=12725
2007-05-23 15:44:59 +00:00
Rom Walton 71a51a2fa8 - MGR: Make it as plain as day what the new menu item it geared
towards by calling it the accessible view.

    clientgui/
        AdvancedFrame.cpp

    - Tag for 5.9.12 release, all platforms
      boinc_core_release_5_9_12
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12723
2007-05-23 15:20:10 +00:00
David Anderson 273ad2914b svn path=/trunk/boinc/; revision=12721 2007-05-23 03:56:49 +00:00
David Anderson 2fcd2cb7d5 - lib/filesys: do timed retry of delete/rename on Unix as well as Win
- client: sleep 1 sec (not 60) before retry statefile write
- client: parse <credit> in workunit XML
- scheduler: better error messages if insert_wu_tags() fails

api/
    graphics2_unix.C
client/
    client_state.C
    client_types.C
lib/
    filesys.C
sched/
    sched_send.C

svn path=/trunk/boinc/; revision=12720
2007-05-23 03:55:53 +00:00
Charlie Fenton 4f7daa6e1e Manager: Fix crash bug in wxPieCtrl.
svn path=/trunk/boinc/; revision=12719
2007-05-23 03:04:32 +00:00
Charlie Fenton 8c1b75bf8a Add list control sources back into XCode Project; revert XCode project, build scripts and build instructions to use wxMac-2.6.3 as a temporary workaround to SimpleGUI drawing bug.
svn path=/trunk/boinc/; revision=12718
2007-05-23 01:29:11 +00:00
David Anderson 38aaf5ee9c api/
graphics2.C
		graphics2_win.C

svn path=/trunk/boinc/; revision=12717
2007-05-22 21:26:47 +00:00
David Anderson fe68a746fd - scheduler: fix FCGI compile
- API: add files for version 6 graphics

api/
    Makefile.am
    graphics2.C (new)
    graphics2_unix.C (new)
    graphics2_win.C (new)
sched/
    Makefile.am

svn path=/trunk/boinc/; revision=12714
2007-05-22 20:12:45 +00:00
Rom Walton 043c91e594 - fixes #187 - Fix the initial refresh interval for the various
views.
    
    clientgui/
        AdvancedFrame.cpp, .h

svn path=/trunk/boinc/; revision=12713
2007-05-22 17:20:41 +00:00
Rom Walton 2c7b477892 - fixes #85 - Both Grid based views and List based views are now
available.

    clientgui/
        AdvancedFrame.cpp, .h
        Events.h

svn path=/trunk/boinc/; revision=12711
2007-05-22 16:27:27 +00:00
Janus B. Kristensen 97e2028bf4 Added version trackers to Blist, Binteger and added BString for Bittorrent code.
svn path=/trunk/boinc/; revision=12710
2007-05-22 07:48:23 +00:00
Janus B. Kristensen a07054742d Added version trackers and the BString class for BEncoded strings.
svn path=/trunk/boinc/; revision=12709
2007-05-22 07:44:39 +00:00
David Anderson 4e750be63b svn path=/trunk/boinc/; revision=12708 2007-05-22 02:59:05 +00:00
David Anderson 17a83ada30 - feeder: fixed SQL query again
sched/
    feeder.C

svn path=/trunk/boinc/; revision=12707
2007-05-22 02:58:01 +00:00
Charlie Fenton 833b52f71b Fix typo in comment
svn path=/trunk/boinc/; revision=12706
2007-05-22 01:08:53 +00:00
David Anderson 6f7f1bfd5c - API: don't include config.h in a few places
api/
		graphics_impl.C
		texture.C
		tgalib.C

svn path=/trunk/boinc/; revision=12705
2007-05-21 18:19:28 +00:00
Rom Walton d32fe787e2 - fixes #182 - System tray icon should be removed for both exit
scenarios.
        
    clientgui/
        BOINCBaseFrame.cpp
        BOINCTaskBar.cpp

svn path=/trunk/boinc/; revision=12704
2007-05-21 16:07:10 +00:00
David Anderson 9b4eff7284 - feeder: the query change of 13 April broke the -random_order,
-priority_order, -priority_order_create_time,and -mod options
    (from Nicolas Maire)

sched/
    feeder.C

svn path=/trunk/boinc/; revision=12703
2007-05-21 15:06:43 +00:00
David Anderson 188c49c6d5 svn path=/trunk/boinc/; revision=12702 2007-05-21 14:51:33 +00:00
David Anderson 087aa84915 - scheduler: fix bug that caused crash in anonymous platform case;
don't send result platform or version num if anon platform.
- back end: parse server status-related config elements
    (wwww_host etc.) to avoid XML warnings

sched/
    sched_config.C
    sched_send.C
    server_types.C

svn path=/trunk/boinc/; revision=12701
2007-05-21 14:49:00 +00:00
Rom Walton b7de981d3b - Bug Fix: fprintf is an ANSI function in Linux, convert Unicode
string to ANSI before writing them to sdterr.
    - Bug Fix: Fix the abort button logic, VS 2005 was throwing some
        useful warnings.
        
    clientgui/
        SkinManager.cpp
        ViewWork.cpp
        ViewWorkGrid.cpp

svn path=/trunk/boinc/; revision=12700
2007-05-21 14:20:09 +00:00
Janus B. Kristensen 2ed9d12ddc Added BEncoded lists to Bittorrent utility classes
svn path=/trunk/boinc/; revision=12699
2007-05-20 13:27:34 +00:00