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
Tilghman Lesher 50c0fedbc0
Manager output is not always NULL-terminated, so force a NULL at the end of the filestream.
17 years ago
..
db1-ast Resolve a valgrind warning about a read from uninitialized memory. 17 years ago
editline Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat. 18 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 Minor changes inspired by testing with latest GCC. 17 years ago
abstract_jb.c Merging the issue11259 branch. 18 years ago
acl.c Merge code associated with AST-2009-006 17 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c When ending a recording with silence detection, remember to reduce the duration. 18 years ago
ast_expr2.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 18 years ago
ast_expr2.fl These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 18 years ago
ast_expr2.h These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 18 years ago
ast_expr2.y These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 18 years ago
ast_expr2f.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 18 years ago
asterisk.c Fix a bunch of off-by-one errors 17 years ago
asterisk.exports Reverting index() fix, applying a different methodology, based upon developer discussions. 17 years ago
astfd.c Small oops. Clear the flags which have been checked. 17 years ago
astmm.c Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled. 17 years ago
astobj2.c Fix ao2_iterator API to hold references to containers being iterated. 17 years ago
audiohook.c Pay attention to the return value of the manipulate function. 17 years ago
autoservice.c Remove some unnecessary code. 17 years ago
buildinfo.c
callerid.c avoid segfault caused by user error 17 years ago
cdr.c AST-2009-005 17 years ago
channel.c Signal timeouts by returning AST_CONTROL_RINGING when originating calls. 17 years ago
chanvars.c
cli.c AST-2009-005 17 years ago
coef_in.h
coef_out.h
config.c Properly deal with quotes in the arguments of '#exec' includes. 17 years ago
cryptostub.c
db.c Fix race in astdb 18 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 19 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 18 years ago
dnsmgr.c AST-2009-005 17 years ago
dsp.c Isolate frames returned from a DSP instance or codec translator. 17 years ago
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 18 years ago
file.c Make filestream frame handling safer by isolating frames before returning them. 17 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c Isolate frames returned from a DSP instance or codec translator. 17 years ago
fskmodem.c
global_datastores.c Fix feature inheritance with builtin features 18 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
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. 18 years ago
jitterbuf.c Improve behavior of jitterbuffer when maxjitterbuffer is set. 18 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 Manager output is not always NULL-terminated, so force a NULL at the end of the filestream. 17 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 17 years ago
pbx.c Fix documentation for ast_softhangup() and correct the misuse thereof. 17 years ago
plc.c
poll.c Fix cases where the internal poll() was not being used when it needed to be. 18 years ago
privacy.c
rtp.c Correct timestamp calculations when RTP sample rates over 8kHz are used. 17 years ago
say.c Fix a bunch of off-by-one errors 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 18 years ago
strcompat.c Reverting index() fix, applying a different methodology, based upon developer discussions. 17 years ago
tdd.c Bug fixes to tdd support in zaptel. 19 years ago
term.c
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 18 years ago
translate.c Revert 225169, as this doesn't account for the possibility of a list of frames. 17 years ago
udptl.c Allow for UDPTL to use only even-numbered ports if desired. 17 years ago
ulaw.c
utils.c make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSD 17 years ago