Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | Build: switch on -Wextra, get rid of most of the warnings | Jan Moskyto Matejka | |
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive. | |||
2016-05-12 | We don't need bvsnprintf() in BIRD client | Ondrej Zajicek (work) | |
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. |