aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Merged revisions 208924 via svnmerge from jpeeler1-2/+2
2009-07-25Merged revisions 208749 via svnmerge from jpeeler1-2/+2
2009-03-12Adjust translation table column widths based upon the translation times.tilghman1-8/+17
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-10-14Merged revisions 148611 via svnmerge from kpfleming1-1/+2
2008-10-09(closes issue #13557)murf1-1/+1
2008-08-06Merged revisions 135915 via svnmerge from tilghman1-1/+14
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-3/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-05Merged revisions 105932 via svnmerge from russell1-11/+3
2008-03-04Whitespace changes onlytilghman1-5/+5
2008-02-11Just some minor coding style cleanup...file1-2/+2
2008-01-31Merged revisions 101601 via svnmerge from russell1-0/+2
2008-01-15Clean up something I did for ABI compatability in 1.4russell1-3/+2
2008-01-15Merged revisions 98943 via svnmerge from russell1-3/+31
2008-01-14Merged revisions 98774 via svnmerge from russell1-4/+2
2008-01-11Fix "core show translation" to not output information for "unknown" codecs.mmichelson1-1/+6
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Merged revisions 97973 via svnmerge from tilghman1-1/+4
2008-01-10Merged revisions 97976 via svnmerge from russell1-7/+37
2008-01-10spaces to tabsrussell1-1/+1
2008-01-02For some odd reason, the last set of libresample build changes from Kevin didrussell1-6/+0
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming1-0/+6
2008-01-02Make the translation table show slin16russell1-1/+1
2007-12-27Merged revisions 94828-94829 via svnmerge from russell1-4/+4
2007-12-17Merged revisions 93381 via svnmerge from qwell1-4/+5
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...file1-2/+3
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17trim more redundant headersrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-06Commit some cleanups to the format type code.tilghman1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-22/+27
2007-09-29Let's use process time instead of wall clock time for show translationmattf1-5/+7
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf1-9/+12
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-7/+3
2007-07-25change the debug level to 3 for an exceedingly annoying messagerizzo1-1/+1
2007-06-24Conversions to ast_debug()russell1-4/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+2
2007-06-06Merged revisions 67631 via svnmerge from file1-1/+1
2007-05-24Merged revisions 65877 via svnmerge from qwell1-1/+3
2006-12-16convert ast_build_str to ast_str_*rizzo1-13/+10
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-11-24This fix inspired by a patch supplied in bug 8189, which points out problems ...murf1-0/+1
2006-11-02Convert translation core linked list over to read/write based one, since it s...file1-30/+32