.. |
mac
|
Mac: Fix bug in backtrace code
|
2010-01-07 11:29:48 +00:00 |
Makefile.am
|
lib: add cal.h to install headers
|
2010-01-22 13:48:40 +00:00 |
Makefile.mingw
|
lib: Updated Makefile.mingw to include coproc.cpp/h
|
2010-01-21 14:33:43 +00:00 |
app_ipc.cpp
|
svn path=/trunk/boinc/; revision=20649
|
2010-02-18 22:45:36 +00:00 |
app_ipc.h
|
- API: fix crashing bug. Don't memset(0) APP_INIT_DATA;
|
2010-01-18 23:01:43 +00:00 |
average.h
|
- Progress on new credit system. Seems to work!
|
2009-11-10 21:00:29 +00:00 |
base64.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
base64.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
boinc_fcgi.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
boinc_fcgi.h
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
boinc_win.cpp
|
- win_build: Finally figured out what the problem was with how I
|
2008-08-24 04:43:18 +00:00 |
boinc_win.h
|
api: updates for building Win32 libs & API with MinGW gcc
|
2009-11-16 13:13:42 +00:00 |
cal.h
|
svn path=/trunk/boinc/; revision=19306
|
2009-10-14 21:01:06 +00:00 |
cert_sig.cpp
|
- client/libs/samples: remove "#define read _read" etc. from boinc_win.h
|
2009-08-22 17:00:19 +00:00 |
cert_sig.h
|
- scheduler: various bug fixes in score-based schedule;
|
2008-09-17 23:35:16 +00:00 |
common_defs.h
|
- client: initial checkin for "don't compute if CPU usage above X"
|
2010-01-19 00:03:38 +00:00 |
coproc.cpp
|
- result of code shuffle: the HOST_INFO structure returned
|
2009-12-07 06:13:17 +00:00 |
coproc.h
|
- client/scheduler: deal with situation where GPU has enough
|
2009-12-11 22:45:59 +00:00 |
crypt.cpp
|
- Cleanup various warnings
|
2009-12-16 19:55:09 +00:00 |
crypt.h
|
Fix for build of fcgi_file_upload_handler
|
2009-07-27 20:54:15 +00:00 |
crypt_prog.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
daemonmgt.h
|
- manager: add GPU always/auto/never menu items
|
2009-12-11 23:24:17 +00:00 |
daemonmgt_win.cpp
|
- Remove need for boinc.dll from the client.
|
2009-11-13 21:23:15 +00:00 |
diagnostics.cpp
|
api: updates for building Win32 libs & API with MinGW gcc
|
2009-11-16 13:13:42 +00:00 |
diagnostics.h
|
- lib: Don't allow the diagnostics threads to be suspended, if a crash happens within
|
2010-01-19 17:22:46 +00:00 |
diagnostics_win.cpp
|
- lib: Don't allow the diagnostics threads to be suspended, if a crash happens within
|
2010-01-19 17:22:46 +00:00 |
diagnostics_win.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
error_numbers.h
|
- client: better behavior if a GPU goes away:
|
2009-10-02 23:39:38 +00:00 |
filesys.cpp
|
- client: Unix: if can't create client lock file,
|
2009-12-31 02:15:26 +00:00 |
filesys.h
|
- client: fix bug in insufficient video RAM feature
|
2009-12-14 19:24:06 +00:00 |
gui_rpc_client.cpp
|
- client: fix yesterday's checkin to remove restrictions
|
2009-11-11 22:01:27 +00:00 |
gui_rpc_client.h
|
- lib: fixup notice RPCs to make them manager compatible.
|
2010-01-04 17:43:18 +00:00 |
gui_rpc_client_ops.cpp
|
- various components: fix inconsistencies in how user names
|
2010-02-18 22:33:26 +00:00 |
gui_rpc_client_print.cpp
|
- boinccmd: fix output of --get_disk_usage
|
2009-12-12 05:11:50 +00:00 |
hostinfo.cpp
|
fix GPU bug
|
2009-12-09 01:09:28 +00:00 |
hostinfo.h
|
fix GPU bug
|
2009-12-09 01:09:28 +00:00 |
idlemon.h
|
- client: add <cpu_sched_status> log flag.
|
2009-11-28 00:07:39 +00:00 |
idlemon_win.cpp
|
- Cleanup various warnings
|
2009-12-16 19:55:09 +00:00 |
mac_address.cpp
|
Fix a compiler error and a compiler warning
|
2009-02-26 02:31:33 +00:00 |
mac_address.h
|
David 5 Nov 2008
|
2008-11-05 20:11:45 +00:00 |
makefile.gui_test
|
*** empty log message ***
|
2004-11-17 21:02:46 +00:00 |
md5.c
|
Modified CVS id strings. After some fussing with different versions
|
2005-01-02 18:29:53 +00:00 |
md5.h
|
Initial revision
|
2002-04-30 22:22:54 +00:00 |
md5_file.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
md5_file.h
|
- sample bitwise validator: make it work for binary files
|
2009-05-01 18:25:17 +00:00 |
md5_test.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
mem_usage.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
mem_usage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
mfile.cpp
|
- client: if malloc fails in MFILE writes, exit.
|
2009-07-10 22:59:45 +00:00 |
mfile.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
miofile.cpp
|
- MGR: Fix browser cookie detection on Windows machines where UAC is turned
|
2009-06-13 21:03:45 +00:00 |
miofile.h
|
- MGR: Fix browser cookie detection on Windows machines where UAC is turned
|
2009-06-13 21:03:45 +00:00 |
msg_log.cpp
|
- scheduler: improve message formatting; add <debug_locality> flag
|
2009-01-15 20:23:20 +00:00 |
msg_log.h
|
- STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!!
|
2009-01-13 23:06:02 +00:00 |
msg_queue.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
msg_queue.h
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
msg_test.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
network.cpp
|
- Win: compile fixes
|
2009-06-16 21:58:38 +00:00 |
network.h
|
- install: don't install std_fixes.h or msg_queue.cpp
|
2009-06-19 17:21:34 +00:00 |
notice.cpp
|
- Notices: put message bodies inside CDATA
|
2010-01-13 05:32:11 +00:00 |
notice.h
|
- boinccmd: add --get_notices option
|
2010-01-07 04:55:11 +00:00 |
parse.cpp
|
- Notices: put message bodies inside CDATA
|
2010-01-13 05:32:11 +00:00 |
parse.h
|
- Notices: put message bodies inside CDATA
|
2010-01-13 05:32:11 +00:00 |
prefs.cpp
|
- client and user web: finish the above.
|
2010-01-19 00:38:31 +00:00 |
prefs.h
|
- client and user web: finish the above.
|
2010-01-19 00:38:31 +00:00 |
proc_control.cpp
|
- WIN: First pass through the code to fix compliation errors when
|
2009-04-23 03:40:49 +00:00 |
proc_control.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
procinfo.h
|
- prepare for "don't run while playing game" feature
|
2008-09-29 01:55:58 +00:00 |
procinfo_mac.cpp
|
- client: fix typos
|
2010-02-16 01:00:35 +00:00 |
procinfo_unix.cpp
|
- client: include CPU usage of client in BOINC total.
|
2010-02-15 01:00:32 +00:00 |
procinfo_win.cpp
|
- client: fix typos
|
2010-02-16 01:00:35 +00:00 |
proxy_info.cpp
|
svn path=/trunk/boinc/; revision=19793
|
2009-12-06 04:38:09 +00:00 |
proxy_info.h
|
- client: bug fixes to recent proxy info checkin
|
2009-12-06 04:32:57 +00:00 |
shmem.cpp
|
- lib: Fix memory/resource leak.
|
2009-10-01 23:21:03 +00:00 |
shmem.h
|
- libraries: Moved crypt.o out of libboinc and into libboinc_crypt.
|
2009-07-14 17:50:33 +00:00 |
shmem_test.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
stackwalker_imports.h
|
- WIN: First pass through the code to fix compliation errors when
|
2009-04-23 03:40:49 +00:00 |
stackwalker_win.cpp
|
- client/libs/samples: remove "#define read _read" etc. from boinc_win.h
|
2009-08-22 17:00:19 +00:00 |
stackwalker_win.h
|
*** empty log message ***
|
2007-04-13 06:13:46 +00:00 |
std_fixes.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
str_replace.h
|
- lib: gcc 4.4 fix; fixes #854
|
2009-07-20 21:53:56 +00:00 |
str_util.cpp
|
- Move URL-related code to a new file
|
2009-11-05 18:02:51 +00:00 |
str_util.h
|
- Move URL-related code to a new file
|
2009-11-05 18:02:51 +00:00 |
susp.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
synch.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
synch.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
synch_test.cpp
|
- rename .C files to .cpp so that Doxygen will work
|
2008-09-26 18:20:24 +00:00 |
unix_util.cpp
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
unix_util.h
|
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out
|
2009-02-26 00:23:23 +00:00 |
url.cpp
|
- client: parse HTTP_PROXY strings of the form
|
2009-11-07 06:00:08 +00:00 |
url.h
|
- client: parse HTTP_PROXY strings of the form
|
2009-11-07 06:00:08 +00:00 |
util.cpp
|
- client: add <stderr_head> config option;
|
2010-01-12 18:39:59 +00:00 |
util.h
|
- install: don't install std_fixes.h or msg_queue.cpp
|
2009-06-19 17:21:34 +00:00 |
win_util.cpp
|
- lib: Don't allow the diagnostics threads to be suspended, if a crash happens within
|
2010-01-19 17:22:46 +00:00 |
win_util.h
|
svn path=/trunk/boinc/; revision=20055
|
2010-01-01 05:03:13 +00:00 |
x_util.cpp
|
svn path=/trunk/boinc/; revision=19291
|
2009-10-12 20:01:49 +00:00 |