aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Merged revisions 90155 via svnmerge from tilghman1-1/+1
2007-11-29restore behavior from the 1.4 branch... manager users created via users.conf ...kpfleming1-0/+4
2007-11-29Merged revisions 90145 via svnmerge from russell1-0/+4
2007-11-29Merged revisions 90142 via svnmerge from russell1-0/+5
2007-11-28Merged revisions 90098 via svnmerge from kpfleming1-2/+5
2007-11-28file says... compile before you commit!file1-3/+4
2007-11-28Removing a pointless check of option_debugmmichelson1-3/+1
2007-11-28Merged revisions 90059 via svnmerge from mmichelson1-6/+0
2007-11-28Made expr2 parser 8-bit transparentmurf2-119/+935
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.qwell2-51/+33
2007-11-28Hide CLI commands starting with _ from tab completion as was done previously.file1-0/+3
2007-11-28Fix a few log messages.file1-1/+1
2007-11-28Merged revisions 89893 via svnmerge from russell1-0/+4
2007-11-27Merged revisions 89886 via svnmerge from russell1-0/+3
2007-11-27Merged revisions 89839 via svnmerge from russell1-8/+16
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...murf1-1/+2
2007-11-27Merged revisions 89790 via svnmerge from russell2-6/+88
2007-11-27A few more "moremanager" fixesoej3-1/+5
2007-11-27More "moremanager" fixes. Manager commands to check module status.oej2-0/+131
2007-11-27Merged revisions 89709 via svnmerge from kpfleming1-5/+1
2007-11-27Merged revisions 89701 via svnmerge from kpfleming1-2/+5
2007-11-27The following patch with updates for trunk. Works much better in trunk.oej1-3/+16
2007-11-27Ensure the value returned from ast_random is between 0 and RAND_MAX on 64-bit...file1-1/+3
2007-11-27Merged revisions 89622 via svnmerge from murf1-2/+11
2007-11-26Merged revisions 89610 via svnmerge from file1-5/+24
2007-11-26- Mark "concise" as deprecatedoej1-1/+3
2007-11-26Merged revisions 89594 via svnmerge from russell1-0/+2
2007-11-26closes issue #11356; Many thanks to snuffy for his code review and changes to...murf1-34/+33
2007-11-26Merged revisions 89586 via svnmerge from kpfleming1-1/+2
2007-11-26Thanks to pnlarsson for noting the spelling error in the cli commands. Also, ...murf1-2/+2
2007-11-26Revert change for 11348 until it can be looked at even more.file1-1/+1
2007-11-26Merged revisions 89577 via svnmerge from file1-0/+1
2007-11-26Make the behavior of using /dev/urandom for random numbers the same as random().file1-2/+4
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...oej1-7/+7
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...murf1-87/+212
2007-11-24Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse...murf1-0/+1
2007-11-24remove some unnecessary includesrizzo3-13/+2
2007-11-24Merged revisions 89540 via svnmerge from tilghman1-3/+11
2007-11-23Merged revisions 89536 via svnmerge from tilghman1-25/+69
2007-11-22more removal of fcntl.h and other system headersrizzo2-12/+0
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-1/+0
2007-11-22implement the split of file.h and mod_format.hrizzo1-2/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo42-42/+0
2007-11-21add a missing returnrizzo1-0/+1
2007-11-21closes issue #11290; the proposed patch was a good guess, and would solve the...murf1-43/+93
2007-11-21Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define andrussell1-379/+14
2007-11-21There existed about a 1 in 4 billion chance that reading from /dev/urandommmichelson1-1/+1
2007-11-21I introduced a deadlock avoidance into 1.4, which I attempted to port to trun...mmichelson1-2/+0
2007-11-21remove some debugging code that doesn't compile on 64-bit platformskpfleming1-60/+15
2007-11-21closes issue #11265; Thanks to snuffy for his work on neatening up the code a...murf1-83/+13