aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_clialiases.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+3
2010-03-16Include an extra newline after "Aliased CLI command" to get back the prompt.seanbright1-1/+1
2010-01-11Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.seanbright1-7/+1
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-1/+1
2009-05-06Make the code that prevents an infinite loop from happening into a case insen...file1-1/+1
2009-05-06Fix an infinite loop with tab completion of CLI aliases that reference themse...file1-1/+3
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-2/+2
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...file1-19/+4
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-6/+6
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.eliel1-2/+3
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)russell1-1/+1
2008-11-12This commit does two things:mvanbaak1-0/+274