Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | Add -reindex, to perform in-place reindexing of block chain files | Pieter Wuille | |
Flushes the blktree/ and coins/ databases, and reindexes the block chain files, as if their contents was loaded via -loadblock. Based on earlier work by Jeff Garzik. | |||
2012-11-09 | Move ThreadImport to init.cpp | Pieter Wuille | |
2012-11-09 | LoadExternalBlockFile switched to CBufferedFile | Pieter Wuille | |
2012-11-09 | Add CBufferedFile | Pieter Wuille | |
2012-11-08 | Merge pull request #1981 from sipa/caches | Pieter Wuille | |
Cache size optimizations | |||
2012-11-04 | Merge pull request #1830 from Diapolo/trans_rem_spaces | Wladimir J. van der Laan | |
fix some double-spaces in strings | |||
2012-11-04 | Cache size optimizations | Pieter Wuille | |
2012-11-03 | Merge pull request #1971 from sipa/bugfix_norelayspent | Pieter Wuille | |
Bugfix: do not keep relaying spent wallet transactions | |||
2012-11-03 | Merge pull request #1973 from sipa/comconst | Pieter Wuille | |
Comments for constants | |||
2012-11-03 | Comments for constants | Pieter Wuille | |
2012-11-01 | Merge pull request #1972 from sipa/virtcoinsview | Pieter Wuille | |
Add virtual destructor to CCoinsView | |||
2012-11-01 | Add virtual destructor to CCoinsView | Pieter Wuille | |
2012-11-01 | Bugfix: do not keep relaying spent wallet transactions | Pieter Wuille | |
The original test (checking whether the transaction occurs in the txindex) is not usable anymore, as it will miss anything already fully spent. However, as merkle transactions (and by extension, wallet transactions) track which block they were last seen being included in, we can use that to determine the need for rebroadcasting. | |||
2012-11-01 | Merge pull request #1923 from Diapolo/Qt_tooltips | Wladimir J. van der Laan | |
Bitcoin-Qt: use statustips in addition to tooltips | |||
2012-10-31 | Bitcoin-Qt: use statustips in addition to tooltips | Philip Kaufmann | |
- add setStatusTip() in addition to setTooltip() where it makes sense - add only setStatusTip() if GUI element is only used in main- or tray menu - add an event filter on our BitcoinGUI object to prevent garbelled text on the status bar, which happens when we use it for e.g. displaying block-sync state and then a QEvent::StatusTip wants to write own text to it - remove a double translation of "Bitcoin client" | |||
2012-10-30 | Merge pull request #1932 from Diapolo/thread_printf | Wladimir J. van der Laan | |
fix some thread related log messages | |||
2012-10-30 | Merge pull request #1963 from sipa/bugfix_nonewblock | Pieter Wuille | |
Bugfix: don't crash by trying to write unchanged best block | |||
2012-10-29 | Merge pull request #1967 from TheBlueMatt/leveldbmakefile | Pieter Wuille | |
Undo bad gitian update. | |||
2012-10-29 | Undo bad gitian update. | Matt Corallo | |
2012-10-29 | Merge pull request #1935 from runeksvendsen/master | Gavin Andresen | |
Add script to contrib/ that verifies authenticity of binaries hosted on SourceForge | |||
2012-10-29 | Merge branch 'rawtx_p2sh' | Gavin Andresen | |
2012-10-29 | Merge pull request #1966 from TheBlueMatt/leveldbmakefile | Gregory Maxwell | |
Build script fixes | |||
2012-10-29 | Add missing calls to ranlib in Windows makefiles | Matt Corallo | |
2012-10-29 | Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?) | Matt Corallo | |
2012-10-29 | Fix linux-mingw makefile's leveldb build by setting CXX. | Matt Corallo | |
2012-10-29 | Use && instead of ; in leveldb calls to makefile. | Matt Corallo | |
2012-10-29 | New createmultisig rpc command | Gavin Andresen | |
This is to support the signrawtransaction API call; given the public keys involved in a multisig transaction, this gives back the redeemScript needed to sign it. | |||
2012-10-29 | Add redeemScript to listunspent output and signrawtransaction input | Gavin Andresen | |
signrawtransaction was unable to sign pay-to-script-hash inputs when given the list of private keys to use. With this commit you can provide the p2sh redemption script in the list of inputs. | |||
2012-10-29 | Tests for raw transactions argument checking | Gavin Andresen | |
2012-10-29 | No need for test fixture now that multisig is enabled on main network. | Gavin Andresen | |
2012-10-29 | Merge pull request #1710 from sipa/dosp2sh | Pieter Wuille | |
Remove P2SH transition code: P2SH violations may cause DoS trigger | |||
2012-10-29 | Remove P2SH transition code: P2SH violations may cause DoS trigger | Pieter Wuille | |
2012-10-28 | Bugfix: don't crash by trying to write unchanged best block | Pieter Wuille | |
2012-10-25 | fix some double-spaces in strings | Philip Kaufmann | |
- remove some unneeded stuff in sendcoinsentry.ui - harmonize some "Error:"-messages | |||
2012-10-25 | First flush block tree, then coin set | Pieter Wuille | |
As the coinset data refers to the best block, stored in the block tree. Flushing the coin set first can cause inconsistencies if the process gets killed in between. | |||
2012-10-25 | Added checks for null pointers in Shutdown | tucenaber | |
Estetics | |||
2012-10-25 | Merge pull request #1904 from laanwj/2012_10_remove_getorder | Pieter Wuille | |
remove "checkorder" P2P command | |||
2012-10-25 | Merge pull request #1899 from Diapolo/proxy_optionsmodel | Pieter Wuille | |
make optionsmodel query real proxy state for ::data() | |||
2012-10-25 | Merge pull request #1953 from gmaxwell/createnewblock-race | Pieter Wuille | |
Fixes a race condition in CreateNewBlock and a future null deref on testnet. | |||
2012-10-25 | fix some thread related log messages | Philip Kaufmann | |
- "ThreadIRCSeed started" was not displayed, even if the thread ran (although only for a short time as the "do we want this thread?"-checks happen IN ThreadIRCSeed2()) - the patch ensures we always get that message - add a "ThreadIRCSeed trying to connect..." message - add missing "ThreadDumpAddress started" message | |||
2012-10-25 | Merge pull request #1926 from laanwj/2012_10_maindummybounds | Wladimir J. van der Laan | |
Fix out-of-bounds read in main (issue #1924) | |||
2012-10-25 | Merge pull request #1956 from laanwj/2012_10_prerelease_warning | Wladimir J. van der Laan | |
Show warning when using prerelease version | |||
2012-10-25 | Merge pull request #1955 from gmaxwell/gbt_paramfix | Pieter Wuille | |
Don't force getblocktemplate to have a parameter. | |||
2012-10-25 | Merge pull request #1959 from Diapolo/eventFilter_askpassphrasedlg | Wladimir J. van der Laan | |
ensure AskPassphraseDialog::eventFilter forwards events | |||
2012-10-25 | ensure AskPassphraseDialog::eventFilter forwards events | Philip Kaufmann | |
- instead of "return false;" use "return QDialog::eventFilter(object, event);" to harmonize this event filter with our default behaviour - remove orphan spaces found while editting the files | |||
2012-10-25 | Merge pull request #1925 from Diapolo/gcc-hardening | Wladimir J. van der Laan | |
GCC hardening for Bitcoin-Qt | |||
2012-10-25 | Show warning when using prerelease version | Wladimir J. van der Laan | |
Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response. | |||
2012-10-24 | Don't force getblocktemplate to have a parameter. | Gregory Maxwell | |
This looks like it was just a munged merge when ultraprune was committed. | |||
2012-10-24 | Merge pull request #1947 from centromere/freebsd_cpu_fix | Pieter Wuille | |
Fixed 100% CPU utilization problem on FreeBSD 9 | |||
2012-10-24 | Fix out-of-bounds read noticed by Ricardo Correia | Wladimir J. van der Laan | |
Sizeof() returned the size of a pointer instead of the size of the buffer. Fixes issue #1924. |