Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | Merge pull request #1424 from TheBlueMatt/lockcontention | Pieter Wuille | |
Fix DEBUG_LOCKCONTENTION | |||
2012-06-07 | Move NOINLINE definition to test where it's used. | Ricardo M. Correia | |
2012-06-07 | Don't overflow integer on 32-bit machines. | Ricardo M. Correia | |
This was causing test_bitcoin to abort on a 32-bit system likely due to -ftrapv. | |||
2012-06-05 | Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr | Pieter Wuille | |
fix default Proxy address in Qt options (no hostname allowed currently) | |||
2012-06-05 | Fix DEBUG_LOCKCONTENTION | Matt Corallo | |
2012-06-05 | Merge pull request #1422 from Diapolo/add_used_datadir_debug_log | Gavin Andresen | |
add used datadir to debug.log | |||
2012-06-05 | add used datadir to debug.log | Philip Kaufmann | |
2012-06-05 | fix two signed/unsigned comparison warnings in netbase.cpp | Philip Kaufmann | |
2012-06-04 | fix default Proxy address in Qt options (no hostname allowed currently) | Philip Kaufmann | |
2012-06-04 | Merge branch 'netopt' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-06-04 | Fix coin selection to only include change when it's necessary. | Chris Moore | |
2012-06-04 | Preserve the shuffled order of coins with equal value to give more ↵ | Chris Moore | |
randomized coin selection. | |||
2012-06-04 | Test that the coin selection code is suitably random, and add tests re. ↵ | Chris Moore | |
sub-cent change. | |||
2012-06-04 | Move the random_shuffle call back into SelectCoinsMinConf() so we can unit ↵ | Chris Moore | |
test it. | |||
2012-06-04 | Refactor SelectCoinsMinConf() and add unit tests. | Chris Moore | |
AvailableCoins() makes a vector of available outputs which is then passed to SelectCoinsMinConf(). This allows unit tests to test the coin selection algorithm without having the whole blockchain available. | |||
2012-06-04 | Merge pull request #1411 from TheBlueMatt/debian | Gavin Andresen | |
Update contrib/debian. | |||
2012-06-04 | Merge pull request #1415 from dooglus/fix-build-unix.txt | Gavin Andresen | |
"USE_UPNP=-" is needed to remove UPnP support. | |||
2012-06-03 | "USE_UPNP=-" is needed to remove UPnP support. | Chris Moore | |
2012-06-02 | Update contrib/debian. | Matt Corallo | |
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. * Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set in Bitcoin itself now. * Update changelog with 0.6.2 and the current updates. | |||
2012-06-02 | Merge pull request #837 from sje397/ShowImmatureBalance | Wladimir J. van der Laan | |
Added 'immature balance' for miners. Only displayed if the balance is > 0 | |||
2012-06-02 | Merge pull request #1368 from Diapolo/verifymessagepage | Wladimir J. van der Laan | |
GUI: change verifymessagepage behaviour to match RPC-call "verifymessage" | |||
2012-06-02 | Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_Button | Wladimir J. van der Laan | |
GUI: move class HelpMessageBox to guiutil.cpp/.h | |||
2012-06-01 | move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin ↵ | Philip Kaufmann | |
command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation | |||
2012-06-01 | change verifymessagepage behaviour to match RPC-call "verifymessage" (input ↵ | Philip Kaufmann | |
address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check | |||
2012-05-31 | Use ConvertTo to simplify sendmany/addmultisigaddress argument handling | Gavin Andresen | |
2012-05-31 | Make sendrawtx return txid to be consistent with other send methods. | Gavin Andresen | |
2012-05-31 | Use C++-style numeric limits instead of C-style. | Ricardo M. Correia | |
2012-05-31 | Fix noinline definition so that it works for more compilers. | Ricardo M. Correia | |
2012-05-31 | Rework network config settings | Pieter Wuille | |
2012-05-31 | Merge pull request #1403 from Diapolo/translation_master_file | Nils Schneider | |
Translation: sync english translation master file with current master branch (2012-05-31) | |||
2012-05-31 | sync english translation master file with current master branch | Philip Kaufmann | |
2012-05-30 | Update bitcoinstrings.cpp | Pieter Wuille | |
2012-05-29 | Show the timestamp for the block. | R E Broadley | |
wrap lines | |||
2012-05-28 | Merge pull request #1394 from grimd34th/patch-1 | Gregory Maxwell | |
incorrect openssl when compared to makefile | |||
2012-05-28 | incorrect openssl when compared to makefile | grimd34th | |
2012-05-27 | Merge pull request #1392 from gavinandresen/testnet_reset | Gregory Maxwell | |
Testnet reset | |||
2012-05-27 | CreateNewBlock: Check that the produced CBlock is acceptable (except for ↵ | Luke Dashjr | |
proof-of-work and merkletree, since those need to be provided later) This throws an exception from CreateNewBlock otherwise, which is not safe without #1245! | |||
2012-05-26 | Merge pull request #1357 from sipa/keyid | Pieter Wuille | |
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | |||
2012-05-26 | Merge pull request #1370 from Diapolo/add_startuptime_to_log | Pieter Wuille | |
add client startup time as an entry to debug.log | |||
2012-05-25 | Add a testnet checkpoint at block 546 | Gavin Andresen | |
2012-05-25 | Fix issue#1082, testnet difficulty unsigned integer underflow | Gavin Andresen | |
2012-05-25 | Testnet, Mark III | Gavin Andresen | |
2012-05-25 | Remove newlines from JSON strings | Gavin Andresen | |
Newlines in JSON strings are against the JSON spec, so remove them from the script*.json unit tests to make python's jsonrpc happy (json::spirit didn't care). | |||
2012-05-25 | Merge pull request #1366 from roques/completion | Gavin Andresen | |
Bash completion for bitcoind(1) | |||
2012-05-25 | Unit tests for transaction size limits | Gavin Andresen | |
2012-05-25 | Added 'immature balance' for miners. Only displayed if the balance is ↵ | sje397 | |
greater than zero. This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined income that has not yet matured (which is currently not displayed anywhere, even though the transactions exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op' change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is at least two blocks deep in the chain (same logic as displayed transactions). My reasoning is: - as a miner, it's a critical stat I want to see - as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied - those numbers are already displayed in the transaction list - this makes the overview numbers add up to what's in the transaction list - it's not displayed if the immature balance is 0, so won't bother non-miners I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML. | |||
2012-05-25 | Use the QueueShutdown signal to stop accepting new RPC connections | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2012-05-25 | Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1 | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2012-05-25 | Generalise RPC connection handling code to allow more listening sockets | Giel van Schijndel | |
Using this modification it should be relatively easy to, at a later time, listen on multiple addresses (even Unix domain sockets should be possible). Signed-off-by: Giel van Schijndel <me@mortis.eu> | |||
2012-05-25 | Allow clients on the IPv6 loopback as well | Giel van Schijndel | |
Signed-off-by: Giel van Schijndel <me@mortis.eu> |