aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Added bitrpc.py which allows for sending of all standard Bitcoin commands ↵David Perry2011-10-031-0/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via RPC rather than as command line args. Signed-off-by: David Perry <[email protected]>
| * | | | | | | Added wallet toolsDavid Perry2011-10-032-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Perry <[email protected]>
* | | | | | | | Merge pull request #547 from TheBlueMatt/build-updatesGavin Andresen2011-10-041-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update release-process to point to gitian.sigs repo.
| * | | | | | | Update release-process to point to gitian.sigs repo.Matt Corallo2011-10-031-11/+11
| | | | | | | |
* | | | | | | | Declare integer constant LLGavin Andresen2011-10-031-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #543 from laanwj/utiltestsGavin Andresen2011-10-014-8/+275
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove possibility of 63 bit overflow in ParseMoney
| * | | | | | | | remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan2011-10-014-8/+275
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | - also, add unit tests for various functions in util.cpp/util.h
* | | | | | | | Merge pull request #476 from forrestv/getmemorypoolGavin Andresen2011-10-013-2/+85
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Added RPC call 'getmemorypool' for p2p mining pools
| * | | | | | | Added RPC call 'getmemorypool' that provides everything needed to construct ↵Forrest Voight2011-10-013-2/+85
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/signandverifGavin Andresen2011-09-306-38/+372
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sign and verify message with bitcoin address
| * | | | | | | Use key recovery for message signaturesPieter Wuille2011-09-271-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.
| * | | | | | | Compact signatures and key recoveryPieter Wuille2011-09-271-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a new type of signatures that are only 65 bytes long, and allow reconstruction of the public key that was used to create the signature.
| * | | | | | | base64-based sign/verifyPieter Wuille2011-09-271-2/+8
| | | | | | | |
| * | | | | | | Incorporate pubkey in signature, check based on addressPieter Wuille2011-09-271-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 keyKhalahan2011-09-271-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add padding to input (fixed string + address) before hashing
| * | | | | | | Test case for base64 encode/decodePieter Wuille2011-09-272-0/+21
| | | | | | | |
| * | | | | | | Inline base64 encoder/decoderPieter Wuille2011-09-273-55/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.JoelKatz2011-09-273-18/+60
| | | | | | | |
* | | | | | | | Merge pull request #542 from laanwj/qt2Gavin Andresen2011-09-291-5/+13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | qmake build system improvements
| * | | | | | | qmake build system improvementsWladimir J. van der Laan2011-09-291-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_SSL=1 to support RPC SSL - BDB_LIB_SUFFIX= to link against specific BDB version - Fix typo - Start lrelease during qmake phase to prevent errors/warnings
* | | | | | | | Merge pull request #539 from laanwj/qt2Gavin Andresen2011-09-2915-43/+223
|\| | | | | | | | | | | | | | | | | | | | | | | Qt GUI updates
| * | | | | | | Add assertion size>0 to MedianFilterWladimir J. van der Laan2011-09-291-0/+1
| | | | | | | |
| * | | | | | | Update "other files" in Qt Creator with all documentation now that the ↵Wladimir J. van der Laan2011-09-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | projects merged
| * | | | | | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-2852-15137/+531
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore (used upstream version) bitcoin-qt.pro
| * | | | | | | | use median filter for peer-reported reported number of blocksWladimir J. van der Laan2011-09-283-11/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes problem that one misconfigured or malicious node can mess up progress bar - implementation in src/util.h - testcase in src/test/util_tests.cpp
| * | | | | | | | translation handling improvementsWladimir J. van der Laan2011-09-273-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
| * | | | | | | | Merge pull request #25 from Matoking/masterWladimir J. van der Laan2011-09-273-7/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Send Coins page changes
| | * | | | | | | | Removing the if statement entirely - not needed.Janne Pulkkinen2011-09-271-7/+0
| | | | | | | | | |
| | * | | | | | | | Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen2011-09-273-3/+26
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | clearing the entries
| * | | | | | | | Change define to determine use of DBUS to USE_DBUS, to prevent overlap with ↵Wladimir J. van der Laan2011-09-243-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt-defined QT_DBUS
| * | | | | | | | make qmake build system more configurable (as suggested by lukejr)Wladimir J. van der Laan2011-09-241-12/+36
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-2319-738/+1105
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-223-0/+35
| | | | | | | | |
| * | | | | | | | put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan2011-09-195-8/+18
| | | | | | | | |
* | | | | | | | | Merge pull request #537 from tcatm/remove-deprecated-rpcsNils Schneider2011-09-291-18/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | remove deprecated RPCs
| * | | | | | | | | remove deprecated RPCsNils Schneider2011-09-281-18/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #538 from tcatm/deprecate-midstateGavin Andresen2011-09-291-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | deprecate midstate and hash1 in getwork
| * | | | | | | | | deprecate midstate and hash1 in getworkNils Schneider2011-09-281-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #536 from TheBlueMatt/build-updatesJeff Garzik2011-09-281-8/+47
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | Update release-process.txt with gitian release instructions.
| * | | | | | | Update release-process.txt with gitian release instructions.Matt Corallo2011-09-281-8/+47
|/ / / / / / /
* | | | | | | Merge pull request #533 from alexwaters/readmeJeff Garzik2011-09-271-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated readme file with timers.
| * | | | | | | Updated readme file with timers.Alex Waters2011-09-261-0/+13
| | |_|/ / / / | |/| | | | |
* / | | | | | Remove DoS penalty for SigOpCount or immature transactionsGavin Andresen2011-09-271-2/+2
|/ / / / / /
* | | | | | Merge pull request #532 from TheBlueMatt/build-updatesGavin Andresen2011-09-262-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Output build temp files in build/ instead of current directory.
| * | | | | | Output build temp files in build/ instead of current directory.Matt Corallo2011-09-262-3/+4
|/ / / / / /
* | | | | | Update build instructions for the new, no-wxwidgets worldGavin Andresen2011-09-264-144/+23
| | | | | |
* | | | | | Fix build: put back rules to build cryptopp filesGavin Andresen2011-09-264-0/+9
| | | | | |
* | | | | | Remove wxWidgetsGavin Andresen2011-09-2628-14942/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #492 from gavinandresen/fasterinitialdownloadGavin Andresen2011-09-261-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Skip verifying transaction signatures during initial block-chain download
| * | | | | | Skip verifying transaction signatures during initial block-chain downloadGavin Andresen2011-09-261-3/+10
|/ / / / / /