aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_curl.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-14Merged revisions 212249 via svnmerge from tilghman1-16/+20
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-18/+12
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-3/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+3
2008-09-24Create a 'hashcompat' option that permits the results of a CURL() able to betilghman1-4/+40
2008-09-07make func_curl.c compile under devmode.mvanbaak1-1/+1
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlytilghman1-4/+4
2008-09-05Fix func_curl compilationmmichelson1-3/+3
2008-09-05Add the CURLOPT dialplan function, which permits setting various options fortilghman1-37/+377
2008-07-30Merged revisions 134540 via svnmerge from russell1-0/+2
2008-06-25Separate the global initialization routines for cURL into its own separatetilghman1-33/+21
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
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