aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-19support 'languageprefix' in asterisk.conf to modify the algorithmrizzo1-0/+4
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...file1-1/+1
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-0/+4
2006-04-14normalize cli completion coderizzo1-5/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-1/+1
2006-04-12whoops... remove an extra line.rizzo1-1/+0
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-0/+211
2006-04-11Merged revisions 19351 via svnmerge from tilghman1-0/+2
2006-03-31Issue 5852 (casper) Code clean up, adding documentation on new switches. Thanks!oej1-132/+126
2006-03-30Merged revisions 16579 via svnmerge from tilghman1-1/+1
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsrussell1-5/+2
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-1/+11
2006-03-28bring in the code that was discussed on Mantis #6068,rizzo1-0/+1
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-1/+4
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-3/+3
2006-03-14clarify which global options are enabled by defaultrussell1-1/+1
2006-03-02Merged revisions 11609 via svnmerge from tilghman1-5/+8
2006-02-28Merged revisions 11408 via svnmerge from russell1-1/+2
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-0/+3
2006-02-14more memory allocation wrapper conversion (issue #6365)kpfleming1-20/+20
2006-02-14#ifdef the include too.bweschke1-1/+4
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks riz...bweschke1-0/+2
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump cor...bweschke1-0/+7
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)russell1-24/+16
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-17Merged revisions 8122 via svnmerge from kpfleming1-1/+1
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ...kpfleming1-4/+4
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-1/+1
2006-01-13adding more output for shutdown. as per 6102mogorman1-0/+2
2006-01-12More changes to make t.38 support workmattf1-0/+6
2006-01-10Bug 5961 - new RAND() functiontilghman1-1/+3
2006-01-08you need to setgid in addition to initgroups...markster1-1/+5
2006-01-07oopsmarkster1-1/+1
2006-01-07Only set group for "runuser" if "rungroup" is not specified.markster1-3/+5
2006-01-07Initialize groups properlymarkster1-0/+4
2006-01-07Fix CLI breakagemarkster1-6/+8
2005-12-27when doing tab completion, iterate the list of matches to count how many thererussell1-5/+6
2005-12-26Merged revisions 7634 via svnmerge from russell1-6/+8
2005-12-23Merged revisions 7606 via svnmerge from kpfleming1-4/+84
2005-12-21- change the default value of the global priority jumping option to 'off'russell1-1/+1
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-100/+81
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-22/+36
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+1
2005-11-08whitespace fixkpfleming1-1/+1
2005-11-08issue #5581kpfleming1-3/+2
2005-11-08issue #5599kpfleming1-0/+3
2005-11-08issue #5621kpfleming1-0/+16
2005-11-05stop recompiling cli.c on every 'make'kpfleming1-1/+0
2005-11-01issue #4678kpfleming1-0/+4