summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Fixing a problem pointed out by QwellMark Michelson
2007-11-16Added some locks that should have been around astman_send_error,Mark Michelson
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-15Merged revisions 89288 via svnmerge from Mark Michelson
2007-11-15Merged revisions 89286 via svnmerge from Mark Michelson
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-05Merged revisions 84742 via svnmerge from Russell Bryant
2007-10-01Merged revisions 84274 via svnmerge from Dwayne M. Hubbard
2007-09-27Merged revisions 84018 via svnmerge from Dwayne M. Hubbard
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...Tilghman Lesher
2007-09-19Merged revisions 83121 via svnmerge from Russell Bryant
2007-09-19Extend manager show connected with additional information.Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-09-18Merged revisions 82867 via svnmerge from Russell Bryant
2007-09-11(closes issue #10695)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-07Use the linkedlists.h macros for the manager action list.Joshua Colp
2007-07-30Remove an XXX comment noting that it would be nice for a declaration to beRussell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-24Move manager users list over to an rwlist.Joshua Colp
2007-07-23Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, i...Joshua Colp
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-09Make sure the idText variable is empty, and put it in the right place for the...Joshua Colp
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachRussell Bryant
2007-07-02Add a CLI command to dump the built-in manager action documentationRussell Bryant
2007-07-02Merged revisions 72926 via svnmerge from Russell Bryant
2007-06-29Merge changes from team/russell/http_filetxferRussell Bryant
2007-06-29Merged revisions 72556 via svnmerge from Tilghman Lesher
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-24Merged revisions 71289 via svnmerge from Tilghman Lesher
2007-06-21Add manager events for RTCP statistics.Jason Parker
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Couple of manager ssl options weren't loading because of a typo.Brett Bryant
2007-06-11Change displayconnects option in manager.conf to be per-user.Jason Parker
2007-06-11Add username completion for manager show user CLI command. (issue #9929 repor...Joshua Colp
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Minor formatting change to test closing mantis issues through commit tagsRussell Bryant
2007-06-06Minor formatting change to test closing mantis issues through commit tagsRussell Bryant
2007-06-05Make sure we default allowmultiplelogin to on/yes, per the default stated in ...Jason Parker
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-05-24Merged revisions 65902 via svnmerge from Joshua Colp
2007-05-17Add an option that lets you only allow one connection at a time for eachRussell Bryant
2007-05-11Merged revisions 63982 via svnmerge from Jason Parker
2007-05-11Merged revisions 63886 via svnmerge from Russell Bryant