summaryrefslogtreecommitdiff
path: root/funcs/func_curl.c
AgeCommit message (Expand)Author
2011-09-21................Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-02Merged revisions 316094 via svnmerge from Tilghman Lesher
2011-01-24According to section 19.1.2 of RFC 3261:Matthew Nicholson
2011-01-07Oops, missed the actual decoding part.Tilghman Lesher
2011-01-06XML validationTilghman Lesher
2011-01-06Add a hashcompat mode called "legacy", which translates a literal plus sign t...Tilghman Lesher
2010-11-15Merged revisions 294989 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2009-08-14Add SSL_VERIFYPEER, as requested on the -users listTilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...Sean Bright
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-09-24Create a 'hashcompat' option that permits the results of a CURL() able to beTilghman Lesher
2008-09-07make func_curl.c compile under devmode.Michiel van Baak
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlyTilghman Lesher
2008-09-05Fix func_curl compilationMark Michelson
2008-09-05Add the CURLOPT dialplan function, which permits setting various options forTilghman Lesher
2008-07-30Merged revisions 134540 via svnmerge from Russell Bryant
2008-06-25Separate the global initialization routines for cURL into its own separateTilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-26Merged revisions 87120 via svnmerge from Tilghman Lesher
2007-09-19Merged revisions 83177 via svnmerge from Russell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-18Clean up func_curl a bit.Joshua Colp
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-16update to use trunk's version of the threadstorage APIKevin P. Fleming
2006-12-16Merged revisions 48513 via svnmerge from Kevin P. Fleming
2006-09-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...BJ Weschke
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-23Move CURL function from apps/ to funcs/Tilghman Lesher