Commit Graph

74 Commits (master)

Author SHA1 Message Date
Sean Bright 82bef2ed90 docs: Indent <since> tags.
3 months ago
George Joseph 198b01c536 docs: Add version information to application and function XML elements
3 months ago
Mike Pultz 3dae2cf88f func_curl.c: Add additional CURL options for SSL requests
5 months ago
Sean Bright 0b744cef15 func_curl.c: Remove CURLOPT() plaintext documentation.
1 year ago
Sean Bright 889b0aa375 func_curl.c: Ensure channel is locked when manipulating datastores.
2 years ago
Naveen Albert e26b57984f asterisk: Add macro for curl user agent.
3 years ago
Dovid Bender bc58e84f47 func_curl.c: Allow user to set what return codes constitute a failure.
5 years ago
Sean Bright b11b49945b func_curl.c: Prevent crash when using CURLOPT(httpheader)
5 years ago
Alexander Traud e2affa3b0a curl: Add build-time dependency.
5 years ago
Sean Bright 0c2bf1664c func_curl: Add 'followlocation' option to CURLOPT()
5 years ago
Martin Tomec d257a0898e func_curl.c: Support custom http headers
6 years ago
Richard Mudgett 91c3ac19cb Dialplan functions: Fix some channel autoservice misuse.
7 years ago
Corey Farrell 527cf5a570 Remove redundant module checks and references.
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Corey Farrell cf1188a1be Unit tests: Use AST_TEST_DEFINE in conditional code only.
9 years ago
Matthew Jordan 6bbcfb34bd funcs/func_curl: Add the ability for CURL to download and store files
9 years ago
Rodrigo Ramírez Norambuena eec010829a AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan ea0098724e clang compiler warnings: Fix autological comparisons
10 years ago
Joshua Colp 0d52907d2b func_curl: Don't hold exclusive lock when performing HTTP request.
10 years ago
Mark Michelson 3cccfac399 Multiple revisions 431297-431298
10 years ago
Matthew Jordan b38acbce6e funcs/func_curl: Fix memory leak when CURLOPT channel datastore is destroyed
10 years ago
Walter Doekes 37179a2b1f core: Don't allow free to mean ast_free (and malloc, etc..).
11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Walter Doekes 220cc9b9af Have func_curl log a warning when a curl request fails.
12 years ago
Walter Doekes 0b1e78cace Minor cleanup in func_curl near hashcompat code.
12 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Matthew Jordan 38c0a62413 Allow func_curl to exit gracefully if list allocation fails during write
13 years ago
Russell Bryant 5affceaa15 func_curl: Fix leak of an ast_str in error handling code path.
13 years ago
Tilghman Lesher 4310b5ad59 ................
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Tilghman Lesher 1fca95b1d4 Merged revisions 316094 via svnmerge from
14 years ago
Matthew Nicholson e706b5706e According to section 19.1.2 of RFC 3261:
14 years ago
Tilghman Lesher b2a70b4065 Oops, missed the actual decoding part.
15 years ago
Tilghman Lesher a58b2fb395 XML validation
15 years ago
Tilghman Lesher 473e176df8 Add a hashcompat mode called "legacy", which translates a literal plus sign to a space.
15 years ago
Tilghman Lesher 53357354a4 Merged revisions 294989 via svnmerge from
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher 18a5f4c490 Add SSL_VERIFYPEER, as requested on the -users list
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
16 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Sean Bright ceee55ea63 Keep up with shadow warnings. One day I'll actually enable this in the Makefile.
17 years ago
Tilghman Lesher 63b165dbb9 Merged revisions 146799 via svnmerge from
17 years ago
Tilghman Lesher bbd860dc65 Create a 'hashcompat' option that permits the results of a CURL() able to be
17 years ago
Michiel van Baak e62660c956 make func_curl.c compile under devmode.
17 years ago
Tilghman Lesher 352d770eb7 Get rid of the casts that cause warnings on OpenBSD. The compiler is errantly
17 years ago
Mark Michelson 57c056b5aa Fix func_curl compilation
17 years ago