novacoin.git
2015-12-09 John ConnorUpdate main.cpp 258/head
2015-12-08 CryptoManiacReplace checkpoint.
2015-12-07 CryptoManiacRemove -mssse3 from cflags
2015-12-07 CryptoManiacMessage fix
2015-12-07 CryptoManiacRevert scaninput optimizations for compatibility reasons.
2015-12-07 CryptoManiacBump version to 0.5.5 nvc-v0.5.5
2015-12-07 CryptoManiacAdd checkpoint + Reject blocks from the distant future
2015-12-07 svostMSVC compatibility with USE_ASM definition
2015-10-21 Wladimir J... move WSAStartup to init 255/head
2015-10-21 CryptoManiacMerge pull request #254 from svost/patch
2015-10-19 CryptoManiacSilence compiler warnings on Windows related to MinGWs...
2015-10-19 0xDEADFACEEpic typo fix
2015-10-19 0xDEADFACEFix stake miner interval checking.
2015-10-19 0xDEADFACESplit kernel scanning function.
2015-10-19 svostMSVC solution update 254/head
2015-10-18 0xDEADFACEMINGW64: Add TARGET_PLATFORM option
2015-10-18 0xDEADFACEMerge branch 'svost-patch'
2015-10-18 0xDEADFACEMerge branch 'patch' of https://github.com/svost/novaco...
2015-10-18 0xDEADFACEBUGFIX: detection of i586 and x86_64
2015-10-18 0xDEADFACEUse 4Way hashing in proof-of-stake miner, if available.
2015-10-18 CryptoManiacMakefile fixes.
2015-10-18 CryptoManiacReorganize includes a bit.
2015-10-18 CryptoManiacScaninput RPC: Handle integer value correctly, it's...
2015-10-17 CryptoManiacDon't use c++0x.
2015-10-17 CryptoManiacOSX: Add SDK path
2015-10-17 CryptoManiacOSX: typo fix
2015-10-17 CryptoManiacOSX build: Adjustment of BDB and OpenSSL path
2015-10-17 AdminUse bdb 6.1 by default.
2015-10-16 svostReplacement (uint type)-1 by type.max 253/head
2015-10-16 svostTypo fixed
2015-10-16 svostFix: member variable fCompressedPubKey is not initializ...
2015-10-16 0xDEADFACEUse uname -m instead of lscpu for better compatibility.
2015-10-16 0xDEADFACEQt project: Better x86 and freebsd compatibility.
2015-10-16 CryptoManiacRename ScanMidstateWorker to KernelWorker, move kernel...
2015-10-14 CryptoManiacRPC scaninput: Add 8way implementation, but disable...
2015-10-14 CryptoManiacMerge pull request #252 from svost/code-fix
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
next