Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | [Refactor] refactor function that forms human readable text out of a timeoffset | Jonas Schnelli | |
2016-08-25 | Merge #8462: Move AdvertiseLocal debug output to net category | Pieter Wuille | |
f13c1ba Move AdvertiseLocal debug output to net category (Michael Rotarius) | |||
2016-08-25 | Merge #7579: [Qt] show network/chain errors in the GUI | Jonas Schnelli | |
2f32c82 [Qt] show network/chain errors in the GUI (Jonas Schnelli) | |||
2016-08-25 | Merge #8226: contributing.md: Fix formatting (line lengths and smart quotes) | Pieter Wuille | |
be1d451 contributing.md: Fix formatting (Will Binns) | |||
2016-08-25 | Merge #8487: Persist the datadir after option reset | Jonas Schnelli | |
57acb82 Load choose datadir dialog after options reset (Andrew Chow) 15df3c1 Persist the datadir after option reset (Andrew Chow) | |||
2016-08-25 | Merge #8578: [test] Remove unused code | MarcoFalke | |
fa1cf9e [test] Remove unused code (MarcoFalke) | |||
2016-08-25 | Merge #8282: net: Feeler connections to increase online addrs in the tried ↵ | Wladimir J. van der Laan | |
table. dbb1f64 Added feeler connections increasing good addrs in the tried table. (Ethan Heilman) | |||
2016-08-24 | [test] Remove unused code | MarcoFalke | |
2016-08-24 | Load choose datadir dialog after options reset | Andrew Chow | |
2016-08-24 | Merge #8463: [qt] Remove Priority from coincontrol dialog | Jonas Schnelli | |
fa8dd78 [qt] Remove Priority from coincontrol dialog (MarcoFalke) | |||
2016-08-24 | Merge #8567: Add default port numbers to REST doc | Wladimir J. van der Laan | |
c911035 Add default port numbers to REST doc (djpnewton) | |||
2016-08-24 | Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests | Wladimir J. van der Laan | |
9578333 Remove rpc_wallet_tests.cpp (Patrick Strateman) 25400c4 Account wallet feature RPC tests. (Patrick Strateman) | |||
2016-08-24 | [qt] Remove Priority from coincontrol dialog | MarcoFalke | |
2016-08-24 | Merge #8560: Trivial: Fix two VarInt examples in serialize.h | Pieter Wuille | |
7bd5ff4 Trivial: Fix two VarInt examples in serialize.h (Christian Barcenas) | |||
2016-08-24 | Merge #8445: Move CWallet::setKeyPool to private section of CWallet. | Wladimir J. van der Laan | |
8680d3a Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet (Patrick Strateman) e86eb71 Move CWallet::setKeyPool to private section of CWallet (Patrick Strateman) | |||
2016-08-24 | Add default port numbers to REST doc | djpnewton | |
2016-08-23 | Added feeler connections increasing good addrs in the tried table. | Ethan Heilman | |
Tests if addresses are online or offline by briefly connecting to them. These short lived connections are referred to as feeler connections. Feeler connections are designed to increase the number of fresh online addresses in tried by selecting and connecting to addresses in new. One feeler connection is attempted on average once every two minutes. This change was suggested as Countermeasure 4 in Eclipse Attacks on Bitcoin’s Peer-to-Peer Network, Ethan Heilman, Alison Kendler, Aviv Zohar, Sharon Goldberg. ePrint Archive Report 2015/263. March 2015. | |||
2016-08-23 | doc: Add historical release notes for 0.12.1 0.13.0 | Wladimir J. van der Laan | |
2016-08-22 | Trivial: Fix two VarInt examples in serialize.h | Christian Barcenas | |
2016-08-22 | Merge #8539: CDB: fix debug output | Wladimir J. van der Laan | |
fab2e26 CDB: fix debug output (crowning-) | |||
2016-08-22 | Merge #8554: trivial: remove unused variable | Wladimir J. van der Laan | |
4207630 trivial: remove unused variable (Daniel Kraft) | |||
2016-08-22 | Merge #8558: Add copyright header to wallet_text_fixture.cpp | Wladimir J. van der Laan | |
653bb3d Add copyright header to wallet_text_fixture.cpp (Wladimir J. van der Laan) | |||
2016-08-22 | Merge #8551: [qa] Remove unused code | MarcoFalke | |
faaec13 [qa] Remove unused code (MarcoFalke) | |||
2016-08-22 | Merge #8548: [wallet] Use __func__ to get function name for output printing | Wladimir J. van der Laan | |
fa785d1 Use __func__ to get function name for output printing (MarcoFalke) | |||
2016-08-22 | Add copyright header to wallet_text_fixture.cpp | Wladimir J. van der Laan | |
I created the file but forgot to add this header. | |||
2016-08-20 | Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet | Patrick Strateman | |
2016-08-20 | trivial: remove unused variable | Daniel Kraft | |
Remove the unused variable "blockTmp" in CMerkleTx::SetMerkleBranch. It was previously used to read the block from disk if not provided as argument, but is no longer needed. | |||
2016-08-19 | [qa] Remove unused code | MarcoFalke | |
2016-08-19 | Use __func__ to get function name for output printing | MarcoFalke | |
2016-08-19 | Merge #8517: [Qt] show wallet HD state in statusbar | Jonas Schnelli | |
914154f [Qt] add HD enabled/disabled icon to the status bar (Jonas Schnelli) | |||
2016-08-19 | Merge #8443: [Wallet] Trivial cleanup of HD wallet changes | Jonas Schnelli | |
7e5d94d [Wallet] Trivial cleanup of HD wallet changes (Jonas Schnelli) | |||
2016-08-19 | [Wallet] Trivial cleanup of HD wallet changes | Jonas Schnelli | |
2016-08-19 | Merge #8461: document return value of networkhashps for getmininginfo RPC ↵ | Wladimir J. van der Laan | |
endpoint 65f4532 document return value of networkhashps for getmininginfo RPC endpoint (Jameson Lopp) | |||
2016-08-19 | Merge #8540: qt: Fix random segfault when closing "Choose data directory" dialog | Wladimir J. van der Laan | |
b4a9aa5 qt: Fix random segfault when closing "Choose data directory" dialog (Wladimir J. van der Laan) | |||
2016-08-19 | [Qt] add HD enabled/disabled icon to the status bar | Jonas Schnelli | |
2016-08-18 | qt: Fix random segfault when closing "Choose data directory" dialog | Wladimir J. van der Laan | |
The `pickDataDirectory()` function was calling `exit(0)` to quit the application when the user closes the dialog without choosing a data directory. This is a bad idea because a background thread is created (to check free space on the drive of the currently selected datadir). The thread is not stopped and unwound properly, resulting in a potential race condition somewhere deep in Qt. So replace the `exit()` by a boolean return value, and let the stack unwind normally. | |||
2016-08-18 | CDB: fix debug output | crowning- | |
It doesn't really help to clear a variable before printing it to the debug log. | |||
2016-08-18 | Merge #8453: Bring secp256k1 subtree up to date with master | Pieter Wuille | |
b213535 Squashed 'src/secp256k1/' changes from 6c527ec..7a49cac (Wladimir J. van der Laan) | |||
2016-08-18 | Revert "[qa] Adjust timeouts for micro-optimization of run time" | Wladimir J. van der Laan | |
This reverts commit fa2d68f79c459b505652728c3d8da60679f98ae3. Temporary revert - see discussion in #8532. | |||
2016-08-18 | Merge #8534: [travis] Drop java | Wladimir J. van der Laan | |
fa0afde [travis] Drop java (MarcoFalke) | |||
2016-08-18 | Merge #8531: [qa] abandonconflict: Use assert_equal | Wladimir J. van der Laan | |
fa64306 [qa] abandonconflict: Use assert_equal (MarcoFalke) | |||
2016-08-17 | Move CWallet::setKeyPool to private section of CWallet | Patrick Strateman | |
2016-08-17 | [travis] Drop java | MarcoFalke | |
2016-08-17 | [qa] abandonconflict: Use assert_equal | MarcoFalke | |
2016-08-17 | Merge #8504: test: Remove java comparison tool | Wladimir J. van der Laan | |
eb0c52e travis: Remove hostname hack (Wladimir J. van der Laan) 3c5251d test: Remove java comparison tool (Wladimir J. van der Laan) | |||
2016-08-17 | Merge #8505: Trivial: Fix typos in various files | Wladimir J. van der Laan | |
1aacfc2 various typos (leijurv) | |||
2016-08-17 | Merge #8513: Fix a type error that would not compile on OSX. | Wladimir J. van der Laan | |
8194a6e Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) (Jeremy Rubin) | |||
2016-08-17 | Merge #8482: [qa] Use single cache dir for chains | Wladimir J. van der Laan | |
fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke) | |||
2016-08-17 | travis: Remove hostname hack | Wladimir J. van der Laan | |
This was required for java, and we no longer use java for the tests. | |||
2016-08-17 | Merge #8512: Trivial: Corrected JSON typo on setban of net.cpp | Wladimir J. van der Laan | |
6ffd996 Corrected JSON typo on setban of net.cpp (Sev) |