summaryrefslogtreecommitdiffstats
path: root/lib/errno_names.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to compile on FreeBSD 8.0 with gcc 4.2.1Chris Hall2010-04-161-0/+14
|
* Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-111-1/+59
| | | | | | | | Added support for EAI_XXX error names and gai_strerror() error messages. Tidied up bgp_listener set up to remove #if skips around the "old" way -- so that the older code doesn't simply rot away.
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-0/+311
Implemented less onerous ways of including descriptions of errors and IP addresses in logging and other messages. Implemented mapping of error numbers to error names, which is generally more meaningful.