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 829907e467
Fix broken attended transfers
17 years ago
..
db1-ast Clean up problem with manager implementation of mmap where it was not testing against MAP_FAILED response. 18 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 Add debugging mode for diagnosing file descriptor leaks. 18 years ago
abstract_jb.c Merging the issue11259 branch. 18 years ago
acl.c
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 Add debugging mode for diagnosing file descriptor leaks. 18 years ago
asterisk.exports Export some more required symbols. 18 years ago
astfd.c Oops, missed this file in the last commit. 18 years ago
astmm.c
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. 18 years ago
audiohook.c audio_audiohook_write_list() does not correctly update sample size after ast_translate. 18 years ago
autoservice.c revert commit that included extranous changes 18 years ago
buildinfo.c
callerid.c fix another symbol namespace issue (reported by Andrew on asterisk-dev) 18 years ago
cdr.c This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases. 18 years ago
channel.c Fix broken attended transfers 17 years ago
chanvars.c
cli.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
coef_in.h
coef_out.h
config.c Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h 18 years ago
cryptostub.c
db.c Fix race in astdb 18 years ago
devicestate.c fix mis-spelling of the word registered. 18 years ago
dial.c
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
dsp.c
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 18 years ago
file.c Update ast_readvideo_callback to match ast_readaudio_callback. 18 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Fix a typo which caused loss of audio when using G729 in some scenarios with a smoother present. 18 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 Revert unnecessary indications API change from rev 122314 18 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 Remove the use of RTLD_NOLOAD, as it is not behaving like expected. 18 years ago
logger.c Make absolute paths for logger channels work properly 18 years ago
manager.c Don't try to unlock a bogus channel. 18 years ago
md5.c
netsock.c
pbx.c Pull in a piece of murf's 88166 patch that makes it safe to call 18 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 Fix a bug where the codecs of the called party leg were not properly sent back to the caller call leg when reinvited. 18 years ago
say.c Adding revision 169794 to 1.4 since 1.4 is also affected by the issue 18 years ago
sched.c
sha1.c
slinfactory.c revert commit that included extranous changes 18 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
tdd.c
term.c
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 18 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 18 years ago
ulaw.c
utils.c Fix cases where the internal poll() was not being used when it needed to be. 18 years ago