Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support gai_strerror() and tidy bgp_listener code. | Chris Hall | 2010-04-11 | 1 | -50/+199 |
| | | | | | | | | 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 Hall | 2010-04-08 | 1 | -0/+230 |
| | | | | | | | | 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. | ||||
* | Missed a few non safe calls of strerror. Improved comments. | paulo | 2010-02-04 | 1 | -5/+18 |
| | |||||
* | Thread safe versions of inet_ntoa and strerror. | paulo | 2010-02-04 | 1 | -0/+124 |