summaryrefslogtreecommitdiff
path: root/client/birdc.c
AgeCommit message (Collapse)Author
2017-05-16Client: manipulate history only if interactiveJan Moskyto Matejka
2017-05-16Bird readline client saves its history.Jan Moskyto Matejka
2016-05-12We don't need bvsnprintf() in BIRD clientOndrej Zajicek (work)
2014-05-18IPv4/IPv6 integrated socket code.Ondrej Zajicek
2014-03-31Removes conflicting definition.Ondrej Zajicek
This function is a part of Readline interface for a long time (with a different type).
2013-11-20Fixes some potential issues with invalid term size in clients.Ondrej Zajicek
2013-04-23Restructures birdc and birdcl to merge duplicated code.Ondrej Zajicek
The BIRD client code is restructured that most of the code (including main function) is shared in client.c, while birdc.c and birdcl.c contain just I/O-specific callbacks. This removes all duplicated code from variant-specific files.