Same as @92e04fc
[novacoin.git] / src /
2016-02-13 svostSame as @92e04fc 274/head
2016-02-12 svostFix V595 PVS Studio - the pointer was utilized before...
2016-02-12 0xDEADFACEAdd TX_PUBKEY_DROP transaction type.
2016-02-12 0xDEADFACEEncryption isn't needed here.
2016-02-12 0xDEADFACEAllow up to 1024 bytes of arbitrary data.
2016-02-11 0xDEADFACEMalleable keys: Crypted R parameter support.
2016-02-11 0xDEADFACEAdd hex representation of public key pair.
2016-02-11 0xDEADFACERPC: Optimize OP_RETURN outputs creation and parsing
2016-02-11 CryptoManiacAsymmetric encryption stubs.
2016-02-11 CryptoManiacFix compilation errors.
2016-02-11 0xDEADFACEAdd malleable keys support.
2016-02-07 svostFix some V813 PVS Studio - argument as a constant reference 271/head
2016-02-06 svostVoid - return mismatch
2016-02-04 svostProtocol.cpp - use member initializer lists
2016-02-04 svostCopyright update
2016-02-03 0xDEADFACEMerge pull request #270 from svost/useless-cast
2016-02-03 0xDEADFACEMerge pull request #268 from svost/CloseSocket
2016-01-31 svostGet rid of some useless-cast 270/head
2016-01-27 0xDEADFACEMerge pull request #267 from svost/headers
2016-01-24 svostReorganize includes a bit. 267/head
2016-01-22 FuzzyHobbitFix key parsing for salvage 266/head
2016-01-19 0xDEADFACEMerge pull request #265 from fsb4000/cherry-pick
2016-01-19 0xDEADFACEMerge pull request #264 from fsb4000/mxe
2016-01-19 0xDEADFACEMerge pull request #263 from svost/const
2016-01-19 0xDEADFACEMerge pull request #260 from svost/patch
2016-01-16 fsb4000адаптация инструкции к текущей версии mxe 264/head
2016-01-16 svostWe have constants (commit e1fc548) 263/head
2016-01-16 Philip Kaufmannreplace 3 separate calls to WSAGetLastError() with 1 265/head
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2016-01-05 svostVersion: compiler name suffix update 259/head
2016-01-04 svostAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b... 268/head
2015-12-10 CryptoManiacNew validation rule is coming into force since 20 Decem...
2015-12-09 John ConnorUpdate main.cpp 258/head
2015-12-08 CryptoManiacReplace checkpoint.
2015-12-07 CryptoManiacRemove -mssse3 from cflags
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. van... move WSAStartup to init 255/head
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-18 0xDEADFACEMerge branch 'patch' of https://github.com/svost/novaco...
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-16 svostReplacement (uint type)-1 by type.max 253/head
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 CryptoManiacRename ScanMidstateWorker to KernelWorker, move kernel...
2015-10-14 CryptoManiacRPC scaninput: Add 8way implementation, but disable...
2015-10-14 svostSmall code fixes: 252/head
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 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
next