boinc/lib
David Anderson 177fae6e08 - client: parse HTTP_PROXY strings of the form
http://username:passwd@host.dom.dom:port/file
    (we weren't parsing the username and password before).
- client: fix the feature that lets you exclude a list of hosts
    from going through the proxy.

svn path=/trunk/boinc/; revision=19513
2009-11-07 06:00:08 +00:00
..
mac another .cpp 2008-09-28 14:44:10 +00:00
Makefile.am - Move URL-related code to a new file 2009-11-05 18:02:51 +00:00
app_ipc.cpp - Move URL-related code to a new file 2009-11-05 18:02:51 +00:00
app_ipc.h - code shuffling; not significant 2009-09-25 21:56:13 +00:00
average.h - credit: weight averages by PFC. Else in SETI@home, 2009-11-05 17:17:13 +00:00
base64.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
base64.h
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
boinc_win.h lib: some changes to help building the WIN32 library with MinGW/gcc 2009-10-07 19:17:52 +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
common_defs.h - Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out 2009-02-26 00:23:23 +00:00
coproc.cpp - client: Use is_remote_desktop() instead of the various GPU functions 2009-10-19 14:48:45 +00:00
coproc.h - client/scheduler: standardize the FLOPS estimate between NVIDIA and ATI. 2009-10-16 00:13:01 +00:00
crypt.cpp - client/libs/samples: remove "#define read _read" etc. from boinc_win.h 2009-08-22 17:00:19 +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
diagnostics.cpp Fixed problem that prevented stack backtrace from being printed after segfault 2009-08-31 23:04:01 +00:00
diagnostics.h lib: some changes to help building the WIN32 library with MinGW/gcc 2009-10-07 19:17:52 +00:00
diagnostics_win.cpp - DIAG: Don't resume after the thread has been suspended, otherwise the 2009-10-05 16:20:39 +00:00
diagnostics_win.h
error_numbers.h - client: better behavior if a GPU goes away: 2009-10-02 23:39:38 +00:00
filesys.cpp lib: some changes to help building the WIN32 library with MinGW/gcc 2009-10-07 19:17:52 +00:00
filesys.h - lib: compile fix for C 2009-05-27 17:23:08 +00:00
gui_rpc_client.cpp - client/libs/samples: remove "#define read _read" etc. from boinc_win.h 2009-08-22 17:00:19 +00:00
gui_rpc_client.h - client: on startup, if a coproc needed by a job is missing, 2009-10-12 16:28:17 +00:00
gui_rpc_client_ops.cpp - client: on startup, if a coproc needed by a job is missing, 2009-10-12 16:28:17 +00:00
gui_rpc_client_print.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
hostinfo.cpp svn path=/trunk/boinc/; revision=18916 2009-08-25 21:35:21 +00:00
hostinfo.h client: Revise Apple idle time detection for compatibility with OS 10.6 2009-03-03 01:57:48 +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
md5.c
md5.h
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
mfile.cpp - client: if malloc fails in MFILE writes, exit. 2009-07-10 22:59:45 +00:00
mfile.h
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
parse.cpp - client: if downloaded project list file is garbage, ignore it. 2009-09-30 17:13:45 +00:00
parse.h - client/libs/samples: remove "#define read _read" etc. from boinc_win.h 2009-08-22 17:00:19 +00:00
prefs.cpp - web and client: change the default for "run_gpu_if_user_active" 2009-04-07 18:21:39 +00:00
prefs.h - client: fix bug in time-of-day limit prefs (both CPU and network) 2009-02-14 00:34:11 +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
procinfo.h - prepare for "don't run while playing game" feature 2008-09-29 01:55:58 +00:00
procinfo_mac.cpp Mac client: use rss keyword not rsz in ps command for OS 10.6 compatibility. 2009-08-21 22:28:38 +00:00
procinfo_unix.cpp - lib: created a new file for declaring "replacements" 2009-06-16 20:54:44 +00:00
procinfo_win.cpp svn path=/trunk/boinc/; revision=16085 2008-09-29 03:04:39 +00:00
proxy_info.cpp - Move URL-related code to a new file 2009-11-05 18:02:51 +00:00
proxy_info.h - Move URL-related code to a new file 2009-11-05 18:02:51 +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
std_fixes.h
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
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/libs/samples: remove "#define read _read" etc. from boinc_win.h 2009-08-22 17:00:19 +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 - client: Use the ANSI version of WTSQuerySessionInformation to determine 2009-10-20 14:51:20 +00:00
win_util.h - LIB: Make the is_remote_desktop compilable for all VS versions 2009-10-13 18:12:33 +00:00
x_util.cpp svn path=/trunk/boinc/; revision=19291 2009-10-12 20:01:49 +00:00