aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_curl.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-30Fix a memory leak in func_curl. Every thread that used this function leakedrussell1-0/+2
2007-10-26The addition of autoservice to func_curl additionally made func_curl dependenttilghman1-2/+4
2007-09-19Using curl can take a substantial amount of time, so the channel should berussell1-0/+4
2006-12-16instead of initializing the curl library every time the CURL() function is in...kpfleming1-17/+31
2006-09-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...bweschke1-2/+13
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+7
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-23Move CURL function from apps/ to funcs/tilghman1-0/+193