summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2006-11-15move another deprecated command to the new styleLuigi Rizzo
2006-11-15move "core set debug" to the new style, and remove duplicatedLuigi Rizzo
2006-11-15one more step cleaning the internal CLI interface:Luigi Rizzo
2006-11-15update the internal cli api following comments from kevin.Luigi Rizzo
2006-11-14add missing casts and remove an unused function.Luigi Rizzo
2006-11-14fix completion for "module reload mod_1 mod_2 ... "Luigi Rizzo
2006-11-14partly convert to new style set-verbose, with completion fixesLuigi Rizzo
2006-11-14replace two deprecated functions with calls to the standard ones,Luigi Rizzo
2006-11-14remove duplicated implementation for a deprecated function, use theLuigi Rizzo
2006-11-14new-style for 'core show uptime', include 'complete' support and better error...Luigi Rizzo
2006-11-14apply previous fix to old-style cli entries as well.Luigi Rizzo
2006-11-14fix "core set debug atleast ",Luigi Rizzo
2006-11-14Bring in the improved internal API for the CLI.Luigi Rizzo
2006-11-13Return module show to a working state. (issue #8353 reported by jserve)Joshua Colp
2006-11-13stop looking for new entries when we know we are done.Luigi Rizzo
2006-11-13free memory when unregistering an entry.Luigi Rizzo
2006-11-10A trunk that builds is a productive trunk.Joshua Colp
2006-11-10Merged revisions 47436 via svnmerge from Tilghman Lesher
2006-11-09Merged revisions 47377 via svnmerge from Russell Bryant
2006-11-09Merged revisions 47375 via svnmerge from Russell Bryant
2006-11-09Merged revisions 47372 via svnmerge from Russell Bryant
2006-11-09Merged revisions 47366 via svnmerge from Russell Bryant
2006-11-04Merged revisions 47196 via svnmerge from Russell Bryant
2006-11-04Merged revisions 47195 via svnmerge from Russell Bryant
2006-11-04Merged revisions 47192 via svnmerge from Russell Bryant
2006-11-03Fix "core show channels" and "core show modules".Luigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-09-29Merged revisions 44053 via svnmerge from Jason Parker
2006-09-29Merged revisions 43978 via svnmerge from Kevin P. Fleming
2006-09-28Merged revisions 43913 via svnmerge from Joshua Colp
2006-09-28Merged revisions 43898 via svnmerge from Kevin P. Fleming
2006-09-26Merged revisions 43707 via svnmerge from Joshua Colp
2006-09-22Merged revisions 43492 via svnmerge from Jason Parker
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming