| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin | Gavin Andresen | 2011-10-05 | 1 | -2/+1 | |
| |\ | ||||||
| | * | remove cryptopp dependency, add simple unittest for SHA256Transform() | Nils Schneider | 2011-09-30 | 1 | -2/+1 | |
| | | | ||||||
| * | | Send "Connection: close" HTTP header with JSON-RPC requests (client) | Luke Dashjr | 2011-10-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added RPC call 'getmemorypool' that provides everything needed to construct ↵ | Forrest Voight | 2011-10-01 | 1 | -1/+83 | |
| |/ | | | | | | | | | | | | | | a block with a custom generation transaction and submit a solution getmemorypool [data] If [data] is not specified, returns data needed to construct a block to work on: "version" : block version "previousblockhash" : hash of current highest block "transactions" : contents of non-coinbase transactions that should be included in the next block "coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees "time" : timestamp appropriate for next block "bits" : compressed target of next block If [data] is specified, tries to solve the block and returns true if it was successful. | |||||
| * | Merge pull request #524 from sipa/signandverif | Gavin Andresen | 2011-09-30 | 1 | -37/+68 | |
| |\ | | | | | Sign and verify message with bitcoin address | |||||
| | * | Use key recovery for message signatures | Pieter Wuille | 2011-09-27 | 1 | -25/+9 | |
| | | | | | | | | | | | | | Instead of encoding the public key inside the signature string, use key recovery to do verification. This allows 88-character base64-encoded signature strings instead of 188-character ones. | |||||
| | * | base64-based sign/verify | Pieter Wuille | 2011-09-27 | 1 | -2/+8 | |
| | | | ||||||
| | * | Incorporate pubkey in signature, check based on address | Pieter Wuille | 2011-09-27 | 1 | -37/+49 | |
| | | | | | | | | | | | Include the public key in the signature string, to allow verification based on address. | |||||
| | * | Sign and verify message with bitcoin address and public key | Khalahan | 2011-09-27 | 1 | -0/+66 | |
| | | | | | | | | | Add padding to input (fixed string + address) before hashing | |||||
| | * | Inline base64 encoder/decoder | Pieter Wuille | 2011-09-27 | 1 | -19/+0 | |
| | | | | | | | | | | | | | | | This replaces the openssl-based base64 encoder and decoder with a more efficient internal one. Tested against the rfc4648 test vectors. Decoder is based on JoelKatz' version. | |||||
| | * | Faster Base64 decoder. | JoelKatz | 2011-09-27 | 1 | -18/+0 | |
| | | | ||||||
| * | | Merge pull request #537 from tcatm/remove-deprecated-rpcs | Nils Schneider | 2011-09-29 | 1 | -18/+0 | |
| |\ \ | | | | | | | remove deprecated RPCs | |||||
| | * | | remove deprecated RPCs | Nils Schneider | 2011-09-28 | 1 | -18/+0 | |
| | |/ | ||||||
| * / | deprecate midstate and hash1 in getwork | Nils Schneider | 2011-09-28 | 1 | -4/+4 | |
| |/ | ||||||
| * | Remove wxWidgets | Gavin Andresen | 2011-09-26 | 1 | -10/+0 | |
| | | | | | | | | Makefiles now build bitcoind only. qmake/make in top-level directory is used to build Bitcoin QT Deleted almost all #ifdef GUI from the code (left one possibly controversial one) Deleted xpm/ files. | |||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-09-16 | 1 | -6/+5 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-09-02 | 1 | -361/+281 | |
| | | | | | | Conflicts: src/main.cpp | |||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-08-16 | 1 | -1/+3 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-08-06 | 1 | -20/+20 | |
| | | ||||||
| * | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | 2011-07-26 | 1 | -83/+69 | |
| | | | | | | Conflicts: src/bitcoinrpc.cpp | |||||
| * | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | 2011-07-15 | 1 | -69/+341 | |
| | | ||||||
| * | Sync to bitcoin git e94010b2395694d56dd6 | Wladimir J. van der Laan | 2011-07-07 | 1 | -7/+18 | |
| | | ||||||
| * | windows build fixes | Wladimir J. van der Laan | 2011-07-03 | 1 | -0/+2215 | |