summaryrefslogtreecommitdiff
path: root/funcs/func_curl.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2016-03-23funcs/func_curl: Add the ability for CURL to download and store filesMatthew Jordan
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-14func_curl: Don't hold exclusive lock when performing HTTP request.Joshua Colp
2015-01-28Multiple revisions 431297-431298Mark Michelson
2015-01-12funcs/func_curl: Fix memory leak when CURLOPT channel datastore is destroyedMatthew Jordan
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-03-20Have func_curl log a warning when a curl request fails.Walter Doekes
2013-03-20Minor cleanup in func_curl near hashcompat code.Walter Doekes
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-04-09Allow func_curl to exit gracefully if list allocation fails during writeMatthew Jordan
2012-03-24func_curl: Fix leak of an ast_str in error handling code path.Russell Bryant
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