Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | We don't need bvsnprintf() in BIRD client | Ondrej Zajicek (work) | |
2014-05-18 | IPv4/IPv6 integrated socket code. | Ondrej Zajicek | |
2014-03-31 | Removes conflicting definition. | Ondrej Zajicek | |
This function is a part of Readline interface for a long time (with a different type). | |||
2013-11-20 | Fixes some potential issues with invalid term size in clients. | Ondrej Zajicek | |
2013-04-23 | Restructures 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. |