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/utils
Steve Murphy 6138b16995
Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch.
17 years ago
..
Makefile Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 17 years ago
ael_main.c Merged revisions 114051 via svnmerge from 17 years ago
astcanary.c open(2) needs a mode argument when O_CREAT is specified. 17 years ago
astman.1
astman.c Merged revisions 114051 via svnmerge from 17 years ago
build-extensions-conf.lua Add pbx_lua as a method of doing extensions 18 years ago
check_expr.c Merged revisions 114051 via svnmerge from 17 years ago
clicompat.c simplify this file 18 years ago
conf2ael.c Merged revisions 114051 via svnmerge from 17 years ago
expr2.testinput In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. 18 years ago
extconf.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 17 years ago
frame.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 17 years ago
frame.h
hashtest.c Merged revisions 114051 via svnmerge from 17 years ago
hashtest2.c Merged revisions 114051 via svnmerge from 17 years ago
muted.c Merged revisions 102323 via svnmerge from 17 years ago
refcounter.c Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 17 years ago
smsq.c more header removal/normalization 18 years ago
stereorize.c
streamplayer.c Merged revisions 47331 via svnmerge from 19 years ago