Use a messagebox to display the error when -server is provided without providing...
[novacoin.git] / src / bitcoinrpc.cpp
2012-04-04 Wladimir J. van... Use a messagebox to display the error when -server...
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Gregory MaxwellHave bitcoind recommend a secure RPC password. Increase...
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-12 Wladimir J. van... Do not launch Shutdown in a new thread in case we are...
2011-10-06 Luke DashjrBugfix: "bits" should be a hex-string, not a number...
2011-10-05 David Joel SchwartzUse C's const char* for status strings rather than...
2011-10-05 Gavin AndresenMerge branch 'listsinceblock' of https://github.com...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-05 Luke DashjrSend "Connection: close" HTTP header with JSON-RPC...
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-29 Nils SchneiderMerge pull request #537 from tcatm/remove-deprecated...
2011-09-28 Nils Schneiderdeprecate midstate and hash1 in getwork
2011-09-28 Nils Schneiderremove deprecated RPCs
2011-09-27 Pieter WuilleUse key recovery for message signatures
2011-09-27 Pieter Wuillebase64-based sign/verify
2011-09-27 Pieter WuilleIncorporate pubkey in signature, check based on address
2011-09-27 KhalahanSign and verify message with bitcoin address and public key
2011-09-27 Pieter WuilleInline base64 encoder/decoder
2011-09-27 JoelKatzFaster Base64 decoder.
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-06 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-03 Wladimir J. van... windows build fixes