aboutsummaryrefslogtreecommitdiffstats
path: root/client/util.c
Commit message (Expand)AuthorAgeFilesLines
* Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka2016-11-011-1/+1
* cppcheck: fix va_end() functionsPavel TvrdĂ­k2016-06-271-0/+2
* We don't need bvsnprintf() in BIRD clientOndrej Zajicek (work)2016-05-121-2/+5
* Add const to a param msg at functions log_msg, log_rl, die, bug and debugPavel Tvrdik2015-02-211-3/+3
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-1/+0
* Support expansion of command abbreviations.Martin Mares2000-02-271-4/+13
* First usable version of the client. No command completion and similar niftyMartin Mares2000-02-151-0/+4
* Put client on a stony ground. The whole client is going to be system-specificMartin Mares2000-01-191-0/+40