You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/funcs
Tilghman Lesher df56d04848
Guard against division by zero.
15 years ago
..
Makefile fix some copy-and-paste leftovers 18 years ago
func_audiohookinherit.c fixes merging error, datastore was being freed in the wrong function. 16 years ago
func_base64.c Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE. 16 years ago
func_callerid.c (closes issue #13597) 17 years ago
func_cdr.c Revise documentation on disposition values to the actual values used. 16 years ago
func_channel.c AST-2009-005 16 years ago
func_curl.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
func_cut.c AST-2009-005 16 years ago
func_db.c merge new_loader_completion branch, including (at least): 19 years ago
func_enum.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
func_env.c Allow the default "0" to be returned if the STAT fails 18 years ago
func_global.c merge new_loader_completion branch, including (at least): 19 years ago
func_groupcount.c fixes segfault in func_groupcount 16 years ago
func_language.c Merged revisions 61680 via svnmerge from 18 years ago
func_logic.c If either conditional is NULL, don't try copying it. 17 years ago
func_math.c Guard against division by zero. 15 years ago
func_md5.c merge new_loader_completion branch, including (at least): 19 years ago
func_moh.c Merged revisions 61680 via svnmerge from 18 years ago
func_odbc.c Revision 189537 was supposed to make 1.4 more correct. Instead, it broke func_odbc. Reverting. 16 years ago
func_rand.c AST-2009-005 16 years ago
func_realtime.c Fix a memory leak. 16 years ago
func_sha1.c merge new_loader_completion branch, including (at least): 19 years ago
func_strings.c changed the prototype definition of csv_quote 16 years ago
func_timeout.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
func_uri.c Small documentation clarification for URIENCODE. (issue #8294 reported by salaud) 19 years ago