Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-12 | cli: Modify regexp command handler registration | Guillaume Nault | |
Pass a full string, instead of an array of words, to the "help" callback of regexp command handlers. Also register these command handlers using a regexp to apply on "help" commands, just like for exec commands. The "help" callback will then be called only if the command matches the "help" regexp. As a side effect, the "help" word and its following spaces are skipped before calling the "help" callback for both simple and regexp commands. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-09-05 | Add compilation checks for printf-style format strings | Guillaume Nault | |
Append the format() __attribute__ to function prototypes which use a format string. This allows GCC to check for consistency between the format string and its arguments when these functions are called. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |