Remove print() methods: all unused
[novacoin.git] / src / netbase.h
2016-03-30 svostRemove print() methods: all unused
2016-02-21 svostRemove LookupHostNumeric( ) which is never used
2016-02-03 0xDEADFACEMerge pull request #268 from svost/CloseSocket
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2016-01-04 svostAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b... 268/head
2015-09-18 CryptoManiacUse uint16_t for port number.
2015-05-16 svostFix some msvc C4244 warnings, also useless cast (ptime) 225/head
2014-12-27 CryptoManiacCode cleanup
2013-04-15 alexhzupdate to 0.4 preview
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-17 Jeff GarzikFix sign-compare warnings: netbase's Lookup* max-soluti...
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Jeff GarzikFix sign-compare warnings: netbase's Lookup* max-soluti...
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-30 Philip Kaufmannfixed typo in comment in netbase.h and bignum.h
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-17 Pieter WuilleFix handling of default ports
2012-01-13 Matt CoralloAdd -keepnode which attempts to -addnode and keep a...
2012-01-06 Pieter WuilleNetwork stack refactor