| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Limit the impact of reorganisations on the database | Pieter Wuille | 2012-03-12 | 2 | -17/+64 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #926 from gmaxwell/master | Pieter Wuille | 2012-03-11 | 2 | -4/+6 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" | Gregory Maxwell | 2012-03-10 | 2 | -4/+6 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #918 from nomnombtc/patch-1 | Pieter Wuille | 2012-03-05 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix typo src/net.cpp | nomnombtc | 2012-03-05 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #915 from sipa/nooverwritetx | Gavin Andresen | 2012-03-03 | 1 | -2/+24 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Do not allow overwriting unspent transactions (BIP 30) | Pieter Wuille | 2012-03-03 | 1 | -2/+24 | |
| |/ / / / / | ||||||
| * | | | | | Updated Mac build process | Gavin Andresen | 2012-02-29 | 1 | -2/+5 | |
| * | | | | | Merge pull request #912 from TheBlueMatt/master | Gavin Andresen | 2012-02-29 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix release-process.txt for new deps zip. | Matt Corallo | 2012-02-29 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | DoS fix for mapOrphanTransactionsv0.6.0rc2 | Gavin Andresen | 2012-02-29 | 3 | -1/+104 | |
| * | | | | | Merge branch 'mruinventory' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-28 | 4 | -1/+157 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add mruset and use it for setInventoryKnown | Pieter Wuille | 2012-02-27 | 4 | -1/+157 | |
| * | | | | | | Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la... | Gavin Andresen | 2012-02-28 | 1 | -33/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901) | Wladimir J. van der Laan | 2012-02-26 | 1 | -33/+10 | |
| * | | | | | | | Merge pull request #910 from fanquake/master | Pieter Wuille | 2012-02-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | "February" | Michael Ford | 2012-02-28 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Do not start bitcoin: thread on OSX. fixes #889 | Gavin Andresen | 2012-02-27 | 1 | -0/+5 | |
| * | | | | | | | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-27 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Do not invoke anti-DoS system for invalid BIP16 transactions | Pieter Wuille | 2012-02-25 | 1 | -0/+7 | |
| * | | | | | | | | Move BIP16 switchover time to April 1 | Gavin Andresen | 2012-02-27 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'nooptionsinwallet+fixproxysetting' of https://github.com/sipa/b... | Gavin Andresen | 2012-02-27 | 12 | -143/+187 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Store addrProxy port in settings | Pieter Wuille | 2012-02-26 | 1 | -4/+4 | |
| | * | | | | | | | Reworked QT settings | Gavin Andresen | 2012-02-26 | 6 | -53/+153 | |
| | * | | | | | | | bitcoind changes to stop storing settings in wallet.dat. | Gavin Andresen | 2012-02-26 | 7 | -104/+34 | |
| | * | | | | | | | Fix addrProxy setting | Pieter Wuille | 2012-02-25 | 2 | -3/+17 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | 2012-02-26 | 2 | -29/+27 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Do show/showNormal only when needed. | Wladimir J. van der Laan | 2012-02-17 | 2 | -7/+18 | |
| | * | | | | | | | Hide window from taskbar when "minimize to tray" active by making window into... | Wladimir J. van der Laan | 2012-02-17 | 2 | -22/+9 | |
| * | | | | | | | | Merge pull request #900 from sipa/movebackupmenu | Wladimir J. van der Laan | 2012-02-26 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Move 'Backup Wallet' to file menu | Pieter Wuille | 2012-02-26 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #897 from laanwj/2012_02_fixnegativesecs | Wladimir J. van der Laan | 2012-02-25 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | In UI, handle cases in which the last received block was generated in the fut... | Wladimir J. van der Laan | 2012-02-25 | 1 | -4/+11 | |
| * | | | | | | | Merge pull request #894 from dooglus/nosplash | Wladimir J. van der Laan | 2012-02-24 | 2 | -4/+9 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Add option "-splash" so we can disable the splash screen. | Chris Moore | 2012-02-24 | 2 | -4/+9 | |
| |/ / / / / / | ||||||
| * | | | | | | Checkpoint block 168,000 | Gavin Andresen | 2012-02-23 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'getblock_cleanup' of https://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-02-23 | 1 | -10/+17 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Cleanup JSON-RPC getblock output to be consistent | Luke Dashjr | 2012-02-22 | 1 | -10/+17 | |
| * | | | | | | | Merge pull request #887 from TheBlueMatt/gitian_deps | Pieter Wuille | 2012-02-23 | 3 | -10/+20 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Make deps build deterministic and upgrade to libpng 1.5.9. | Matt Corallo | 2012-02-22 | 3 | -10/+20 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'testnetirc' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-22 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Leave IRC enabled by default on testnet | Pieter Wuille | 2012-02-22 | 1 | -0/+5 | |
| * | | | | | | | | Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-22 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ProcessBlock is sometimes called with pfrom==NULL | Pieter Wuille | 2012-02-20 | 1 | -2/+4 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'postfeb20' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-22 | 3 | -39/+27 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Post-feb20 simplifications | Pieter Wuille | 2012-02-21 | 3 | -39/+27 | |
| * | | | | | | | | | Merge branch 'reorginfo' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-22 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Report number of (dis)connected blocks in reorganization | Pieter Wuille | 2012-02-19 | 1 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'fix_616' of https://github.com/sipa/bitcoin | Gavin Andresen | 2012-02-22 | 1 | -7/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix #616: remove base_uint::operator&=(uint64 b) | Pieter Wuille | 2012-02-19 | 1 | -7/+0 | |
| | |/ / / / / / / / / | ||||||