summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-04-30add a command-line flag and option to force forking, even with -v or -dKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only oneRussell Bryant
2006-04-19support 'languageprefix' in asterisk.conf to modify the algorithmLuigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-14normalize cli completion codeLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-12whoops... remove an extra line.Luigi Rizzo
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-04-11Merged revisions 19351 via svnmerge from Tilghman Lesher
2006-03-31Issue 5852 (casper) Code clean up, adding documentation on new switches. Thanks!Olle Johansson
2006-03-30Merged revisions 16579 via svnmerge from Tilghman Lesher
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsRussell Bryant
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-14clarify which global options are enabled by defaultRussell Bryant
2006-03-02Merged revisions 11609 via svnmerge from Tilghman Lesher
2006-02-28Merged revisions 11408 via svnmerge from Russell Bryant
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
2006-02-14#ifdef the include too.BJ Weschke
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks riz...BJ Weschke
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump cor...BJ Weschke
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17Merged revisions 8122 via svnmerge from Kevin P. Fleming
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ...Kevin P. Fleming
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-13adding more output for shutdown. as per 6102Matt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-08you need to setgid in addition to initgroups...Mark Spencer
2006-01-07oopsMark Spencer
2006-01-07Only set group for "runuser" if "rungroup" is not specified.Mark Spencer
2006-01-07Initialize groups properlyMark Spencer
2006-01-07Fix CLI breakageMark Spencer
2005-12-27when doing tab completion, iterate the list of matches to count how many thereRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-23Merged revisions 7606 via svnmerge from Kevin P. Fleming
2005-12-21- change the default value of the global priority jumping option to 'off'Russell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-08whitespace fixKevin P. Fleming
2005-11-08issue #5581Kevin P. Fleming