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
Jeff Peeler ab95a82f60
Ensure editline cleanup occurs when Ctrl-C is pressed at control console.
15 years ago
..
db1-ast Resolve a valgrind warning about a read from uninitialized memory. 16 years ago
editline Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 15 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. 17 years ago
Makefile Ensure file.o is built correctly. 15 years ago
abstract_jb.c Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing through the Asterisk core. 16 years ago
acl.c Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct. 15 years ago
aescrypt.c merge new_loader_completion branch, including (at least): 19 years ago
aeskey.c merge new_loader_completion branch, including (at least): 19 years ago
aesopt.h merge new_loader_completion branch, including (at least): 19 years ago
aestab.c merge new_loader_completion branch, including (at least): 19 years ago
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. 18 years ago
app.c Allow application options with arguments to contain parentheses, through a variety of escaping techniques. 15 years ago
ast_expr2.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 16 years ago
ast_expr2.fl Remove reference of documentation in source directory. 16 years ago
ast_expr2.h These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 16 years ago
ast_expr2.y Cleanup error/warning messages in AEL2 parser 15 years ago
ast_expr2f.c Remove reference of documentation in source directory. 16 years ago
asterisk.c Ensure editline cleanup occurs when Ctrl-C is pressed at control console. 15 years ago
asterisk.exports Solaris compatibility fixes 15 years ago
astfd.c fixes crash in astfd.c 16 years ago
astmm.c Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled. 16 years ago
astobj2.c Fix DEBUG_THREADS issue with out-of-tree modules. 15 years ago
audiohook.c remove empty audiohook write list on channel 15 years ago
autoservice.c Do not queue up DTMF frames while a call is on hold. 15 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 19 years ago
callerid.c ast_callerid_parse() had a path that left name uninitialized. 15 years ago
cdr.c Don't stop printing cdr variables if we encounter one with a blank name or value. 15 years ago
channel.c Allow a manager originate to succeed on forwarded devices. 15 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c fix tab-completion for unload command. 15 years ago
coef_in.h merge new_loader_completion branch, including (at least): 19 years ago
coef_out.h merge new_loader_completion branch, including (at least): 19 years ago
config.c Use ast_free since ast_variable_new uses ast_calloc 15 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c Fix race in astdb 16 years ago
devicestate.c Fix logic error when checking for a devstate provider. 15 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 17 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 Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct. 15 years ago
dsp.c Because progress is called multiple times, across several frames, we must persist states when detecting multitone sequences. 15 years ago
ecdisa.h merge new_loader_completion branch, including (at least): 19 years ago
enum.c Fix handling of backreferences for ENUM lookups 16 years ago
file.c Handle error response when we can't make file compatible 15 years ago
fixedjitterbuf.c merge new_loader_completion branch, including (at least): 19 years ago
fixedjitterbuf.h Merging the issue11259 branch. 17 years ago
frame.c For SpeeX, 0 bits remaining is valid and does not need an emitted warning. 15 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 18 years ago
global_datastores.c Fix feature inheritance with builtin features 17 years ago
http.c Manager cookies are not compatible with RFC2109. 15 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 19 years ago
indications.c AST-2009-005 16 years ago
io.c Fix cases where the internal poll() was not being used when it needed to be. 16 years ago
jitterbuf.c Improve behavior of jitterbuffer when maxjitterbuffer is set. 17 years ago
loader.c give a better error message when attempting to unload a module that is not loaded 15 years ago
logger.c Ensure restartable system calls can restart (BSD signal semantics) 15 years ago
manager.c Add documentation for undocumented option to AMI action originate 15 years ago
md5.c merge new_loader_completion branch, including (at least): 19 years ago
netsock.c fixes an ast_netsock_list memory leak. 16 years ago
pbx.c Use ast_dynamic_str when processing hint state changes 15 years ago
plc.c merge new_loader_completion branch, including (at least): 19 years ago
poll.c Use poll, if indicated to do so, in the ast_poll2 implementation. 15 years ago
privacy.c merge new_loader_completion branch, including (at least): 19 years ago
rtp.c Change RFC2833 DTMF event duration on end to report actual elapsed time. 15 years ago
say.c Bounds checking for input string 16 years ago
sched.c Resolve a number of FreeBSD build issues. 15 years ago
sha1.c merge new_loader_completion branch, including (at least): 19 years ago
slinfactory.c Improve support for media paths that can generate multiple frames at once. 16 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 Solaris compatibility fixes 15 years ago
tdd.c Bug fixes to tdd support in zaptel. 18 years ago
term.c Fix Debian init script to not use -c. 15 years ago
test.c Missing newline 15 years ago
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 17 years ago
translate.c 1.4 version of the dead PLC code fix. 15 years ago
udptl.c Allow for UDPTL to use only even-numbered ports if desired. 16 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c Resolve a number of FreeBSD build issues. 15 years ago