| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Replace RelayMessage with RelayTransaction. | Matt Corallo | 2013-01-16 | 7 | -56/+56 | |
| | * | | | | | | | | | | | Add a filter field in CNode, add filterload+filteradd+filterclear | Matt Corallo | 2013-01-16 | 2 | -0/+51 | |
| | * | | | | | | | | | | | Bump PROTOCOL_VERSION for filter messages. | Matt Corallo | 2013-01-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Add a CBloomFilter class for use as a transaction filter. | Matt Corallo | 2013-01-16 | 7 | -0/+209 | |
| | * | | | | | | | | | | | Add MurmurHash3 implementation to hash.h/add hash.cpp. | Matt Corallo | 2013-01-16 | 7 | -0/+66 | |
| | * | | | | | | | | | | | Add const versions of base_uint.end()/begin(), make size() const. | Matt Corallo | 2013-01-16 | 1 | -1/+11 | |
| * | | | | | | | | | | | | Merge pull request #2181 from Diapolo/translations | Wladimir J. van der Laan | 2013-01-16 | 2 | -56/+99 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14) | Philip Kaufmann | 2013-01-14 | 2 | -56/+99 | |
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * / | | | | | | | | | | Fix clang warnings | Gavin Andresen | 2013-01-15 | 1 | -2/+2 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2172 from Diapolo/init_messages | Gavin Andresen | 2013-01-14 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | make database init messages more valuable | Philip Kaufmann | 2013-01-13 | 1 | -4/+6 | |
| * | | | | | | | | | | | Merge pull request #2159 from petertodd/display-nlocktime-correctly | Gavin Andresen | 2013-01-14 | 4 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Display tx nLockTime correctly when set to block # | Peter Todd | 2013-01-09 | 4 | -4/+6 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2129 from gmaxwell/wallet_less_frequent_fees | Gavin Andresen | 2013-01-14 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | If the prio. will be enough after the next block don't force fees. | Gregory Maxwell | 2012-12-26 | 1 | -1/+4 | |
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'macdeployqt_fix' of git://github.com/themighty1/bitcoin | Gavin Andresen | 2013-01-14 | 1 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Deploy properly with Nokia Qt installer's Frameworks | default | 2012-11-21 | 1 | -3/+9 | |
| * | | | | | | | | | | | | Merge pull request #2161 from sipa/noclient | Gavin Andresen | 2013-01-14 | 3 | -33/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Remove fClient | Pieter Wuille | 2013-01-09 | 3 | -33/+14 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2099 from gavinandresen/blkfile_upgrade | Gavin Andresen | 2013-01-14 | 1 | -0/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Upgrading to 0.8: re-use blkNNNN.dat files. | Gavin Andresen | 2012-12-16 | 1 | -0/+27 | |
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2142 from gavinandresen/utilprint | Gavin Andresen | 2013-01-14 | 2 | -42/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | OutputDebugStringF code cleanup | Gavin Andresen | 2013-01-01 | 2 | -42/+57 | |
| * | | | | | | | | | | | | | Merge branch 'devprocess' | Gavin Andresen | 2013-01-14 | 1 | -14/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Update development process README to reflect current reality | Gavin Andresen | 2013-01-14 | 1 | -14/+38 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2166 from Diapolo/Qt_signverify | Wladimir J. van der Laan | 2013-01-13 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM() | Philip Kaufmann | 2013-01-10 | 2 | -4/+4 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2169 from Diapolo/small_main_h_cleanup | Jeff Garzik | 2013-01-11 | 1 | -8/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | small main.h cleanup (no code changes) | Philip Kaufmann | 2013-01-11 | 1 | -8/+2 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2145 from sipa/checkcoins | Gregory Maxwell | 2013-01-11 | 3 | -42/+146 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | New database check routine | Pieter Wuille | 2013-01-04 | 3 | -14/+60 | |
| | * | | | | | | | | | | | Add checksums to undo data | Pieter Wuille | 2013-01-03 | 2 | -16/+52 | |
| | * | | | | | | | | | | | Make DisconnectBlock fault-tolerant | Pieter Wuille | 2013-01-03 | 2 | -20/+42 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2115 from forrestv/getblocktemplate_allfees | Pieter Wuille | 2013-01-10 | 4 | -55/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | moved "index_in_template" to a separate variable to clarify what it is | Forrest Voight | 2013-01-03 | 1 | -2/+3 | |
| | * | | | | | | | | | | use fee/sigop data in BlockTemplate struct instead of (not always correctly) ... | Forrest Voight | 2012-12-19 | 1 | -8/+2 | |
| | * | | | | | | | | | | changed CreateNewBlock to return a CBlockTemplate object, which includes per-... | Forrest Voight | 2012-12-19 | 4 | -47/+67 | |
| * | | | | | | | | | | | Merge pull request #2153 from Diapolo/overviewpage | Wladimir J. van der Laan | 2013-01-06 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui | Philip Kaufmann | 2013-01-06 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Merge pull request #2151 from Diapolo/signmessage | Wladimir J. van der Laan | 2013-01-06 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Bitcoin-Qt: add a Signature label on sign message page | Philip Kaufmann | 2013-01-06 | 1 | -0/+10 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2147 from Diapolo/mq_name_testnet | Wladimir J. van der Laan | 2013-01-06 | 3 | -11/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Bitcoin-Qt: give testnet a unique IPC message queue name | Philip Kaufmann | 2013-01-06 | 3 | -11/+25 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2143 from Diapolo/ThreadSafeMessageBox_caption | Wladimir J. van der Laan | 2013-01-06 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | update noui_ThreadSafeMessageBox function to use strCaption | Philip Kaufmann | 2013-01-06 | 1 | -2/+2 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2110 from Diapolo/addrbook | Wladimir J. van der Laan | 2013-01-05 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Bitcoin-Qt: comment out unused parameter in addressbookpage | Philip Kaufmann | 2012-12-15 | 2 | -2/+2 | |
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2148 from Diapolo/est_block_count | Wladimir J. van der Laan | 2013-01-05 | 3 | -12/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Bitcoin-Qt: never display own block count > estimated block count | Philip Kaufmann | 2013-01-04 | 3 | -12/+6 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1685 from Diapolo/Qt_add_options_reset | Wladimir J. van der Laan | 2013-01-05 | 5 | -2/+79 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||