aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-13Merged revisions 33753 via svnmerge from russell1-10/+5
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-20/+20
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-1/+1
2006-06-08Doxygen updatesoej1-13/+13
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-6/+5
2006-05-30move processing of 'languageprefix' option to proper section of config filekpfleming1-11/+8
2006-05-29remove unused includerizzo1-1/+0
2006-05-26Fix various problems in the addition of the ability to mute log/verboserussell1-12/+10
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...file1-4/+61
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-17/+29
2006-05-19Merged revisions 28754 via svnmerge from russell1-1/+5
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmoej1-0/+3
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-6/+6
2006-05-07Merged revisions 25288 via svnmerge from bweschke1-0/+1
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+2
2006-04-30add a command-line flag and option to force forking, even with -v or -dkpfleming1-1/+12
2006-04-30remove T38_SUPPORT define that is no longer neededkpfleming1-4/+0
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only onerussell1-0/+23
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