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
Tzafrir Cohen 24118f5839
Typos: recieved => received
15 years ago
..
db1-ast Resolve a valgrind warning about a read from uninitialized memory. 17 years ago
editline Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 16 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 Let Asterisk find better backtrace information with libbfd. 15 years ago
abstract_jb.c Typos: recieved => received 15 years ago
acl.c Oops, incorrect range (although unallocated at ARIN) 16 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 Allow application options with arguments to contain parentheses, through a variety of escaping techniques. 16 years ago
ast_expr2.c "!00" evaluated as false, which is incorrect. Fixing. 15 years ago
ast_expr2.fl Remove reference of documentation in source directory. 16 years ago
ast_expr2.h "!00" evaluated as false, which is incorrect. Fixing. 15 years ago
ast_expr2.y "!00" evaluated as false, which is incorrect. Fixing. 15 years ago
ast_expr2f.c Remove reference of documentation in source directory. 16 years ago
asterisk.c Get rid of the annoying startup and shutdown errors on OS X. 15 years ago
asterisk.exports Solaris compatibility fixes 16 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. 17 years ago
astobj2.c Fix reference and container leaks when running 'astobj2 test.' 15 years ago
audiohook.c remove empty audiohook write list on channel 16 years ago
autoservice.c Do not queue up DTMF frames while a call is on hold. 16 years ago
buildinfo.c
callerid.c ast_callerid_parse() had a path that left name uninitialized. 16 years ago
cdr.c Don't stop printing cdr variables if we encounter one with a blank name or value. 16 years ago
channel.c Revert code that changed SSRC for DTMF. 15 years ago
chanvars.c
cli.c fix tab-completion for unload command. 16 years ago
coef_in.h
coef_out.h
config.c Use ast_free since ast_variable_new uses ast_calloc 16 years ago
cryptostub.c
db.c Fix race in astdb 17 years ago
devicestate.c Fix logic error when checking for a devstate provider. 16 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 Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct. 16 years ago
dsp.c Because progress is called multiple times, across several frames, we must persist states when detecting multitone sequences. 16 years ago
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 17 years ago
file.c Handle error response when we can't make file compatible 16 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c For SpeeX, 0 bits remaining is valid and does not need an emitted warning. 16 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 Manager cookies are not compatible with RFC2109. 16 years ago
image.c
indications.c AST-2009-005 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 give a better error message when attempting to unload a module that is not loaded 16 years ago
logger.c Let Asterisk find better backtrace information with libbfd. 15 years ago
manager.c Add documentation for undocumented option to AMI action originate 16 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 17 years ago
pbx.c The channel redirect function (CLI or AMI) hangs up the call instead of redirecting the call. 15 years ago
plc.c
poll.c Use poll, if indicated to do so, in the ast_poll2 implementation. 16 years ago
privacy.c
rtp.c Change RFC2833 DTMF event duration on end to report actual elapsed time. 16 years ago
say.c Fix bugs in saying numbers using the Swedish language syntax 15 years ago
sched.c Resolve a number of FreeBSD build issues. 16 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 Solaris compatibility fixes 16 years ago
tdd.c Bug fixes to tdd support in zaptel. 19 years ago
term.c Fix Debian init script to not use -c. 16 years ago
test.c Missing newline 16 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. 16 years ago
udptl.c Allow for UDPTL to use only even-numbered ports if desired. 17 years ago
ulaw.c
utils.c Let Asterisk find better backtrace information with libbfd. 15 years ago