| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Support large files on 32-bit Linux | Pieter Wuille | 2013-01-30 | 2 | -1/+3 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2248 from gavinandresen/issue2239 | Wladimir J. van der Laan | 2013-01-30 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Prevent Qt crash at startup with an empty data directory | Gavin Andresen | 2013-01-30 | 1 | -1/+4 | |
| * | | | | | | | | | | Merge pull request #2244 from sipa/files | Gavin Andresen | 2013-01-30 | 1 | -0/+19 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Added information about used data files | Pieter Wuille | 2013-01-30 | 1 | -0/+19 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2246 from gavinandresen/changefix | Gavin Andresen | 2013-01-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | ||||||
| | * / / / / / / | Correctly randomize change output position | Gavin Andresen | 2013-01-30 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2224 from sipa/valstate | Gavin Andresen | 2013-01-29 | 10 | -249/+309 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Deal with LevelDB errors | Pieter Wuille | 2013-01-30 | 4 | -39/+74 | |
| | * | | | | | | | Improve dealing with abort conditions | Pieter Wuille | 2013-01-30 | 2 | -37/+42 | |
| | * | | | | | | | Add disk space checks before flushing CCoins cache | Pieter Wuille | 2013-01-30 | 1 | -0/+7 | |
| | * | | | | | | | Treat coinbase value violation as DoS | Pieter Wuille | 2013-01-30 | 1 | -1/+1 | |
| | * | | | | | | | CValidationState framework | Pieter Wuille | 2013-01-30 | 8 | -213/+226 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | 2013-01-29 | 2 | -10/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge pull request #2235 from gavinandresen/clangwarnings | Gavin Andresen | 2013-01-29 | 2 | -10/+1 | |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | | * | | | | | | Fix two clang3.3 warnings | Gavin Andresen | 2013-01-29 | 2 | -10/+1 | |
| | |/ / / / / / | ||||||
| * / / / / / / | Utility to create pnSeed array | Gavin Andresen | 2013-01-29 | 2 | -0/+41 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2231 from sipa/cleanups | Jeff Garzik | 2013-01-29 | 3 | -15/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rename database directories | Pieter Wuille | 2013-01-28 | 2 | -4/+4 | |
| | * | | | | | | Remove support for pre-checksum undo files | Pieter Wuille | 2013-01-28 | 1 | -11/+1 | |
| * | | | | | | | Merge pull request #2234 from gavinandresen/seednodes | Jeff Garzik | 2013-01-29 | 1 | -77/+75 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | New seed nodes, from http://bitcoin.sipa.be/seeds.txt | Gavin Andresen | 2013-01-29 | 1 | -77/+75 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1549 from TheBlueMatt/addnoderpc | Gavin Andresen | 2013-01-28 | 5 | -19/+180 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Try more than the first address for a DNS -addnode. | Matt Corallo | 2013-01-27 | 1 | -2/+2 | |
| | * | | | | | | Add a getaddednodeinfo RPC. | Matt Corallo | 2013-01-27 | 3 | -0/+95 | |
| | * | | | | | | Add addnode RPC command. | Matt Corallo | 2013-01-27 | 3 | -0/+44 | |
| | * | | | | | | Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()). | Matt Corallo | 2013-01-27 | 1 | -0/+2 | |
| | * | | | | | | Use a copy in place of mapMultiArgs["-addnode"]. | Matt Corallo | 2013-01-27 | 2 | -18/+38 | |
| * | | | | | | | Merge pull request #2223 from gavinandresen/nonfinalnonstandard | Gavin Andresen | 2013-01-28 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Treat non-final transactions as non-standard | Gavin Andresen | 2013-01-26 | 1 | -0/+3 | |
| * | | | | | | | | Merge pull request #2162 from gavinandresen/spendfrom | Jeff Garzik | 2013-01-26 | 3 | -0/+308 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | spendfrom.py sends coins from a particular address or addresses | Gavin Andresen | 2013-01-24 | 3 | -0/+308 | |
| * | | | | | | | | | Merge pull request #2182 from gavinandresen/addressoracle | Gavin Andresen | 2013-01-26 | 4 | -32/+31 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Let limitfreerelay=0 reject ALL free transactions | Gavin Andresen | 2013-01-23 | 1 | -1/+1 | |
| | * | | | | | | | | Remove IsFromMe() check in CTxMemPool::accept() | Gavin Andresen | 2013-01-15 | 4 | -32/+31 | |
| * | | | | | | | | | Merge pull request #2222 from sipa/check288 | Gavin Andresen | 2013-01-26 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Check only 288 blocks at startup by default | Pieter Wuille | 2013-01-26 | 2 | -2/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2213 from Diapolo/translations | Wladimir J. van der Laan | 2013-01-26 | 40 | -8896/+23650 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | full translations update | Philip Kaufmann | 2013-01-26 | 40 | -8896/+23650 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2168 from sipa/txindex | Gavin Andresen | 2013-01-25 | 5 | -7/+94 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add optional transaction index to databases | Pieter Wuille | 2013-01-18 | 5 | -7/+94 | |
| * | | | | | | | | Merge pull request #2207 from gavinandresen/leveldb19 | Gavin Andresen | 2013-01-24 | 42 | -990/+2032 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix corruption bug found and analyzed by [email protected] | David Grogan | 2013-01-23 | 5 | -2/+115 | |
| | * | | | | | | | | added utility to dump leveldb files | Sanjay Ghemawat | 2013-01-23 | 5 | -5/+253 | |
| | * | | | | | | | | Port leveldb to MinGW32 | Gavin Andresen | 2013-01-23 | 7 | -40/+71 | |
| | * | | | | | | | | Mingw support for Windows LevelDB port | Pieter Wuille | 2013-01-23 | 2 | -0/+13 | |
| | * | | | | | | | | Pre-Vista leveldb::port::InitOnce implementation | Pieter Wuille | 2013-01-23 | 2 | -8/+21 | |
| | * | | | | | | | | Native Windows LevelDB port | Pieter Wuille | 2013-01-23 | 7 | -1/+1371 | |
| | * | | | | | | | | Remove Snappy support | Pieter Wuille | 2013-01-23 | 1 | -11/+0 | |
| | * | | | | | | | | Replace leveldb/ with vanilla 1.7.0 | Pieter Wuille | 2013-01-23 | 34 | -1216/+481 | |