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
Jason Parker b4ea07a7eb
Fix handling of zero-length frames when a codec is capable of native PLC.
18 years ago
..
db1-ast When building libdb1.a, put the additional flags needed at the beginning of 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime Merged revisions 51255 via svnmerge from 19 years ago
Makefile File upload support was added to solve some needs for the Asterisk GUI. 18 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
acl.c Don't output debug unless we asked for it 19 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 merge new_loader_completion branch, including (at least): 19 years ago
app.c Merged revisions 63285 via svnmerge from 18 years ago
ast_expr2.c removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2.fl A fix for the flex input files, DONT_COMPILE, and STANDALONE_AEL 18 years ago
ast_expr2.h merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2.y removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2f.c A fix for the flex input files, DONT_COMPILE, and STANDALONE_AEL 18 years ago
asterisk.c Merged revisions 62368 via svnmerge from 18 years ago
astmm.c Add missing newlines for two memory CLI commands. 19 years ago
autoservice.c update thread creation code a bit 19 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 19 years ago
callerid.c Add test for negative offsets in cid data to prevent infinite loops. 18 years ago
cdr.c Ugh. The svnmerge didn't catch the shift from cdr.c to main/cdr.c, and neither did I. This is the remainder of the 9717 patch, the fix for the run-away FAIL status for a call 18 years ago
channel.c Fix scenario where if a phone that simply called Echo() put itself on hold it could never get off hold. 18 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c Merged revisions 61804 via svnmerge from 18 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 Don't remove configuration from memory just because one section failed. 18 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases 19 years ago
devicestate.c Merged revisions 64275 via svnmerge from 18 years ago
dial.c Add a few more state changes in handle_frame_ownerless() so that the SLA code 18 years ago
dlfcn.c merge new_loader_completion branch, including (at least): 19 years ago
dns.c merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
dsp.c Merged revisions 58388 via svnmerge from 18 years ago
ecdisa.h merge new_loader_completion branch, including (at least): 19 years ago
enum.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
file.c Stop the video stream when you stop playback of all streams for a call 18 years ago
fixedjitterbuf.c merge new_loader_completion branch, including (at least): 19 years ago
fixedjitterbuf.h merge new_loader_completion branch, including (at least): 19 years ago
frame.c Merge the changes from the /team/group/vldtmf_fixup branch. 19 years ago
fskmodem.c merge new_loader_completion branch, including (at least): 19 years ago
http.c When serving dynamic content, include a Cache-Control header to instruct the 18 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 merge new_loader_completion branch, including (at least): 19 years ago
io.c Merged revisions 44168 via svnmerge from 19 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c improve loader a bit, by avoiding trying to initialize embedded modules twice and avoiding trying to load modules from disk when they have been loaded already during the 'preload' pass (reported by blitzrage on IRC, patch by me) 18 years ago
logger.c Fix defines for inline stack backtraces (only used by developers anyway) 18 years ago
manager.c Hide manager password from "manager show user foo". 18 years ago
md5.c merge new_loader_completion branch, including (at least): 19 years ago
netsock.c Merged revisions 59608 via svnmerge from 18 years ago
pbx.c As per 9570, worrisome CDR warnings have been removed, that are either not helpful, or not relevant. 18 years ago
plc.c merge new_loader_completion branch, including (at least): 19 years ago
poll.c merge new_loader_completion branch, including (at least): 19 years ago
privacy.c merge new_loader_completion branch, including (at least): 19 years ago
rtp.c I like it when the RTP stack compiles myself... 18 years ago
say.c submitted patch for Georgian language, issue 9010, submitted by Alexander Shaduri 19 years ago
sched.c Change log notice to debug. It is possible for a scheduled item to execute and be deleted at close to the same time and unavoidable. If this happens this message creeps up. 19 years ago
sha1.c merge new_loader_completion branch, including (at least): 19 years ago
slinfactory.c Don't allow a NULL pointer to reach ast_frdup. (issue #9155 reported by cmaj) 19 years ago
srv.c merge new_loader_completion branch, including (at least): 19 years ago
strcompat.c To be able to achieve the things that we would like to achieve with the 18 years ago
tdd.c merge new_loader_completion branch, including (at least): 19 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
threadstorage.c add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands 19 years ago
translate.c Fix handling of zero-length frames when a codec is capable of native PLC. 18 years ago
udptl.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c Merged revisions 51194 via svnmerge from 19 years ago