bird/client
Ondrej Zajicek 661ec5db7f I am not sure whether this is proper fix for a problem that birdc
shows only parts of larger outputs (for example 'show route all').
It seems that birdc reads (from bird) and writes (to stdout)
everything but during execution of some readline code some already
written output disappeared (although it is fflush()ed and
tcdrain()ed).

As birdc reads from stdin when select said there are some data,
O_NONBLOCK for stdin is unnecessary and when it is removed,
i didn't notified this problem.
2008-11-21 13:05:12 +01:00
..
client.c I am not sure whether this is proper fix for a problem that birdc 2008-11-21 13:05:12 +01:00
client.h Support expansion of command abbreviations. 2000-02-27 22:00:19 +00:00
cmds.m4 Both help' command and the unknown command' error message now tell 2000-05-31 22:39:06 +00:00
commands.c Both help' command and the unknown command' error message now tell 2000-05-31 22:39:06 +00:00
Doc Updated all the Doc files to new format. 2000-05-31 11:30:18 +00:00
Makefile Put client on a stony ground. The whole client is going to be system-specific 2000-01-19 15:07:00 +00:00
util.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00