summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2007-05-04Convert spaces to tabs for indentation.Russell Bryant
2007-05-04Add "CoreStatus" - from the moremanager branch.Olle Johansson
2007-05-04- Add manager command CoreSettingsOlle Johansson
2007-04-24Merged revisions 61787 via svnmerge from Russell Bryant
2007-04-23When building a JSON encoded string in the GetConfigJSON manager action, escapeRussell Bryant
2007-04-20Merged revisions 61690 via svnmerge from Russell Bryant
2007-04-19Merged revisions 61683 via svnmerge from Tilghman Lesher
2007-04-10Issue 6082 - New DTMF event for managerTilghman Lesher
2007-04-09Add hint to ExtensionStatus AMI event in managerOlle Johansson
2007-04-06Merged revisions 60603 via svnmerge from Russell Bryant
2007-04-04Merged revisions 60137 via svnmerge from Russell Bryant
2007-03-07Merged revisions 58165 via svnmerge from Russell Bryant
2007-02-24Doxygen updates and correctionsOlle Johansson
2007-02-23Introduce a new manager action, GetConfigJSON, which is intended to improveRussell Bryant
2007-02-16Properly handle an error result from a manager action. This could have left t...Joshua Colp
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2007-02-08It is with pleasure that I announce the return of rawman support through the ...Joshua Colp
2007-02-06Merged revisions 53246 via svnmerge from Tilghman Lesher
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-29Merged revisions 52688 via svnmerge from Russell Bryant
2007-01-29The changes for trunk are less extensive, but includeRussell Bryant
2007-01-24Close file after we do the translation, and map memory for both reading/writi...Joshua Colp
2007-01-23Merged revisions 51781 via svnmerge from Russell Bryant
2007-01-23Merged revisions 51750 via svnmerge from Russell Bryant
2007-01-19Break out of the config processing loop for manager.conf once the correct userRussell Bryant
2007-01-18Fix trunk version of manager support for users.conf. Now it actually paysRussell Bryant
2007-01-18Merged revisions 51233 via svnmerge from Russell Bryant
2007-01-15Merged revisions 50895 via svnmerge from Joshua Colp
2007-01-12Exit from session loop upon error (ie: they disconnected) and don't do any bu...Joshua Colp
2007-01-12Merged revisions 50602 via svnmerge from Joshua Colp
2007-01-06probably shouldn't leave the mmap'ed file hanging around in memoryKevin P. Fleming
2007-01-05a little more const-ificationKevin P. Fleming
2007-01-05Merged revisions 49680 via svnmerge from Kevin P. Fleming
2007-01-05use mmap() to read in the results of the manager action for an HTTP request, ...Kevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2007-01-04It's pretty difficult to pthread_kill a thread that doesn't exist. (issue #86...Joshua Colp
2007-01-01Fix manager too. Olle Johansson
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-23Remove a debug message. If this is still needed for debugging something,Russell Bryant
2006-12-18Replace ast_build_string with ast_str_*().Luigi Rizzo
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15unbreak the output for http session.Luigi Rizzo
2006-12-12properly initialize a malloc'ed bufferLuigi Rizzo
2006-12-12normalize the scanning of "general" options in the config file.Luigi Rizzo
2006-12-11make sure the argument to ast_malloc() is > 0.Luigi Rizzo
2006-12-07- Generalize the function ssl_setup() so that the certificate infoLuigi Rizzo
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...Steve Murphy
2006-12-06remove duplicated code to start the server threads, useLuigi Rizzo
2006-12-06Part of the transformations necessary to add TLS support,Luigi Rizzo