aboutsummaryrefslogtreecommitdiffstats
path: root/client/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-231-10/+12
|\
| * Client: Fix isspace() callsOndrej Zajicek (work)2017-05-231-10/+12
| * Add stdlib.h to client/commands.cPavel Tvrdik2016-09-151-0/+1
* | Client: Includes stdlib.h for malloc()Pavel Tvrdik2016-06-091-0/+1
|/
* We don't need bvsnprintf() in BIRD clientOndrej Zajicek (work)2016-05-121-2/+2
* Major RIP redesignOndrej Zajicek (work)2015-10-051-1/+1
* unsigned [int] -> uintPavel TvrdĂ­k2015-06-081-1/+1
* Some minor changes to CLI.Ondrej Zajicek2012-03-221-2/+19
* Both `help' command and the `unknown command' error message now tellMartin Mares2000-05-311-1/+1
* Use xmalloc() instead of malloc().Martin Mares2000-04-201-1/+1
* Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constru...Martin Mares2000-04-121-1/+1
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-1/+1
* Support expansion of command abbreviations.Martin Mares2000-02-271-7/+46
* Completion works. Unfortunately, we have to access a couple of internalMartin Mares2000-02-171-13/+144
* Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares2000-02-171-1/+114
* Put client on a stony ground. The whole client is going to be system-specificMartin Mares2000-01-191-0/+20