novacoin.git
2015-10-01 CryptoManiacTypo fix
2015-10-01 CryptoManiacMerge pull request #244 from svost/frombitcoin
2015-10-01 svost Allow -onlynet=onion to be used 244/head
2015-09-30 CryptoManiacMerge pull request #243 from svost/getarguint
2015-09-30 svostAdded GetArgUInt function 243/head
2015-09-30 CryptoManiacMerge pull request #242 from svost/getargint
2015-09-29 svostAdded GetArgInt function 242/head
2015-09-29 CryptoManiacMerge pull request #241 from svost/msvc-solution
2015-09-29 svostMSVC solution update: suppressed warning c4100 unrefere... 241/head
2015-09-27 0xDEADFACEUpdate json_spirit_writer_template.h
2015-09-27 CryptoManiacMerge pull request #239 from svost/ckey-operator-fix
2015-09-27 svostMember variable 'CKey::fCompressedPubKey' is not assign... 239/head
2015-09-26 CryptoManiacUpdate coins supply information.
2015-09-26 CryptoManiacNTP client memory leak fix.
2015-09-26 CryptoManiacBump version to 0.5.4 nvc-v0.5.4
2015-09-26 CryptoManiacAdd new Tor seed node.
2015-09-25 CryptoManiacMerge pull request #238 from svost/c4267
2015-09-25 svostFix msvc c4267 warning 238/head
2015-09-24 CryptoManiacMerge pull request #237 from svost/c4127
2015-09-24 svostFix msvc c4127 warning 237/head
2015-09-24 CryptoManiacMerge pull request #236 from svost/libcommon-w2
2015-09-23 CryptoManiacMore NTP servers.
2015-09-23 CryptoManiacRemove StakeMiner function, mine blocks directly in...
2015-09-23 CryptoManiacMove stake mining function wrapper definition to miner...
2015-09-22 CryptoManiacKeep old GetAdjustedTime() behavior if no NTP data...
2015-09-22 CryptoManiacMore than one samples seems enough.
2015-09-22 CryptoManiacRevert "const"
2015-09-22 CryptoManiacEOL
2015-09-22 CryptoManiacDebug messages.
2015-09-22 CryptoManiacconst
2015-09-22 CryptoManiacDon't start NTP thread if there is NTP server active...
2015-09-22 CryptoManiacAdditional randomization of NTP requests. Also add...
2015-09-21 CryptoManiacAdd __STDC_LIMIT_MACROS for INT64_MAX
2015-09-21 CryptoManiacAutomatically choose between NTP, median peer time...
2015-09-21 CryptoManiacMore NTP servers.
2015-09-20 CryptoManiacRemove NtpGetTime() and use NtpTime(CNetAddr&) instead.
2015-09-20 CryptoManiacAdd Hurricane Electric and SixXs servers.
2015-09-20 svostFix msvc c4200 warning 236/head
2015-09-20 svostSuppress msvc c4244 warning
2015-09-20 CryptoManiacAdd 5 new ntp servers.
2015-09-20 CryptoManiac;)
2015-09-20 CryptoManiacMerge branch 'master' of ssh://github.com/novacoin...
2015-09-20 CryptoManiacGet periodical time samples through NTP
2015-09-20 CryptoManiacMerge pull request #234 from svost/bitcoin-syncscore
2015-09-20 CryptoManiac10 seconds timeout for NTP requests.
2015-09-20 CryptoManiacAdd Caltech time servers.
2015-09-20 CryptoManiacAdd time samples from NTP while starting up.
2015-09-20 CryptoManiacComments correction.
2015-09-20 Huang LeUse pnode->nLastRecv as sync score directly 234/head
2015-09-20 CryptoManiacAdd some public NTP servers.
2015-09-19 CryptoManiacNTP: use select & recvfrom for async socket handling.
2015-09-19 CryptoManiacDefine additional constants for zero and irc port number.
2015-09-18 CryptoManiacUse uint16_t for port number.
2015-09-18 CryptoManiacMerge pull request #233 from svost/defaultcodec
2015-09-18 svostFixed again - see pull request #155 233/head
2015-09-17 CryptoManiacPut client version data into coinbase flags.
2015-09-17 CryptoManiacMerge pull request #232 from svost/solution-ntp
2015-09-17 svostUpdate novacoin.solution concerning to tiny ntp client... 232/head
2015-09-17 svostUpdate novacoin.solution concerning to pull request...
2015-09-17 CryptoManiacAdd examples.
2015-09-17 CryptoManiacUse non-blocking socket for recvfrom.
2015-09-17 CryptoManiacRemove unused function.
2015-09-17 CryptoManiacUpdate makefiles.
2015-09-16 CryptoManiaccompat.h definitions should work well.
2015-09-16 CryptoManiacFix windows compilation issues.
2015-09-16 CryptoManiacTiny NTP client.
2015-09-16 CryptoManiacForce checkqueue to quit while shutting down.
2015-09-16 CryptoManiacMerge pull request #231 from penek/master
2015-09-16 PenekAdd form for second authorization (2fa) with checking... 231/head
2015-09-14 CryptoManiacGetBlockTrust() cleanup
2015-09-13 CryptoManiacStop calculating sigops in coinbase scriptsigs since...
2015-09-13 CryptoManiacRemove legacy implementations of stake reward calculation.
2015-09-13 CryptoManiacRemove legacy checkings.
2015-09-12 CryptoManiacAdd VisualPharm copyright notice.
2015-09-12 CryptoManiacMerge pull request #230 from svost/qt-raise
2015-09-12 svostAdd raise() for MultisigPage and for RpcConsole 230/head
2015-09-05 CryptoManiacFix compilation error on Win32 platforms. nvc-v0.5.3
2015-09-02 CryptoManiacv0.5.3 snapshot
2015-09-02 CryptoManiacMerge branch 'svost-200000'
2015-09-02 svostAdd checkpoint at block #200000 229/head
2015-08-23 CryptoManiacRPC: Add dumpblock and dumpblockbynumber methods
2015-08-20 CryptoManiacMerge pull request #226 from fsb4000/master
2015-08-20 fsb4000add PoS and PoW difficulty to tooltip 226/head
2015-07-20 CryptoManiacAdd systemd service file.
2015-05-18 CryptoManiacMerge pull request #225 from svost/msvc-C4244
2015-05-18 CryptoManiacMerge pull request #224 from svost/C4800
2015-05-16 svostFix some msvc C4244 warnings, also useless cast (ptime) 225/head
2015-05-15 svostFix MSVC C4800: 'type' forcing value to bool 'true... 224/head
2015-05-14 CryptoManiacMerge pull request #223 from svost/c4512
2015-05-14 CryptoManiacMerge pull request #222 from svost/QT
2015-05-13 svostFix MSVC c4512 (assignment operator could not be generated) 223/head
2015-05-09 svostDo not translate the untranslatable 222/head
2015-05-08 CryptoManiacMerge pull request #221 from svost/qt
2015-05-08 CryptoManiacMerge pull request #220 from svost/C4101
2015-05-08 CryptoManiacMerge pull request #219 from svost/boost
2015-05-08 CryptoManiacMerge pull request #218 from svost/tostdint
2015-05-08 svostShow QRCode context menu only when USE_QRCODE specified 221/head
2015-05-07 svostFix MSVC C4101 warnings 220/head
2015-05-05 svostFix boost::get usage with boost 1.58 219/head
2015-05-04 svostDeprecated with -std=c++11 218/head
next