summaryrefslogtreecommitdiff
path: root/client/commands.c
AgeCommit message (Expand)Author
2024-03-05Client: Add support for completion of command optionsOndrej Zajicek
2017-05-23Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-23Client: Fix isspace() callsOndrej Zajicek (work)
2016-09-15Add stdlib.h to client/commands.cPavel Tvrdik
2016-06-09Client: Includes stdlib.h for malloc()Pavel Tvrdik
2016-05-12We don't need bvsnprintf() in BIRD clientOndrej Zajicek (work)
2015-10-05Major RIP redesignOndrej Zajicek (work)
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2012-03-22Some minor changes to CLI.Ondrej Zajicek
2000-05-31Both `help' command and the `unknown command' error message now tellMartin Mares
2000-04-20Use xmalloc() instead of malloc().Martin Mares
2000-04-12Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares
2000-03-31Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-02-27Support expansion of command abbreviations.Martin Mares
2000-02-17Completion works. Unfortunately, we have to access a couple of internalMartin Mares
2000-02-17Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares
2000-01-19Put client on a stony ground. The whole client is going to be system-specificMartin Mares