Transaction View: LastMonth calculation fixed
[novacoin.git] / src / stun.cpp
2019-11-29 Oleg KhovaykoCleanup StunSrvList
2019-09-25 Laser9unUpdate STUN list
2016-01-04 svostAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b... 268/head
2015-05-16 svostFix some msvc C4244 warnings, also useless cast (ptime) 225/head
2015-05-04 svostDeprecated with -std=c++11 218/head
2015-04-18 0xDEADFACEFix MinGW compilation issues.
2014-12-27 CryptoManiacReplace INT_MAX with INT32_MAX to avoid compile err
2014-12-23 MASM fanIt's insecure to use unitialized memory as entropy...
2014-12-05 fsb4000fix_MSVC 77/head
2014-11-28 fsb4000MSVC compatibility for STUN module implementation. 66/head
2014-11-27 MASM fanAdd stdint.h include into STUN module implementation.
2014-11-27 CryptoManiacSwitch GetMyExternalIP from HTTP request to STUN approach