novacoin.git
2015-10-14 svostSmall code fixes: 252/head
2015-10-14 CryptoManiacMerge pull request #251 from svost/from-bitcoin
2015-10-14 Ivan PustogarovIgnore getaddr messages on Outbound connections. 251/head
2015-10-13 CryptoManiacRemove sha256d implementation.
2015-10-13 CryptoManiacRemove sha256d implementation.
2015-10-13 CryptoManiacRemove sha256d implementation.
2015-10-13 CryptoManiacRemove UPNP support & do some cleanup.
2015-10-13 CryptoManiacMakefile separators
2015-10-13 CryptoManiacmakefile fixes
2015-10-13 CryptoManiacArm module: Always compile NEON support
2015-10-13 CryptoManiacARM module building.
2015-10-12 CryptoManiacFix sha256 context initialization
2015-10-12 CryptoManiacQuotes for txid
2015-10-12 CryptoManiacRPC scaninput: preserve generic implementation for...
2015-10-12 CryptoManiacRPC scaninput: Replace generic implementation with...
2015-10-12 CryptoManiacRPC: add quotes to examples.
2015-10-12 CryptoManiacRemove copy_swap module, fix sha256 endianess and targe...
2015-10-12 CryptoManiacDon't include immintrin.h if not necessary.
2015-10-11 CryptoManiacCosmetic changes
2015-10-11 CryptoManiacFix midnight coding issues.
2015-10-11 CryptoManiacRemove debugging output
2015-10-11 CryptoManiacAdd SSSE3 imnplementation ofg block copy function,...
2015-10-11 CryptoManiacIncrement nTimeTx correctly
2015-10-11 CryptoManiacCall generic implementation only when needed.
2015-10-11 CryptoManiacRPC scaninput: replace Intel implementation of sha256...
2015-10-10 CryptoManiacUSE_YASM turns on sse sse4 implementation by default
2015-10-09 CryptoManiacAdd SSE4 implementation of sha256.
2015-10-09 CryptoManiacNo need to specify builtin function directly, because...
2015-10-08 CryptoManiacAVX implementation of sha256.
2015-10-07 CryptoManiacMerge pull request #249 from svost/time-const
2015-10-07 svostWe have constants (commit e1fc548) 249/head
2015-10-04 CryptoManiacMerge pull request #247 from svost/CWallet.SetNull
2015-10-04 CryptoManiacMerge pull request #248 from svost/ntp
2015-10-04 CryptoManiacRPC scaninput: new parameters format
2015-10-04 svostUpdate ntp.cpp 248/head
2015-10-04 svostUpdate ntp.h
2015-10-04 CryptoManiacVarious Makefile fixes:
2015-10-04 CryptoManiacRPC scaninput: change format of error message
2015-10-04 CryptoManiacRPC scaninput: Don't scan spent inputs.
2015-10-04 CryptoManiacRPC scaninput: Reduce default time window to 90 days...
2015-10-03 svostCWallet: added SetNull() 247/head
2015-10-03 CryptoManiacDefine nOneDay and nOneHour constants.
2015-10-03 CryptoManiacRemove definition of GetKernelMidstate;
2015-10-03 CryptoManiacRemove GetKernelMidstate, rename ScanMidstateForward...
2015-10-03 CryptoManiacScanMidstateForward: Set thread priority to THREAD_PRIO...
2015-10-02 CryptoManiacMerge pull request #246 from svost/setofc4267
2015-10-02 svostFix warning: comparison between signed and unsigned... 246/head
2015-10-02 CryptoManiacForgot to correct interval calculation :(
2015-10-02 CryptoManiacAllocate workers dynamically.
2015-10-02 CryptoManiacRemove debugging code.
2015-10-02 CryptoManiacMultithreaded input scanning.
2015-10-01 CryptoManiacFix integer overflow bug
2015-10-01 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2015-10-01 CryptoManiacuint256/uint160: add Get32() method
2015-10-01 CryptoManiacMerge pull request #245 from svost/setofc4267
2015-10-01 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2015-10-01 CryptoManiacQRCode support is always enabled now;
2015-10-01 CryptoManiacTypo fix
2015-10-01 CryptoManiacMerge pull request #244 from svost/frombitcoin
2015-10-01 svostGet rid of some msvc c4267 warnings 245/head
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...
next