novacoin.git
2016-03-17 CryptoManiacMerge pull request #291 from svost/patch
2016-03-17 svostInitializing: type mismatch 291/head
2016-03-17 svostFix msvc c4127 warning
2016-03-15 CryptoManiacMerge pull request #290 from svost/patch
2016-03-14 svostFix msvc c4127 warning 290/head
2016-03-14 svostVersion: compiler name suffix update
2016-03-14 svostFix msvc warning C4706: assignment within conditional...
2016-03-13 CryptoManiacMerge pull request #289 from svost/patch
2016-03-13 svostFix msvc warning C4706: assignment within conditional... 289/head
2016-03-13 svostSwitch nSize to size_t
2016-03-13 svostFix msvc c6262 warning: excessive stack usage
2016-03-13 CryptoManiacRPC: decryptmessage documentation fix
2016-03-13 CryptoManiacRemove unused includes.
2016-03-13 CryptoManiacECIES: Replace SHA1 with RIPEMD-160.
2016-03-13 CryptoManiacUse current CC and CXX environment variables for leveld...
2016-03-13 CryptoManiacFix compilation warnings.
2016-03-12 CryptoManiacMerge pull request #288 from svost/patch
2016-03-12 CryptoManiacNew version of OpenSSL
2016-03-12 CryptoManiacRevert "openssl: avoid config file load/race (see bitco...
2016-03-12 CryptoManiacList of unconditionally banned blocks.
2016-03-12 svostUpdate for 85088c5 288/head
2016-03-11 CryptoManiacAutomatically add empty label for pubkey pair addresses.
2016-03-11 CryptoManiacFix daemon compilation isue.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-11 svostCode style fix (no "tab" symbol).
2016-03-11 svostIes_ctx_t - move to try catch block
2016-03-08 CryptoManiacImportWallet() : process private key pairs
2016-03-08 CryptoManiacResendTX: forced rebroadcasting of unconfirmed transact...
2016-03-08 CryptoManiacc_str() isn't needed here
2016-03-08 CryptoManiacDumpWallet() cleanup
2016-03-07 CryptoManiacNew dump function.
2016-03-07 CryptoManiacCOunt received coins for owned pubkey-pair addresses...
2016-03-07 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-07 CryptoManiacIt's senseless to import pubkey pair address.
2016-03-06 CryptoManiacMerge pull request #287 from svost/patch
2016-03-06 CryptoManiacUse CBitcoinAddress ti store change destination
2016-03-06 CryptoManiacSimplification of scriptPubKey handling code.
2016-03-06 svostGet rid of boost::split function 287/head
2016-03-06 CryptoManiacDon't throw exceptions while processing public values.
2016-03-06 CryptoManiacCleanup
2016-03-05 CryptoManiacPUBKEY_PAIR_ADDRESS / PUBKEY_PAIR_ADDRESS_TEST
2016-03-05 CryptoManiacAdd hex representation
2016-03-05 CryptoManiacMerge pull request #286 from svost/patch
2016-03-05 svostUseless pragma 286/head
2016-03-05 svostSimplified macro
2016-03-05 CryptoManiacMalleable keys: remove version byte
2016-03-05 CryptoManiacMerge branch 'svost-patch'
2016-03-05 CryptoManiacMerge branch 'patch' of ssh://github.com/svost/novacoin...
2016-03-04 CryptoManiacEncryption/decryption support for malleable keys.
2016-03-04 CryptoManiacAdd DEBUG option
2016-03-04 CryptoManiacCheck for NULL values properly.
2016-03-04 CryptoManiacStore only the second half of private key pair.
2016-02-27 svostUpdate script.h 285/head
2016-02-27 svostSince the buffer is constant, we set the length directly
2016-02-24 svostIntroduce nOneWeek constant
2016-02-23 alexAdd CWallet::ExtractAddress method
2016-02-23 CryptoManiacRemove testnet condition
2016-02-23 CryptoManiacExperimental: use Solver to find out all solutions...
2016-02-23 svostNot utilized
2016-02-23 CryptoManiacForce one week max offset for testNet.
2016-02-23 CryptoManiacMove transaction timestamp checking to CTxMemPool:...
2016-02-23 svostFormatMoney cleanup
2016-02-23 svostFix msvc c4800: explicit cast to bool
2016-02-23 CryptoManiacMerge pull request #284 from svost/solution
2016-02-23 CryptoManiacDisable OP_CHECKSEQUENCEVERIFY for now, since the BIP68...
2016-02-23 CryptoManiacSeparate implementations of CHECKLOCKTIMEVERIFY and...
2016-02-22 svostMSVC solution update 284/head
2016-02-22 CryptoManiacDo some cleanup, add importmalleablekey RPC call
2016-02-22 CryptoManiacBump CLIENT_VERSION_BUILD
2016-02-22 CryptoManiacRemove BIP0031_VERSION and MEMPOOL_GD_VERSION.
2016-02-22 CryptoManiacRemove COINBASE_SIGOPS_SWITCH_TIME
2016-02-22 CryptoManiacMerge pull request #283 from svost/patch
2016-02-22 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-02-22 CryptoManiacAdd -splitthreshold option
2016-02-22 svostRemove c_str: stringvar1 = stringvar2 283/head
2016-02-22 CryptoManiacDon't compare oranges to apples.
2016-02-21 CryptoManiacUpdate README.md
2016-02-21 CryptoManiacAllow generation of keypairs for mainNet clients since...
2016-02-21 CryptoManiacWell, I'd say that indents aren't needed here.
2016-02-21 CryptoManiacOP_CHECKSEQUENCEVERIFY
2016-02-21 CryptoManiacInteger tempalte matching opcode.
2016-02-21 CryptoManiacMerge pull request #282 from svost/from-bitcoin
2016-02-21 CryptoManiacMerge pull request #281 from FuzzyHobbit/patch-6
2016-02-21 CryptoManiacMerge pull request #280 from svost/patch
2016-02-21 CryptoManiacSimplify OP_RETURN handling.
2016-02-21 CryptoManiacAdd OP_CHECKLOCKTIMEVERIFY support.
2016-02-21 svostopenssl: avoid config file load/race (see bitcoin d4b1d5a) 282/head
2016-02-21 svostRemove LookupHostNumeric( ) which is never used
2016-02-21 Wladimir J... netbase: Use .data() instead of .c_str() on binary...
2016-02-20 svostFix V808 PVS Studio: object created but was not utilized 280/head
2016-02-20 FuzzyHobbitUse largest finite value for MAX_MONEY 281/head
2016-02-20 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-02-20 CryptoManiacgettransaction: use pubkey pair instead of key view.
2016-02-20 svostGet rid of some LONG variables
2016-02-20 CryptoManiacMerge pull request #279 from svost/patch
2016-02-19 CryptoManiacScriptPubKeyToJSON: include matched key view.
2016-02-19 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-02-19 CryptoManiacgetrawtransaction: Support for malleable public keys
2016-02-19 alexA proper initialization of nReqSigs.
2016-02-19 alexTX_PUBKEY_DROP fix
next