summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2007-11-28Made expr2 parser 8-bit transparentSteve Murphy
2007-11-28Remove "old"-style CLI handler, since nothing uses it anymore.Jason Parker
2007-11-28Hide CLI commands starting with _ from tab completion as was done previously.Joshua Colp
2007-11-28Fix a few log messages.Joshua Colp
2007-11-28Merged revisions 89893 via svnmerge from Russell Bryant
2007-11-27Merged revisions 89886 via svnmerge from Russell Bryant
2007-11-27Merged revisions 89839 via svnmerge from Russell Bryant
2007-11-27closes issue #11294; missed the conditional unlock of the contexts when the h...Steve Murphy
2007-11-27Merged revisions 89790 via svnmerge from Russell Bryant
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-27More "moremanager" fixes. Manager commands to check module status.Olle Johansson
2007-11-27Merged revisions 89709 via svnmerge from Kevin P. Fleming
2007-11-27Merged revisions 89701 via svnmerge from Kevin P. Fleming
2007-11-27The following patch with updates for trunk. Works much better in trunk.Olle Johansson
2007-11-27Ensure the value returned from ast_random is between 0 and RAND_MAX on 64-bit...Joshua Colp
2007-11-27Merged revisions 89622 via svnmerge from Steve Murphy
2007-11-26Merged revisions 89610 via svnmerge from Joshua Colp
2007-11-26- Mark "concise" as deprecatedOlle Johansson
2007-11-26Merged revisions 89594 via svnmerge from Russell Bryant
2007-11-26closes issue #11356; Many thanks to snuffy for his code review and changes to...Steve Murphy
2007-11-26Merged revisions 89586 via svnmerge from Kevin P. Fleming
2007-11-26Thanks to pnlarsson for noting the spelling error in the cli commands. Also, ...Steve Murphy
2007-11-26Revert change for 11348 until it can be looked at even more.Joshua Colp
2007-11-26Merged revisions 89577 via svnmerge from Joshua Colp
2007-11-26Make the behavior of using /dev/urandom for random numbers the same as random().Joshua Colp
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...Olle Johansson
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...Steve Murphy
2007-11-24Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse...Steve Murphy
2007-11-24remove some unnecessary includesLuigi Rizzo
2007-11-24Merged revisions 89540 via svnmerge from Tilghman Lesher
2007-11-23Merged revisions 89536 via svnmerge from Tilghman Lesher
2007-11-22more removal of fcntl.h and other system headersLuigi Rizzo
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-22implement the split of file.h and mod_format.hLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21add a missing returnLuigi Rizzo
2007-11-21closes issue #11290; the proposed patch was a good guess, and would solve the...Steve Murphy
2007-11-21Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define andRussell Bryant
2007-11-21There existed about a 1 in 4 billion chance that reading from /dev/urandomMark Michelson
2007-11-21I introduced a deadlock avoidance into 1.4, which I attempted to port to trun...Mark Michelson
2007-11-21remove some debugging code that doesn't compile on 64-bit platformsKevin P. Fleming
2007-11-21closes issue #11265; Thanks to snuffy for his work on neatening up the code a...Steve Murphy
2007-11-21add missing paths.hLuigi Rizzo
2007-11-21A free in add_pri was ultimately the source of the grief we were having with ...Steve Murphy
2007-11-21more header removal/normalizationLuigi Rizzo
2007-11-20Add support for new recorded character soundsTilghman Lesher
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-20switch compile-time option checking to string storage mode in this branch tooKevin P. Fleming
2007-11-20Merged revisions 89457 via svnmerge from Mark Michelson