aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_curl.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-10-26Merged revisions 87120 via svnmerge from tilghman1-2/+4
2007-09-19Merged revisions 83177 via svnmerge from russell1-0/+4
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-18Clean up func_curl a bit.file1-8/+6
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-5/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-1/+1
2006-12-16update to use trunk's version of the threadstorage APIkpfleming1-9/+15
2006-12-16Merged revisions 48513 via svnmerge from 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