Remove namespaces from header files
[novacoin.git] / src /
2016-02-16 svostRemove namespaces from header files 278/head
2016-02-14 svostHeader guard added 276/head
2016-02-14 CryptoManiacMerge pull request #275 from svost/patch
2016-02-14 0xDEADFACEExamples and missed file.
2016-02-14 svostPerformance: replace iterator++ with ++iterator 275/head
2016-02-14 0xDEADFACERPC: encryptdata & decryptdata methods
2016-02-14 CryptoManiacFix compilation error.
2016-02-14 svostfDetachDB missed in constructor
2016-02-14 0xDEADFACEMerge branch 'master' of ssh://github.com/novacoin...
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2016-02-13 0xDEADFACEMerge pull request #274 from svost/patch
2016-02-13 0xDEADFACEMerge pull request #273 from svost/includes
2016-02-13 0xDEADFACEMerge pull request #272 from svost/V668
2016-02-13 0xDEADFACEListMalleablePubKeys method
2016-02-13 svostSame as @92e04fc 274/head
2016-02-13 0xDEADFACERemove asserts.
2016-02-12 0xDEADFACEExperimental support for TX_PUBKEY_DROP spending.
2016-02-12 svostFix V595 PVS Studio - the pointer was utilized before...
2016-02-12 svostReorganize includes a bit. 273/head
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-12 svostFix V668 PVS Studio - deal with pointer and NULL 272/head
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...
next