summaryrefslogtreecommitdiff
path: root/res/res_clialiases.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-14res_clialiases: Fix completion pass-through.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-02-04res_clialiases: Fix crash when reloading and re-aliasing an alias that is in ...Joshua Colp
2012-12-13The UUID commit removed changes made in res_clialiases.cMark Michelson
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-11Fix crash that can occur if CLI registration fails for an aliased command.Mark Michelson
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-03-16Include an extra newline after "Aliased CLI command" to get back the prompt.Sean Bright
2010-01-11Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.Sean Bright
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-05-06Make the code that prevents an infinite loop from happening into a case insen...Joshua Colp
2009-05-06Fix an infinite loop with tab completion of CLI aliases that reference themse...Joshua Colp
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...Joshua Colp
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.Eliel C. Sardanons
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)Russell Bryant
2008-11-12This commit does two things:Michiel van Baak