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/main
Russell Bryant df4d75f4a7
Print CID match in "show dialplan".
17 years ago
..
db1-ast Clean up problem with manager implementation of mmap where it was not testing against MAP_FAILED response. 17 years ago
editline Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat. 17 years ago
stdtime the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 18 years ago
Makefile Add debugging mode for diagnosing file descriptor leaks. 17 years ago
abstract_jb.c Merging the issue11259 branch. 18 years ago
acl.c Merged revisions 127466 via svnmerge from 18 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c This patch solves problem 1 in 8126; it should not slow down the alaw codec, but should prevent signal degradation via multiple trips thru the codec. Fossil estimates the twice thru this codec will prevent fax from working. 4-6 times thru would result hearable, noticeable, voice degradation. 19 years ago
app.c When ending a recording with silence detection, remember to reduce the duration. 17 years ago
ast_expr2.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2.fl These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2.h These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2.y These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2f.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
asterisk.c Safely handle AMI connections/reload requests that occur during startup. 17 years ago
asterisk.exports Export some more required symbols. 17 years ago
astfd.c Oops, missed this file in the last commit. 17 years ago
astmm.c Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled. 17 years ago
astobj2.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
audiohook.c Add flags to chanspy audiohook so that audio stays in sync. 17 years ago
autoservice.c Improve support for media paths that can generate multiple frames at once. 17 years ago
buildinfo.c
callerid.c fix another symbol namespace issue (reported by Andrew on asterisk-dev) 17 years ago
cdr.c Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition. 17 years ago
channel.c Report CallerID change during a masquerade. 17 years ago
chanvars.c
cli.c I didn't see that Mark already fixed the underlying issue! 17 years ago
coef_in.h
coef_out.h
config.c Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h 17 years ago
cryptostub.c
db.c Fix race in astdb 17 years ago
devicestate.c moving ast_devstate_to_extenstate to pbx.c from devicestate.c 17 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 18 years ago
dns.c update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
dnsmgr.c notify the user that dnsmgr refresh wont work when dnsmgr is not enabled. 18 years ago
dsp.c It was possible for a reference to a frame which was part of a freed DSP to still be 18 years ago
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 17 years ago
file.c Don't fast forward past the end of a message. 17 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c Improve support for media paths that can generate multiple frames at once. 17 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Fix feature inheritance with builtin features 17 years ago
http.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 18 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 20 years ago
indications.c Revert unnecessary indications API change from rev 122314 17 years ago
io.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
jitterbuf.c Improve behavior of jitterbuffer when maxjitterbuffer is set. 17 years ago
loader.c Safely handle AMI connections/reload requests that occur during startup. 17 years ago
logger.c Make absolute paths for logger channels work properly 17 years ago
manager.c Don't try to unlock a bogus channel. 17 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c Print CID match in "show dialplan". 17 years ago
plc.c
poll.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
privacy.c
rtp.c Fixes 8khz assumptions 17 years ago
say.c Add redirection warnings for the invalid language codes previously removed. 17 years ago
sched.c It is a normal situation that a task gets put in the scheduler that should run 18 years ago
sha1.c
slinfactory.c Improve support for media paths that can generate multiple frames at once. 17 years ago
srv.c update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
strcompat.c Include stdarg.h for build issues on Solaris 19 years ago
tdd.c Bug fixes to tdd support in zaptel. 19 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 17 years ago
translate.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 18 years ago
udptl.c Fix crashes when receiving certain T.38 packets. Also, increase the maximum 17 years ago
ulaw.c
utils.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago