aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Add an option that lets you only allow one connection at a time for eachrussell1-0/+29
2007-05-11Merged revisions 63982 via svnmerge from qwell1-1/+1
2007-05-11Merged revisions 63886 via svnmerge from russell1-0/+4
2007-05-10Merged revisions 63804 via svnmerge from russell1-3/+7
2007-05-04Convert spaces to tabs for indentation.russell1-6/+5
2007-05-04Add "CoreStatus" - from the moremanager branch.oej1-0/+37
2007-05-04- Add manager command CoreSettingsoej1-1/+49
2007-04-24Merged revisions 61787 via svnmerge from russell1-1/+2
2007-04-23When building a JSON encoded string in the GetConfigJSON manager action, escaperussell1-2/+36
2007-04-20Merged revisions 61690 via svnmerge from russell1-2/+8
2007-04-19Merged revisions 61683 via svnmerge from tilghman1-1/+2
2007-04-10Issue 6082 - New DTMF event for managertilghman1-0/+1
2007-04-09Add hint to ExtensionStatus AMI event in manageroej1-1/+4
2007-04-06Merged revisions 60603 via svnmerge from russell1-0/+38
2007-04-04Merged revisions 60137 via svnmerge from russell1-2/+2
2007-03-07Merged revisions 58165 via svnmerge from russell1-0/+11
2007-02-24Doxygen updates and correctionsoej1-1/+8
2007-02-23Introduce a new manager action, GetConfigJSON, which is intended to improverussell1-0/+47
2007-02-16Properly handle an error result from a manager action. This could have left t...file1-5/+3
2007-02-14New CLI command "Core show settings" to list some core settingsoej1-6/+16
2007-02-08It is with pleasure that I announce the return of rawman support through the ...file1-8/+9
2007-02-06Merged revisions 53246 via svnmerge from tilghman1-1/+1
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+1
2007-01-29Merged revisions 52688 via svnmerge from russell1-2/+0
2007-01-29The changes for trunk are less extensive, but includerussell1-23/+14
2007-01-24Close file after we do the translation, and map memory for both reading/writi...file1-2/+2
2007-01-23Merged revisions 51781 via svnmerge from russell1-2/+13
2007-01-23Merged revisions 51750 via svnmerge from russell1-11/+11
2007-01-19Break out of the config processing loop for manager.conf once the correct userrussell1-0/+1
2007-01-18Fix trunk version of manager support for users.conf. Now it actually paysrussell1-57/+62
2007-01-18Merged revisions 51233 via svnmerge from russell1-1/+35
2007-01-15Merged revisions 50895 via svnmerge from file1-2/+4
2007-01-12Exit from session loop upon error (ie: they disconnected) and don't do any bu...file1-6/+1
2007-01-12Merged revisions 50602 via svnmerge from file1-5/+5
2007-01-06probably shouldn't leave the mmap'ed file hanging around in memorykpfleming1-1/+3
2007-01-05a little more const-ificationkpfleming1-3/+3
2007-01-05Merged revisions 49680 via svnmerge from kpfleming1-3/+3
2007-01-05use mmap() to read in the results of the manager action for an HTTP request, ...kpfleming1-15/+10
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-160/+169
2007-01-04It's pretty difficult to pthread_kill a thread that doesn't exist. (issue #86...file1-5/+2
2007-01-01Fix manager too. oej1-1/+1
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-4/+4
2006-12-23Remove a debug message. If this is still needed for debugging something,russell1-2/+0
2006-12-18Replace ast_build_string with ast_str_*().rizzo1-33/+28
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo1-81/+77
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-11/+11
2006-12-15unbreak the output for http session.rizzo1-1/+1
2006-12-12properly initialize a malloc'ed bufferrizzo1-0/+1
2006-12-12normalize the scanning of "general" options in the config file.rizzo1-63/+46
2006-12-11make sure the argument to ast_malloc() is > 0.rizzo1-1/+1