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
Matthew Nicholson 9f51a79d88
Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE.
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
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. 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. 17 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. 17 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 Don't change ownership/group/permissions on run directory, if it already exists. 15 years ago
asterisk.exports Reverting index() fix, applying a different methodology, based upon developer discussions. 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. 16 years ago
astobj2.c Fix DEBUG_THREADS issue with out-of-tree modules. 15 years ago
audiohook.c Fixes crash in audiohook_write_list 15 years ago
autoservice.c Autoservice loop optimization causes a busy loop, when channels are serviced while in hangup. 15 years ago
buildinfo.c
callerid.c ast_callerid_parse() had a path that left name uninitialized. 15 years ago
cdr.c Fix broken CDR behavior. 15 years ago
channel.c For pass through DTMF tones, measure the actual duration between the begin and end packets on the wire. If it is detected to be less than AST_MIN_DTMF_DURATION, trigger dtmf emulation. 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
coef_out.h
config.c Remove extra line breaks from 'core show config mappings' 15 years ago
cryptostub.c
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
enum.c Fix handling of backreferences for ENUM lookups 17 years ago
file.c Fix internal timing not working with Zaptel 15 years ago
fixedjitterbuf.c
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 If variable gotten is not set, will segfault on Solaris. 15 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 16 years ago
pbx.c Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE. 15 years ago
plc.c
poll.c Fix cases where the internal poll() was not being used when it needed to be. 16 years ago
privacy.c
rtp.c Fix problem with RFC 2833 DTMF not being accepted. 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
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 Reverting index() fix, applying a different methodology, based upon developer discussions. 16 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 Document that a leading and trailing slash is expected for test categories. 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
utils.c Resolve a number of FreeBSD build issues. 15 years ago