Commit Graph

15759 Commits

Author SHA1 Message Date
David Anderson 9d8b915cc4 - client: fix crashing bug.
Deleting records in ~COPROCS() was bad,
		since we copy HOST_INFO to APP_INIT_DATA,
		leading to a double deletion.

svn path=/trunk/boinc/; revision=21475
2010-05-12 17:02:57 +00:00
Rytis Slatkevičius 328e3ad2b4 user web: use CDATA section for title in the RSS feed
svn path=/trunk/boinc/; revision=21474
2010-05-12 15:33:56 +00:00
David Anderson 8726c79087 - client: clear config before rereading config file.
This means that, e.g. if you remove <ncpus>
		it will revert to the actual number.
		However, it also means that any config params
		set via command line will be overridden.

svn path=/trunk/boinc/; revision=21472
2010-05-12 04:43:16 +00:00
David Anderson 22840960f5 - client: on resume from net bandwidth quota suspend,
apply same random backoff to all transfers.
- client: when changing ncpus via config file,
    don't modify host_info.p_ncpus
- client: show effective #CPUs separately from physical #

svn path=/trunk/boinc/; revision=21470
2010-05-12 04:00:14 +00:00
Charlie Fenton e154b69040 client: Fix build break on Mac
svn path=/trunk/boinc/; revision=21467
2010-05-11 22:49:20 +00:00
BOINC Translator 11194bb7f3 Update Translations
svn path=/trunk/boinc/; revision=21466
2010-05-11 21:00:06 +00:00
Rom Walton c9e02b7370 - client: leave template for causing the debugger to break on a
specific memory allocation.
        
    client/
        main.cpp

svn path=/trunk/boinc/; revision=21465
2010-05-11 20:54:55 +00:00
David Anderson 7e9a8e5f98 - client: fix memory leak
svn path=/trunk/boinc/; revision=21464
2010-05-11 20:41:01 +00:00
David Anderson 5453185a1f - client: delete messages on exit
svn path=/trunk/boinc/; revision=21463
2010-05-11 20:18:57 +00:00
BOINC Translator 7fc96c9a61 Update Translations
svn path=/trunk/boinc/; revision=21461
2010-05-11 20:00:02 +00:00
David Anderson b8df52bc8a - client: temporarily enable logic that deallocates memory on exit,
so that we can look for memory leaks.
- client: enable bandwidth quota limit only if both
    #MB and #days are nonzero.
- scheduler: when resending work, don't send more than
    client is requesting
- scheduler: restore Cobblestone factor to 100

svn path=/trunk/boinc/; revision=21460
2010-05-11 19:50:14 +00:00
Rytis Slatkevičius a002ba4845 - user web: use full output transform for frontpage news posts (to handle newlines and other related stuff).
- user web: add a warning in case admin hasn't changed show_news() call to the new format.

svn path=/trunk/boinc/; revision=21459
2010-05-11 19:25:13 +00:00
Rom Walton 29efaefc5d - client: re-enable memory leak detection on Windows.
client/
        main.cpp

svn path=/trunk/boinc/; revision=21458
2010-05-11 19:18:55 +00:00
Rom Walton 9cb3e6ffc7 - client & lib: bring header inclusion up-to-date for the CC to begin
hunting down a memory leak.
        
    client/
        <Various Files>
    lib/
        <Various Files>

svn path=/trunk/boinc/; revision=21457
2010-05-11 19:10:29 +00:00
BOINC Translator b694053e7f Commit from BOINC Translation Services by user Xavi. 62 of 62 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21454
2010-05-11 00:24:12 +00:00
BOINC Translator 02c98caabe Commit from BOINC Translation Services by user Xavi. 909 of 909 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21453
2010-05-11 00:17:45 +00:00
BOINC Translator 0ec1cb9455 Update Translations
svn path=/trunk/boinc/; revision=21452
2010-05-11 00:00:03 +00:00
Charlie Fenton f5f4d08717 Promote Mac 6.10.51 to Recommended Public Release, release Mac 6.10.53 to alpha test
svn path=/trunk/boinc/; revision=21451
2010-05-10 23:18:03 +00:00
Charlie Fenton 17d3b2a5a4 Promote Mac 6.10.51 to Recommended Public Release, release Mac 6.10.53 to alpha test
svn path=/trunk/boinc/; revision=21450
2010-05-10 23:12:33 +00:00
David Anderson 36f5d35dfd - manager: in transfers tab, show reason why transfer is suspended
- manager: WTF?? master URL, not name, identifies projects.
- manager: got rid of a bunch of unused functions

svn path=/trunk/boinc/; revision=21449
2010-05-10 22:34:25 +00:00
Rom Walton 3433c01f55 Quick Updates
svn path=/trunk/boinc/; revision=21433
2010-05-10 01:33:37 +00:00
Rytis Slatkevičius ea8fd996a0 user web: fix PHP warning when netsoft stats are down
svn path=/trunk/boinc/; revision=21422
2010-05-09 08:42:51 +00:00
David Anderson a4de51d667 - client: fix time-zone offset in net BW quota
svn path=/trunk/boinc/; revision=21421
2010-05-08 19:20:57 +00:00
Rom Walton 9e2e47c1de - DIAG: Make init functions consistant with one another.
lib/
        diagnostics.cpp

svn path=/trunk/boinc/; revision=21418
2010-05-07 22:25:58 +00:00
David Anderson 5fe3ea66a7 - user web: fix PHP warning
- admin web: add tool for debugging credit


svn path=/trunk/boinc/; revision=21417
2010-05-07 21:46:04 +00:00
David Anderson a62782c910 - manager: if a project has pending trickle up,
show it in the project status


svn path=/trunk/boinc/; revision=21416
2010-05-07 20:41:43 +00:00
David Anderson 7daae1d0c7 - client: when emerge from bandwidth quota network suspension,
add 0..1hr random delay to existing transfers,
    to avoid DDOS effect

svn path=/trunk/boinc/; revision=21415
2010-05-07 20:08:59 +00:00
David Anderson 06cb521bbe - manager: improve "suspended" messages for tasks and transfers
- manager: code reorg.  ViewTransfers and DlgItemProperties
		both had a long member function to generate a string describing a task.
		One of these was out of date.
		Replaced these with a single non-member function.
	- manager: fixed sizer problem in attach wizard that caused missing word
	- client: minor code reorg

svn path=/trunk/boinc/; revision=21412
2010-05-07 16:14:54 +00:00
Rom Walton 1e6899f317 Quick Updates
svn path=/trunk/boinc/; revision=21405
2010-05-06 23:03:17 +00:00
David Anderson 4491af9e2a - manager: fix tooltip msgs
svn path=/trunk/boinc/; revision=21396
2010-05-06 21:05:40 +00:00
Charlie Fenton 657dd5e065 MGR: Fix build break.
svn path=/trunk/boinc/; revision=21388
2010-05-05 23:45:18 +00:00
Rom Walton 1039cbdbe0 - lib: update client-side RPC files for configured
download url.
    - manager: update get_newer_version async RPC for
        configured download url.

    clientgui/
        AsyncRPC.cpp, .h
    lib/
        gui_rpc_client.h
        gui_rpc_client_ops.cpp

svn path=/trunk/boinc/; revision=21386
2010-05-05 18:30:22 +00:00
Rom Walton 6e382c2818 - client: include the configured download url in the
get_newer_version RPC.
        
    client/
        gui_rpc_server_ops.cpp

svn path=/trunk/boinc/; revision=21385
2010-05-05 18:12:31 +00:00
Rom Walton abeb8038e3 fix typo
svn path=/trunk/boinc/; revision=21384
2010-05-05 16:40:35 +00:00
BOINC Translator 61061e9f2f Update Translations
svn path=/trunk/boinc/; revision=21381
2010-05-04 22:00:02 +00:00
BOINC Translator 61b9955cd1 Update Translations
svn path=/trunk/boinc/; revision=21380
2010-05-04 20:00:02 +00:00
BOINC Translator 47799fd1e0 Update Translations
svn path=/trunk/boinc/; revision=21379
2010-05-04 19:00:02 +00:00
BOINC Translator 9541c60de6 Update Translations
svn path=/trunk/boinc/; revision=21373
2010-05-04 07:00:11 +00:00
BOINC Translator df8d6b8c50 Update Translations
svn path=/trunk/boinc/; revision=21371
2010-05-03 20:00:02 +00:00
Rom Walton 4e33923657 - client: fix build break
client/
        net_stats.cpp

svn path=/trunk/boinc/; revision=21370
2010-05-03 19:21:39 +00:00
BOINC Translator db434a24cd Update Translations
svn path=/trunk/boinc/; revision=21369
2010-05-03 19:00:06 +00:00
BOINC Translator f2db8a4210 Commit from BOINC Translation Services by user ReneOskam. 783 of 783 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21367
2010-05-03 18:39:07 +00:00
BOINC Translator 3840a9ea96 Update Translations
svn path=/trunk/boinc/; revision=21366
2010-05-03 18:13:57 +00:00
David Anderson 6fbfee024b - client: day boundary for "transfer at most X in N days"
is midnight local time, not UTC
- update translation templates

svn path=/trunk/boinc/; revision=21362
2010-05-03 17:20:44 +00:00
Rom Walton 82a3871ec2 Quick Updates
svn path=/trunk/boinc/; revision=21361
2010-05-03 16:02:16 +00:00
Rom Walton c2ab7cc4e9 Quick Updates
svn path=/trunk/boinc/; revision=21360
2010-05-03 15:58:47 +00:00
David Anderson e53fdf854b - manager: if user clicks Retry in Transfer tab while network is suspended,
show an alert.
	- manager: in transfers tab, show it if transfers are suspended
		because network is suspended
	- manager: in tasks tab, if a task is downloading or uploading
		and network is suspended, show it

svn path=/trunk/boinc/; revision=21346
2010-05-01 05:28:59 +00:00
Charlie Fenton 79e3c6c5be Release Mac BOINC 6.10.51 to alpha test
svn path=/trunk/boinc/; revision=21345
2010-05-01 01:44:07 +00:00
Charlie Fenton cf8490e2cd client: Restore RUN_MODE_ALWAYS functionality in network suspension logic
svn path=/trunk/boinc/; revision=21341
2010-05-01 01:19:32 +00:00
David Anderson 858661669d - client: missed one
svn path=/trunk/boinc/; revision=21337
2010-04-29 20:45:44 +00:00