]> Git Repo - VerusCoin.git/commit
Replace non-threadsafe strerror
authorWladimir J. van der Laan <[email protected]>
Thu, 8 May 2014 12:15:19 +0000 (14:15 +0200)
committerWladimir J. van der Laan <[email protected]>
Fri, 23 May 2014 07:45:04 +0000 (09:45 +0200)
commita60838d09aed4d976e9343e8329d61afff204435
treebb7d9b040b6d8b77c3d57fd8abd903ae02d19231
parent8cd900711c0396ac3a96ffd40f43f0e9ec76fadb
Replace non-threadsafe strerror

Log the name of the error as well as the error code if a network problem
happens. This makes network troubleshooting more convenient.

Use thread-safe strerror_r and the WIN32 equivalent FormatMessage.
configure.ac
src/net.cpp
src/netbase.cpp
src/netbase.h
This page took 0.024183 seconds and 4 git commands to generate.