summaryrefslogtreecommitdiffstats
path: root/lib/pthread_safe.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-6/+6
| | | | | | | | | Release: 0.99.18ex15p -- Pipework Branch Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)
* Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-111-0/+4
| | | | | | | | 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/+10
| | | | | | | | 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.
* Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-0/+32