aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5218Wladimir J. van der Laan2014-11-051-1/+1
|\ | | | | | | 236d96e Qt: Add support for missing scrollbar in peers table (Jonas Schnelli)
| * Qt: Add support for missing scrollbar in peers tableJonas Schnelli2014-11-051-1/+1
| |
* | Merge pull request #5173Wladimir J. van der Laan2014-11-051-3/+7
|\ \ | |/ |/| | | | | | | 50b43fd Be a bit more verbose during -loadblock if we already have blocks (Matt Corallo) 8375e22 Fix -loadblock after shutdown during IBD (Matt Corallo) 4ead850 Fix for crash during block download (Matt Corallo)
| * Be a bit more verbose during -loadblock if we already have blocksMatt Corallo2014-10-291-0/+2
| |
| * Fix -loadblock after shutdown during IBDMatt Corallo2014-10-291-1/+1
| |
| * Fix for crash during block downloadMatt Corallo2014-10-291-2/+4
| |
* | Merge pull request #5007Wladimir J. van der Laan2014-11-046-32/+110
|\ \ | | | | | | | | | af82884 Add "warmup mode" for RPC server. (Daniel Kraft)
| * | Add "warmup mode" for RPC server.Daniel Kraft2014-11-046-32/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start the RPC server before doing all the (expensive) startup initialisations like loading the block index. Until the node is ready, return all calls immediately with a new error signalling "in warmup" with an appropriate status message (similar to the init message). This is useful for RPC clients to know that the server is there (e. g., they don't have to start it) but not yet available. It is used in Namecoin and Huntercoin already for some time, and there exists a UI hooked onto the RPC interface that actively uses this to its advantage.
* | | build: Fix "too many arguments" errorFrancis GASCHET2014-11-041-1/+1
|/ / | | | | | | Closes #5141
* | Merge pull request #5205Pieter Wuille2014-11-0411-18/+27
|\ \ | | | | | | | | | b4347f6 minor code style cleanup after recent merges (Philip Kaufmann)
| * | minor code style cleanup after recent mergesPhilip Kaufmann2014-11-0411-18/+27
|/ / | | | | | | | | - add a missing license header - correct some header orderings etc.
* | Merge pull request #5191Pieter Wuille2014-11-041-2/+2
|\ \ | | | | | | | | | a2cfae8 util.cpp comment correction (21E14)
| * | util.cpp comment correction21E142014-11-011-2/+2
| | |
* | | Merge pull request #5196Wladimir J. van der Laan2014-11-0489-270/+269
|\ \ \ | | | | | | | | | | | | 8473862 Fix all header defines (Pavel Janík)
| * | | Fix all header definesPavel Janík2014-11-0389-270/+269
| | | |
* | | | Merge pull request #5162Wladimir J. van der Laan2014-11-0421-369/+458
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields) 78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields) 900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
| * | | | boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-3117-305/+356
| | | | |
| * | | | boost: moveonly: move BIP32Hash to hash.hCory Fields2014-10-313-12/+14
| | | | |
| * | | | boost: moveonly: create eccryptoverify.h|cpp and move helper functions thereCory Fields2014-10-315-52/+88
| | | | | | | | | | | | | | | | | | | | | | | | | Eventually (after 0.10) these files will hold the logic for crypto verification routines, and CKey/CPubKey will call into them.
* | | | | Merge pull request #3727Wladimir J. van der Laan2014-11-031-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | e69a587 RPC: submitblock: Support for returning specific rejection reasons (Luke Dashjr)
| * | | | | RPC: submitblock: Support for returning specific rejection reasonsLuke Dashjr2014-10-301-1/+6
| | | | | |
* | | | | | Merge pull request #5157Wladimir J. van der Laan2014-11-031-1/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | b4ee0bd Introduce preferred download peers (Pieter Wuille)
| * | | | | Introduce preferred download peersPieter Wuille2014-10-291-1/+19
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5201 from sipa/orderGavin Andresen2014-11-031-14/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove file and class order guidelines
| * | | | | Remove file and class order guidelinesPieter Wuille2014-11-031-14/+0
| | | | | |
* | | | | | Merge pull request #5186Wladimir J. van der Laan2014-11-039-24/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 771d500 minor cleanup: include orders, end comments etc. (Philip Kaufmann)
| * | | | | | minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-319-24/+25
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | - no code changes
* | | | | | Merge pull request #5106Wladimir J. van der Laan2014-11-036-18/+71
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | 1bea2bb Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and document it (Luke Dashjr) d29a291 Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for submitblock (Luke Dashjr) f877aaa Bugfix: submitblock: Use a temporary CValidationState to determine accurately the outcome of ProcessBlock, now that it no longer does the full block validity check (Luke Dashjr) 24e8896 Add CValidationInterface::BlockChecked notification (Luke Dashjr)
| * | | | Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and ↵Luke Dashjr2014-10-285-13/+21
| | | | | | | | | | | | | | | | | | | | document it
| * | | | Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ↵Luke Dashjr2014-10-212-4/+9
| | | | | | | | | | | | | | | | | | | | submitblock
| * | | | Bugfix: submitblock: Use a temporary CValidationState to determine ↵Luke Dashjr2014-10-211-1/+33
| | | | | | | | | | | | | | | | | | | | accurately the outcome of ProcessBlock, now that it no longer does the full block validity check
| * | | | Add CValidationInterface::BlockChecked notificationLuke Dashjr2014-10-212-1/+9
| | | | |
* | | | | Merge pull request #5185Wladimir J. van der Laan2014-11-0318-344/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2191eac add tests to travis (Cory Fields) 7667850 tests: replace the old (unused since Travis) tests with new rpc test scripts (Cory Fields) fa7f8cd tests: remove old pull-tester scripts (Cory Fields) 5122ea7 tests: fix forknotify.py on windows (Cory Fields) 7a41614 tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from the environment (Cory Fields) f635269 tests: enable alertnotify test for Windows (Cory Fields)
| * | | | | add tests to travisCory Fields2014-10-311-4/+5
| | | | | |
| * | | | | tests: replace the old (unused since Travis) tests with new rpc test scriptsCory Fields2014-10-317-105/+53
| | | | | |
| * | | | | tests: remove old pull-tester scriptsCory Fields2014-10-313-216/+1
| | | | | | | | | | | | | | | | | | | | | | | | They're unused since the switch to Travis
| * | | | | tests: fix forknotify.py on windowsCory Fields2014-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows interprets 'foo.txt' as a literal filename while "foo.txt" is treated as expected.
| * | | | | tests: allow rpc-tests to get filenames for bitcoind and bitcoin-cli from ↵Cory Fields2014-10-316-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the environment This will allow for windows tests to run with bitcoind.exe and bitcoin-cli.exe
| * | | | | tests: enable alertnotify test for WindowsCory Fields2014-10-311-5/+11
| | |/ / / | |/| | | | | | | | | | | | | | | | | | The semantics of "echo" are different there and they change the resulting text, but they're still correct and predictable.
* | | | | Merge pull request #5169Wladimir J. van der Laan2014-11-031-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 20a5f61 Don't relay alerts to peers before version negotiation (Wladimir J. van der Laan)
| * | | | Don't relay alerts to peers before version negotiationWladimir J. van der Laan2014-10-291-0/+3
| | |_|/ | |/| | | | | | | | | | Fixes #1436
* | | | Merge pull request #5145Wladimir J. van der Laan2014-10-313-52/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 484e350 Update comments in client version to be doxygen compatible (Michael Ford) 6395ba3 Update comments in version to be doxygen compatible (Michael Ford)
| * | | | Update comments in client version to be doxygen compatibleMichael Ford2014-10-311-16/+21
| | | | |
| * | | | Update comments in version to be doxygen compatibleMichael Ford2014-10-312-36/+44
| | |/ / | |/| |
* | | | Merge pull request #5187Pieter Wuille2014-10-311-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | e743678 fix a typo (Yoichi Hirai)
| * | | | fix a typoYoichi Hirai2014-10-311-1/+1
| |/ / /
* | | | qt: translations update from TransifexWladimir J. van der Laan2014-10-3160-8922/+7020
| | | |
* | | | Merge pull request #5077Wladimir J. van der Laan2014-10-313-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | 2aa6329 Enable customising node policy for datacarrier data size with a -datacarriersize option (Luke Dashjr)
| * | | | Enable customising node policy for datacarrier data size with a ↵Luke Dashjr2014-10-273-2/+8
| | | | | | | | | | | | | | | | | | | | -datacarriersize option
* | | | | Merge pull request #5168Wladimir J. van der Laan2014-10-315-110/+159
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 023e63d qt: Move transaction notification to transaction table model (Wladimir J. van der Laan)