summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2009-01-19Merged revisions 169364 via svnmerge from Tilghman Lesher
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-18(closes issue #13993)Jeff Peeler
2008-12-16Merged revisions 164806 via svnmerge from Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-08Allocate enough space initially for the message.Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-03Another place this is missingJason Parker
2008-12-03Fix typo when ListCategories returns none.Jason Parker
2008-12-01Merged revisions 159976 via svnmerge from Sean Bright
2008-12-01Merged revisions 159897 via svnmerge from Michiel van Baak
2008-11-26add support for event suppression for AMI-over-HTTPKevin P. Fleming
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-11-21Make sure we add the Event header for CoreShowChannels.Jason Parker
2008-11-14Ping is missing the standard double-newline after the event.Tilghman Lesher
2008-11-13Merged revisions 156688 via svnmerge from Tilghman Lesher
2008-11-11 changing comment style to conform coding guidelinesPari Nannapaneni
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...Pari Nannapaneni
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...BJ Weschke
2008-10-16Merged revisions 150304 via svnmerge from Mark Michelson
2008-10-16Merged revisions 150298,150301 via svnmerge from Mark Michelson
2008-10-09The priority was unnecessary for the manager atxfer, so it hasMark Michelson
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-25Merged revisions 139927 via svnmerge from Jeff Peeler
2008-08-22Merged revisions 139621 via svnmerge from Jeff Peeler
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-25Revert tilghman and pari's code changes, asBrandon Kruse
2008-07-18Fixes problem where manager users loaded from users.conf would be Brett Bryant
2008-07-18Russell pointed out that using ast_strdupa() within a loop like this isTilghman Lesher
2008-07-18Fix trunk devmodeTilghman Lesher
2008-07-18 updateconfig is not uri decoding variables,values from the GET urlPari Nannapaneni
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-13Merged revisions 130573 via svnmerge from Michiel van Baak
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-06Changing name of global api call to ast_* Olle Johansson
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-06-02Merged revisions 119742 via svnmerge from Russell Bryant
2008-05-23Add new functionality to http server that requires manager authentication for...Brett Bryant
2008-05-20+ Implement a variant of astman_get_header() to return the first orLuigi Rizzo