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
Russell Bryant 827ca97872
Fix a small memory leak. ast_unregister_atexit() did not free the entry it removed.
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 If chan_h323 is not being built, don't use g++ to do the final link of Asterisk. 18 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
acl.c Add some fixes for building on Solaris. 18 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 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 Found another place where we should be using the umask (thanks jcmoore) 18 years ago
ast_expr2.c Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 18 years ago
ast_expr2.fl Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 18 years ago
ast_expr2.h Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 18 years ago
ast_expr2.y Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 18 years ago
ast_expr2f.c Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue #10104) 18 years ago
asterisk.c Fix a small memory leak. ast_unregister_atexit() did not free the entry it removed. 18 years ago
astmm.c Add some improvements to lock debugging. These changes take effect 18 years ago
astobj2.c Remove the typedefs on ao2_container and ao2_iterator. This is simply because 18 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 Fix for building on PowerPC under Linux. 18 years ago
cdr.c via issue 10599, where 'CDR already initialized' messages are being generated. Since all channels will have an init'd CDR attached at creation time, this message is now particularly useless. Removed. 18 years ago
channel.c (closes issue #10650) 18 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c (closes issue #10351) 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 Fix an issue with using UpdateConfig (manager action) where escaped semicolons 18 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c Merged revisions 71288 via svnmerge from 18 years ago
devicestate.c Merged revisions 67593 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 (closes issue #10610) 18 years ago
dnsmgr.c Remember the DNS lookup done when dnsmgr is called for the first time so that it does not needlessly spit out changed messages when the host really didn't change. 18 years ago
dsp.c Improve the debouncing logic in the DTMF detector to fix some reliability 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 Fix an issue that can occur when you do an attended transfer to parking. If 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 Put the speex packetization values back in but disable it when setting up the smoother. 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 18 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 When shutting down "gracefully", go through and run the unload() callbacks for 18 years ago
logger.c Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never 18 years ago
manager.c Eliminate a compiler warning with gcc 4.2 by constifying a char * 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 (closes issue #10603) 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 (closes issue #10562) 18 years ago
say.c Fix an issue that can occur when you do an attended transfer to parking. If 18 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 Fix slinfactory logic when dealing with frames coming in that may already be in the signed linear format. 18 years ago
srv.c merge new_loader_completion branch, including (at least): 19 years ago
strcompat.c Include stdarg.h for build issues on Solaris 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 plc_samples warning when registering a translator. (issue #9897 reported by xylome) 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 Don't send a semicolon over the wire in sip notify messages. 18 years ago