Commit Graph

12910 Commits

Author SHA1 Message Date
Rom Walton 7039f2deb2 Quick Updates
svn path=/trunk/boinc/; revision=16535
2008-11-19 18:10:10 +00:00
Charlie Fenton 0020847305 Add some comments
svn path=/trunk/boinc/; revision=16534
2008-11-19 07:46:53 +00:00
Rom Walton f213353e34 Quick Updates
svn path=/trunk/boinc/; revision=16533
2008-11-19 00:48:15 +00:00
David Anderson b5cece0928 - back-end programs: set MySQL option to reconnect to server
if the connection goes away
    (which it apparently does if idle for a while)

svn path=/trunk/boinc/; revision=16532
2008-11-19 00:16:07 +00:00
Rom Walton 6322fe2254 Quick Updates
svn path=/trunk/boinc/; revision=16531
2008-11-18 21:50:00 +00:00
David Anderson 9967112f60 - client: if bind fails, print port#
- web: don't randomize order of profiles
    (fixes checkin of 28 Oct)

svn path=/trunk/boinc/; revision=16520
2008-11-18 17:33:13 +00:00
Charlie Fenton b39c613916 Correct typo in date of latest changes
svn path=/trunk/boinc/; revision=16519
2008-11-18 13:33:11 +00:00
Charlie Fenton 21f2d88e34 MGR: Async RPCs: use wxCondition with timeout to block main thread while waiting for Demand RPC to finish; set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted.
svn path=/trunk/boinc/; revision=16518
2008-11-18 13:28:35 +00:00
Charlie Fenton 1a5c93ff19 MGR: Async RPCs: use wxCondition with timeout to block main thread while waiting for Demand RPC to finish; set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted.
svn path=/trunk/boinc/; revision=16517
2008-11-18 13:28:26 +00:00
Rom Walton 03c91a5616 Quick Updates
svn path=/trunk/boinc/; revision=16515
2008-11-17 18:58:09 +00:00
Rom Walton 0d27df1f82 boinc_core_release_6_5_0
/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=16510
2008-11-17 17:16:02 +00:00
Rom Walton 50a70c8c80 - CLI: Fix a build break when creating new stable branches.
client/
        client_state.cpp

svn path=/trunk/boinc/; revision=16508
2008-11-17 16:39:20 +00:00
Rom Walton 14228ac32d Quick Updates
svn path=/trunk/boinc/; revision=16503
2008-11-17 14:32:35 +00:00
Jens Seidler f76c2aeb2d Manager and supplied web files updated: Spanish(es), Chinese Simplified(zh_CN)
svn path=/trunk/boinc/; revision=16499
2008-11-17 06:28:03 +00:00
Charlie Fenton c219928655 MGR: Async RPCs: Use wxCondition to block RPC thread when it is idle instead of creating and a new RPC thread for each RPC
svn path=/trunk/boinc/; revision=16497
2008-11-15 13:21:08 +00:00
David Anderson 98d6931d63 - client (Unix): if app uses < 1 CPU, run at nice 10 (not 0)
- client: suppress specious error message

svn path=/trunk/boinc/; revision=16496
2008-11-14 22:08:50 +00:00
Rom Walton 553f708f6c Quick Updates
svn path=/trunk/boinc/; revision=16494
2008-11-14 19:36:24 +00:00
Charlie Fenton c53fe6a6ee Fix 2 typos
svn path=/trunk/boinc/; revision=16491
2008-11-13 21:06:02 +00:00
Rom Walton d716be6117 - Tag for 6.3.23 release, all platforms
boinc_core_release_6_3_23

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=16489
2008-11-13 20:58:36 +00:00
Rom Walton 0f09ec557f - SVCCTRL: Introduce a new binary that is used to start and stop
the BOINC service, if it is installed as a service.
        
        NOTE: If UAC is turned on in Windows Vista then even an
          administrator cannot start/stop a service without elevating
          their priviliages.  The new application includes the
          requiresAdmin tag in its manifest file to cause the UAC
          dialog to be displayed when it is launched.

    clientctrl/
        boincsvcctrl.cpp, .h
        boincsvcctrl.rc
        boincsvcctrl.xml
    win_build/
        boinc.sln
        boincsvcctrl.vcproj

svn path=/trunk/boinc/; revision=16488
2008-11-13 18:30:08 +00:00
David Anderson ea4f9d7bd1 - web: fix team join bug
?? Why does omitting the "$" from a PHP variable
    cause PHP to emit a blank page?  How about an error memssage?

svn path=/trunk/boinc/; revision=16486
2008-11-13 03:48:03 +00:00
Charlie Fenton dbb41700b6 MGR: Erase and refresh entire Tasks panel when selecting a new tab to try to fix cosmetic bug reported by David on Windows
svn path=/trunk/boinc/; revision=16484
2008-11-12 09:30:22 +00:00
David Anderson f3b0995cf4 - example_app: don't build the graphics app by default.
Fixes #771


svn path=/trunk/boinc/; revision=16482
2008-11-12 00:11:41 +00:00
David Anderson 0248c3552a - upgrade: run "upgrade_db.php" correctly when "." not in search path
Fixes #769;  from Nicolas


svn path=/trunk/boinc/; revision=16481
2008-11-11 23:45:55 +00:00
David Anderson a65166f31c - web: don't show misleading message if forum rating disabled
fixes #768; from Nicolas


svn path=/trunk/boinc/; revision=16480
2008-11-11 23:43:56 +00:00
David Anderson a3b6ddf6ff - API: free project prefs before parsing init file
svn path=/trunk/boinc/; revision=16479
2008-11-11 23:39:00 +00:00
David Anderson fd8470af2a - client: don't fclose() time_stats_log if it's NULL
Fixes #772


svn path=/trunk/boinc/; revision=16478
2008-11-11 23:07:36 +00:00
Charlie Fenton 3fa5b9f844 note check in to boinc_core_release_6_3_22 tag
svn path=/trunk/boinc/; revision=16475
2008-11-11 04:34:42 +00:00
Charlie Fenton ade07204fb MGR: Remove Exit() from RPC thread to possibly fix occasional crash on Windows; KillRPCThread() tries to end thread gracefully on Windows before killing it
svn path=/trunk/boinc/; revision=16474
2008-11-11 04:23:28 +00:00
Charlie Fenton 2b597c5429 MGR: Provide a way to re-enable the Exit Dialog on non-Windows systems, too
svn path=/trunk/boinc/; revision=16473
2008-11-11 03:20:15 +00:00
Charlie Fenton 06360a505d MGR: Fix build break on Mac
svn path=/trunk/boinc/; revision=16472
2008-11-11 02:58:05 +00:00
Rom Walton 761e6f8203 Quick Updates
svn path=/trunk/boinc/; revision=16469
2008-11-10 22:09:28 +00:00
Rom Walton 2e7b1c8172 Quick Updates
svn path=/trunk/boinc/; revision=16467
2008-11-10 20:04:21 +00:00
Kevin Reed b186c8d040 svn path=/trunk/boinc/; revision=16466 2008-11-10 19:53:07 +00:00
Rom Walton ab85e4977e - Tag for 6.3.22 release, all platforms
boinc_core_release_6_3_22

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=16463
2008-11-10 19:52:02 +00:00
Rom Walton f0da3b7c50 - MGR: Provide a way to re-enable the Exit Dialog.
clientgui/
        AdvancedFrame.cpp
        BOINCGUIApp.h
        DlgOptions.cpp, .h

svn path=/trunk/boinc/; revision=16462
2008-11-10 19:44:54 +00:00
Rom Walton 7c250e026f Quick Updates
svn path=/trunk/boinc/; revision=16456
2008-11-10 16:55:33 +00:00
Rom Walton 6cac516c7d Commit the libcurl patch we use for 7.19.0
svn path=/trunk/boinc/; revision=16455
2008-11-10 16:50:48 +00:00
Kevin Reed 26bc6a476c revert to version 10.0
svn path=/trunk/boinc/; revision=16453
2008-11-10 16:47:00 +00:00
Rom Walton a70125cf10 - MGR: Move the old exit message from the SkinManager file to
the new Exit dialog.
    - MGR: Consolidate the new exit message to one line. Sun Studio
        doesn't concat the seperate strings together during compilation
        like the other compilers to when building for Unicode.
        
    clientgui/
        SkinManager.cpp
        DlgExitMessage.cpp

svn path=/trunk/boinc/; revision=16450
2008-11-10 16:25:37 +00:00
David Anderson a95c2acb39 - accelerate dup_element_contents()
- manager: truncate task progress bar (display) at 100%

svn path=/trunk/boinc/; revision=16449
2008-11-08 04:25:02 +00:00
David Anderson 57a7c21db9 manager: fix verbose text
svn path=/trunk/boinc/; revision=16448
2008-11-07 23:05:35 +00:00
Charlie Fenton 6810350630 Mac: Add new source files mac_address.cpp,.h to XCode project
svn path=/trunk/boinc/; revision=16447
2008-11-07 10:04:00 +00:00
Charlie Fenton c9358f3401 MGR: On Mac, restore using original exit dialog text from skin file or use old default if none in skin file
svn path=/trunk/boinc/; revision=16446
2008-11-07 10:03:41 +00:00
David Anderson ae826ef2eb - API: remove debugging printf from trickly down code
- API: use non-verbose option to zip
- scheduler: if multiple_client_per_host is set,
    don't mark results as over if get repeat CPID

svn path=/trunk/boinc/; revision=16445
2008-11-07 04:13:08 +00:00
Eric J. Korpela 770a456c81 Modified CHECK_SSL macro to look for files under ${prefix}.
svn path=/trunk/boinc/; revision=16444
2008-11-07 00:23:24 +00:00
Eric J. Korpela 4e43308973 Modified LIBCURL_CHECK_CONFIG to check whether curl-config supports the
--static-libs flag.  Also check location of the ca file.


svn path=/trunk/boinc/; revision=16443
2008-11-07 00:22:18 +00:00
Eric J. Korpela 894df8935c New macro BOINC_SET_COMPILE_FLAGS. Sets compile/debug/optimize flags for C,
C++, and fortran compilers.


svn path=/trunk/boinc/; revision=16442
2008-11-07 00:20:15 +00:00
Eric J. Korpela e97fb85554 Adds "$prefix/lib" to the lib path and "$prefix/include" to the include path
before attempting to check for GL/gl.h or libGL.


svn path=/trunk/boinc/; revision=16441
2008-11-07 00:17:39 +00:00
Eric J. Korpela ac952126f5 New file boinc_check_fcgi.m4. Checks whether fcgi headers are installed.
svn path=/trunk/boinc/; revision=16440
2008-11-07 00:15:24 +00:00