6.13.5

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • client: in handling the acct_mgr GUI RPC, don't start the RPC directly; that might fail if CLIENT_STATE::gui_http is busy. Instead, set a timer field.
  • client: structure ACCT_MGR_OP the same as other GUI_HTTP_OP variants
  • client: clarify the comments on GUI_HTTP and GUI_HTTP_OP Note: GUI_HTTP and GUI_HTTP_OP are misnomers; they refer to any HTTP op other than scheduler requests and file transfers. Should change the name, maybe to CLIENT_HTTP*
  • Mac: Remove app_graphics.cpp from Client in XCode project, add new files thread.cpp,.h to libboinc.a in XCode project. (Checked in to 6.13.4 tag.)
  • client: intermediate checkin for replicated trickle-ups. Not finished yet.
  • example app: add --trickle_up and --trickle_down options, for testing trickle messages
  • client: fix bug in ATI GPU detection, caused zero RAM measurements
  • client: fix ATI GPU max mem display issue.
  • msg tweaks in make_project
  • client: more stuff for replicated trickle ups
  • lib: don't include thread.cpp; not needed for server, and causes errors on some 64-bit Linux
  • vboxwrapper: fix code which sets environment variables.
    • "PATH" must be upper case.
    • putenv() does not copy its input string, so must use setenv().
  • VBOX: More environment variable tweaks.
  • client: more work on replicated trickles. Not working yet.
  • client: replicated trickles. Seems to be working now.
  • client: added <trickle_debug> config option