aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-11oops.. Fix the logic of the last commit.qwell1-1/+1
2007-05-11Better fallback method for autosystemname.qwell1-2/+4
2007-05-11Add autosystemname setting to asterisk.confqwell1-0/+10
2007-04-30Merged revisions 62369 via svnmerge from file1-2/+2
2007-04-28Merge changes from team/russell/eventsrussell1-0/+1
2007-04-11fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf...dhubbard1-1/+1
2007-04-11changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)dhubbard1-7/+7
2007-04-11added HAVE_SYSINFO preprocessor directives for portability and general happinessdhubbard1-1/+15
2007-04-11added option_minmemfree for use in asterisk.conf to specify the amount of min...dhubbard1-0/+43
2007-04-09Merged revisions 60850 via svnmerge from tilghman1-8/+6
2007-03-11grammatical errors are bad, mmmkay?kpfleming1-4/+4
2007-03-11Add CLI command "marko show birthday" to show "birthday information"qwell1-0/+83
2007-02-26Merged revisions 56783 via svnmerge from file1-6/+6
2007-02-26Remove redundant check to ensure that LOW_MEMORY is not defined.russell1-2/+0
2007-02-23Merged revisions 56505 via svnmerge from russell1-22/+48
2007-02-16Merged revisions 54886 via svnmerge from qwell1-1/+1
2007-02-14Show version in "core show settings"oej1-0/+1
2007-02-14New CLI command "Core show settings" to list some core settingsoej1-1/+66
2007-02-13Use spaces instead of tabs in the help text for a CLI commandrussell1-2/+2
2007-02-13Simplify WELCOME_MESSAGE to be a single function call instead of one for eachrussell1-9/+9
2007-02-13- Constify the format string passed to ast_cli()russell1-48/+42
2007-02-01Merged revisions 53072 via svnmerge from file1-1/+1
2007-01-30Merged revisions 52904 via svnmerge from russell1-4/+17
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-2/+2
2007-01-19Merged revisions 51302 via svnmerge from russell1-0/+2
2007-01-04Merged revisions 49553 via svnmerge from kpfleming1-0/+3
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-8/+8
2006-12-27apparently we need an explicit message to warn peoplekpfleming1-1/+3
2006-12-27make the 'languageprefix' option default to on, and deprecate turning it offkpfleming1-0/+3
2006-12-27Merged revisions 48998 via svnmerge from kpfleming1-2/+0
2006-12-06Constify a bunch of the usage strings for CLI commands.russell1-13/+13
2006-11-22Add support to set the maximum number of files open when Asterisk loads using...file1-0/+26
2006-11-09Merged revisions 47352 via svnmerge from russell1-1/+1
2006-11-07fix "core show profile" parsing.rizzo1-6/+6
2006-11-04Merged revisions 47195 via svnmerge from russell1-2/+2
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-14/+14
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-1/+1
2006-10-29Small formatting changesoej1-43/+26
2006-10-27Merged revisions 46363 via svnmerge from russell1-1/+1
2006-10-18Merged revisions 45595 via svnmerge from file1-0/+4
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-4/+4
2006-10-04Merged revisions 44322 via svnmerge from kpfleming1-1/+1
2006-10-02clean up formatting and conformance to code guidelineskpfleming1-5/+7
2006-10-02Uhm yah, not sure who committed this into trunk... Anyway, I think this markster1-3/+1
2006-09-29Merged revisions 44053 via svnmerge from qwell1-2/+2
2006-09-27Add ability to set high ToS bits as non-root on Linux using libcap (issue #70...file1-5/+26
2006-09-26Merged revisions 43710 via svnmerge from russell1-13/+11
2006-09-21Remove deprecated CLI apps from the coretilghman1-66/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18always use fork() when availablekpfleming1-3/+3