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 f826e84059
Fix samples vs. length calculations for g722
18 years ago
..
db1-ast clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 18 years ago
editline Allow filename completion on zero-length modules, remove a memory leak, remove 18 years ago
stdtime Also set up gmtoff (this is used in the %z gnu extension to strftime) 18 years ago
Makefile This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 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 on second thought... revert all the other changes i've made in app options parsing leaving only one: if an empty argument is supplied for an option, set that argument pointer to point to an empty string rather than NULL, so that the application can do normal checks on it without worrying about it being NULL 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 This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 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 This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 18 years ago
asterisk.c Apply multiple crash fixes, found in issue #11386, but not completely 18 years ago
astmm.c Remove a lock that doesn't make any sense. The regions lock needs to be held 18 years ago
astobj2.c Change the behavior of ao2_link(). Previously, in inherited a reference. 18 years ago
autoservice.c Increase constants to where we're less likely to hit them while debugging. 18 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 closes issue #11379; OK, this is an attempt to make both sides happy. To the cdr.conf file, I added the option 'unanswered', which defaults to 'no'. In this mode, you will see a cdr for a call, whether it was answered or not. The disposition will be NO ANSWER or ANSWERED, as appropriate. The src is as you'd expect, the destination channel will be one of the channels from the Dial() call, usually the last in the list if more than one chan was specified. With unanswered set to 'yes', you will still see this cdr entry in both cases. But in the case where the dial timed out, you will also see a cdr for each line attempted, marked NO ANSWER, with no destination channel name. The new option defaults to 'no', so you don't see the pesky extra cdr's by default, and you will not see the irritating 'not posted' messages. 18 years ago
channel.c Don't report a syntax error when an empty string is passed to ast_get_group. 18 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c Correctly display a message if a command could not be found. 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 There are a lot of existing systems that #include non-existent files. So, to 18 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c Suppress a LOG_DEBUG message if debug is not enabled. 18 years ago
devicestate.c Don't pass an empty string as the device name. 18 years ago
dial.c Since we are freeing list elements within a list traversal, we need to use the safe 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 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 years ago
dsp.c We need to make sure we free the input frame if we return a different frame in ast_dsp_process. 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 Use of "private" as a field name in a header file messes with C++ projects 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 Fix samples vs. length calculations for g722 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 18 years ago
global_datastores.c Fix potential memory leak with the dialed interfaces list if another memory allocation fails. 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 Fixing a typo in a comment. 18 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c Add a new module flag to indicate that a build sum is present. Modules built 18 years ago
logger.c Make sure logger is reloaded at general reload in the cli. 18 years ago
manager.c make this comment explain the situation in an even more explicit fashion 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 Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete writelocks the conlock, then 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 Add G729A as another possible payload name for G729. Some devices use this instead of G729, which is perfectly normal since the payload number itself is defined and can't be used by anything else so the name doesn't matter that much. 18 years ago
say.c Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup. 18 years ago
sched.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 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 Return the proper value when the srv_callback function executes properly. 18 years ago
strcompat.c Include stdarg.h for build issues on Solaris 18 years ago
tdd.c Bug fixes to tdd support in zaptel. 18 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 Make the lock in the threadstorage debugging code untracked to avoid a deadlock 18 years ago
translate.c Simplify this code with a suggestion from Luigi on the asterisk-dev list. 18 years ago
udptl.c Fix various in the udptl implementation. It could return empty modem frames, have an incorrect sequence number on packets, and display the wrong sequence number in the debug messages. 18 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c Increase constants to where we're less likely to hit them while debugging. 18 years ago