Make manager response to "Action: events" finish with empty line
[asterisk/asterisk.git] / main / manager.c
2009-12-02 Jeff PeelerMake manager response to "Action: events" finish with...
2009-11-13 Tilghman LesherDisplay a list of channel variables in each channel...
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-11-04 Olle JohanssonAdd destruction of iterators to avoid problems with...
2009-11-03 Russell BryantResolve a warning from gcc 4.4.1.
2009-11-03 David BrooksAMI hook interface
2009-10-27 Tilghman LesherMerged revisions 226138 via svnmerge from
2009-10-21 Kevin P. FlemingFinish implementaton of astobj2 OBJ_MULTIPLE, and conve...
2009-09-25 Kevin P. FlemingEliminate unnecessary include of version.h in manager.c.
2009-09-09 Sean BrightProperly terminate the response to the manager Ping...
2009-08-31 Tilghman LesherProperly initialize the session to prevent a crash.
2009-08-27 Tilghman LesherEnsure that we check for the special value CONFIG_STATU...
2009-08-18 Sean BrightMerged revisions 212763 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-07-21 Mark MichelsonMerged revisions 207714 via svnmerge from
2009-07-11 Russell BryantAdd an API for reporting security events, and a securit...
2009-06-26 Mark MichelsonAdd timestamp to response to "Ping" manager action.
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-16 Russell BryantDon't claim a char * is a mansession object.
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-05-31 Russell BryantConstification and remove some unused code.
2009-05-26 Sean BrightAdd ActionID to CoreShowChannel event.
2009-05-26 Sean BrightInclude startup and reload date in the CoreStatus manag...
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-18 Eliel C. SardanonsFix the CLI command 'manager show command' documentatio...
2009-05-18 Eliel C. SardanonsRollback commit 195367.
2009-05-18 Eliel C. SardanonsAvoid autocompleting passed the action name argument...
2009-05-13 Eliel C. SardanonsDo not lock the 'sessions' container, lock the allocate...
2009-05-12 Eliel C. SardanonsFix a crash when logging out from the AMI and avoid...
2009-05-02 Kevin P. FlemingRemove rarely-used event_log/LOG_EVENT support
2009-04-29 David VosselConsistent SSL/TLS options across conf files
2009-04-27 Joshua ColpFix a bug where we tried to send events out when no...
2009-04-24 David VosselTLS/SSL private key option
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-23 Tilghman LesherSupport HTTP digest authentication for the http manager...
2009-04-20 Doug BaileyMerged revisions 189391 via svnmerge from
2009-04-10 Tilghman LesherModify headers and macros, according to Russell's sugge...
2009-04-09 Tilghman LesherMerged revisions 187428 via svnmerge from
2009-04-07 Mark MichelsonMerged revisions 186719 via svnmerge from
2009-04-01 Tilghman LesherMerge changes from str_substitution that are unrelated...
2009-04-01 Mark MichelsonAddress Russell's comments regarding rev 185704.
2009-04-01 Mark MichelsonAllow the AMI Hangup command to accept a Cause header.
2009-03-27 Russell BryantUse ast_random() instead of rand() to ensure we use...
2009-03-10 Joshua ColpReset the thread local string buffer when handling...
2009-02-10 Mark MichelsonFix an fd leak that would occur in HTTP AMI sessions
2009-02-06 Russell BryantResolve a memory leak that would occur on an invalid...
2009-02-02 Mark MichelsonReverting commit number 173028 as there are some
2009-02-02 Mark MichelsonAdd a CLI command to log out a manager user
2009-01-28 Steve MurphyMerged revisions 172030 via svnmerge from
2009-01-19 Tilghman LesherMerged revisions 169364 via svnmerge from
2008-12-22 Russell BryantIntroduce ast_careful_fwrite() and use in AMI to preven...
2008-12-18 Jeff Peeler(closes issue #13993)
2008-12-16 Russell BryantMerged revisions 164806 via svnmerge from
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-08 Tilghman LesherAllocate enough space initially for the message.
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-12-03 Jason ParkerAnother place this is missing
2008-12-03 Jason ParkerFix typo when ListCategories returns none.
2008-12-01 Sean BrightMerged revisions 159976 via svnmerge from
2008-12-01 Michiel van BaakMerged revisions 159897 via svnmerge from
2008-11-26 Kevin P. Flemingadd support for event suppression for AMI-over-HTTP
2008-11-25 Sean BrightThis is basically a complete rollback of r155401, as...
2008-11-24 Matthew NicholsonAdded EVENT_FLAG_AGI and used it for manager calls...
2008-11-21 Jason ParkerMake sure we add the Event header for CoreShowChannels.
2008-11-14 Tilghman LesherPing is missing the standard double-newline after the...
2008-11-13 Tilghman LesherMerged revisions 156688 via svnmerge from
2008-11-11 Pari Nannapaneni changing comment style to conform coding guidelines
2008-11-11 Pari Nannapaneni Patch by Ryan Brindley -- Make sure that manager refus...
2008-11-07 Sean BrightAdd ability to pass arbitrary data to the ao2_callback_...
2008-11-04 Tilghman LesherSlightly optimize ast_devstate_str and rename global...
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-10-19 Kevin P. Flemingcleaup of the TCP/TLS socket API:
2008-10-18 BJ Weschke Using the GetVar handler in AMI is potentially dangero...
2008-10-16 Mark MichelsonMerged revisions 150304 via svnmerge from
2008-10-16 Mark MichelsonMerged revisions 150298,150301 via svnmerge from
2008-10-09 Mark MichelsonThe priority was unnecessary for the manager atxfer...
2008-09-28 Michiel van BaakMerge the cli_cleanup branch.
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-29 Mark MichelsonMerged revisions 140488 via svnmerge from
2008-08-25 Jeff PeelerMerged revisions 139927 via svnmerge from
2008-08-22 Jeff PeelerMerged revisions 139621 via svnmerge from
2008-08-10 Sean BrightAnother big chunk of changes from the RSW branch. ...
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-07-25 Brandon KruseRevert tilghman and pari's code changes, as
2008-07-18 Brett BryantFixes problem where manager users loaded from users...
2008-07-18 Tilghman LesherRussell pointed out that using ast_strdupa() within...
2008-07-18 Tilghman LesherFix trunk devmode
2008-07-18 Pari Nannapaneni updateconfig is not uri decoding variables,values...
2008-07-15 Tilghman LesherMerged revisions 130959 via svnmerge from
2008-07-13 Michiel van BaakMerged revisions 130573 via svnmerge from
2008-07-09 Tilghman LesherCode wasn't ready to be merged - see -dev list discussion
2008-07-08 Brett BryantJanitor project to convert sizeof to ARRAY_LEN macro.
2008-07-06 Olle JohanssonChanging name of global api call to ast_*
2008-07-05 Olle JohanssonImplement flags for AGI in the channel structure so...
2008-07-02 Tilghman LesherKeep ast_app_inboxcount API compatible with 1.6.0.
2008-06-17 Brett BryantUpdates all usages of ast_tcptls_session_instance to...
2008-06-02 Russell BryantMerged revisions 119742 via svnmerge from
2008-05-23 Brett BryantAdd new functionality to http server that requires...
2008-05-20 Luigi Rizzo+ Implement a variant of astman_get_header() to return...
next