-
- Downloads
- client: add SCHEDULER_OP::rpc_failed();
this gets called when the op fails, either at initialization or later on; it clears the project's sched_rpc_pending flag if needed. This fixes a bug that caused user-requested RPCs to retry every 10 seconds when the network is down. - client: if debt-adjust period is too long, reset accounting. Otherwise we'll get this infinitely. - API: all optional alpha argument to TEXTURE_DESC::draw() svn path=/trunk/boinc/; revision=17195
Showing
- api/gutil.cpp 2 additions, 2 deletionsapi/gutil.cpp
- api/gutil.h 1 addition, 1 deletionapi/gutil.h
- checkin_notes 22 additions, 0 deletionscheckin_notes
- client/cpu_sched.cpp 1 addition, 0 deletionsclient/cpu_sched.cpp
- client/file_xfer.cpp 1 addition, 4 deletionsclient/file_xfer.cpp
- client/gui_http.cpp 10 additions, 12 deletionsclient/gui_http.cpp
- client/http_curl.cpp 4 additions, 3 deletionsclient/http_curl.cpp
- client/http_curl.h 1 addition, 1 deletionclient/http_curl.h
- client/scheduler_op.cpp 24 additions, 30 deletionsclient/scheduler_op.cpp
- client/scheduler_op.h 1 addition, 0 deletionsclient/scheduler_op.h
- clientscr/ss_app.cpp 27 additions, 11 deletionsclientscr/ss_app.cpp
Please register or sign in to comment