Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | update translations from transifex | Nils Schneider | |
2012-03-16 | Yet another attempt at implementing "minimize to tray" that works on all OSes | Wladimir J. van der Laan | |
2012-03-13 | Bump CLIENT_VERSION for rc3 releasev0.6.0rc3 | Gavin Andresen | |
2012-03-12 | Limit the impact of reorganisations on the database | Pieter Wuille | |
Sometimes a new block arrives in a new chain that was already the best valid one, but wasn't marked that way. This happens for example when network rules change to recover after a fork. In this case, it is not necessary to do the entire reorganisation inside a single db commit. These can become huge, and exceed the objects/lockers limits in bdb. This patch limits the blocks the actual reorganisation is applied to, and adds the next blocks afterwards in separate db transactions. | |||
2012-03-10 | Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" | Gregory Maxwell | |
2^31 milliseconds is only about 25 days. Also clamps Sleep() to 10 years, because it currently sleeps for 0 seconds when the sleep time would cross 2^31 seconds since the epoch. Hopefully boost will be fixed by 2028. | |||
2012-03-05 | fix typo src/net.cpp | nomnombtc | |
2012-03-03 | Do not allow overwriting unspent transactions (BIP 30) | Pieter Wuille | |
Introduce the following network rule: * a block is not valid if it contains a transaction whose hash already exists in the block chain, unless all that transaction's outputs were already spent before said block. Warning: this is effectively a network rule change, with potential risk for forking the block chain. Leaving this unfixed carries the same risk however, for attackers that can cause a reorganisation in part of the network. Thanks to Russell O'Connor and Ben Reeves. | |||
2012-02-29 | DoS fix for mapOrphanTransactionsv0.6.0rc2 | Gavin Andresen | |
2012-02-28 | Merge branch 'mruinventory' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-28 | Merge branch '2012_02_getspecialfolderpath_overflow' of ↵ | Gavin Andresen | |
https://github.com/laanwj/bitcoin | |||
2012-02-28 | "February" | Michael Ford | |
2012-02-27 | Do not start bitcoin: thread on OSX. fixes #889 | Gavin Andresen | |
2012-02-27 | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-27 | Add mruset and use it for setInventoryKnown | Pieter Wuille | |
2012-02-27 | Move BIP16 switchover time to April 1 | Gavin Andresen | |
2012-02-27 | Merge branch 'nooptionsinwallet+fixproxysetting' of ↵ | Gavin Andresen | |
https://github.com/sipa/bitcoin | |||
2012-02-26 | Merge pull request #853 from laanwj/2012_02_altminimizetray | Wladimir J. van der Laan | |
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning. | |||
2012-02-26 | Store addrProxy port in settings | Pieter Wuille | |
2012-02-26 | Reworked QT settings | Gavin Andresen | |
2012-02-26 | bitcoind changes to stop storing settings in wallet.dat. | Gavin Andresen | |
2012-02-26 | Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901) | Wladimir J. van der Laan | |
2012-02-26 | Move 'Backup Wallet' to file menu | Pieter Wuille | |
2012-02-25 | Fix addrProxy setting | Pieter Wuille | |
Before 0.6 addrProxy was a CAddress, but netbase changed it to CService. Retain compatibility by wrapping/unwrapping with a CAddress when saving or loading. This commit retains compatibility with 0.6.0rc1 (which wrote the setting as a CService) by trying to parse twice. | |||
2012-02-25 | Merge pull request #897 from laanwj/2012_02_fixnegativesecs | Wladimir J. van der Laan | |
In UI, handle cases in which the last received block was generated in the future | |||
2012-02-25 | In UI, handle cases in which the last received block was generated in the ↵ | Wladimir J. van der Laan | |
future (secs<0) Fixes #874. | |||
2012-02-25 | Do not invoke anti-DoS system for invalid BIP16 transactions | Pieter Wuille | |
Doing so would allow an attack on old nodes, which would relay a standard transaction spending a BIP16 output in an invalid way, until reaching a new node, which will disconnect their peer. Reported by makomk on IRC. | |||
2012-02-24 | Add option "-splash" so we can disable the splash screen. | Chris Moore | |
Don't show splash screen when -min is specified on the command line. | |||
2012-02-23 | Checkpoint block 168,000 | Gavin Andresen | |
2012-02-23 | Merge branch 'getblock_cleanup' of https://github.com/luke-jr/bitcoin | Gavin Andresen | |
2012-02-22 | Cleanup JSON-RPC getblock output to be consistent | Luke Dashjr | |
- Add "size" and "bits" - Rename "blockcount" to "height" - Rename "hashprevious" and "hashnext" to "previousblockhash" and "nextblockhash" (respectively) | |||
2012-02-22 | Merge branch 'testnetirc' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'postfeb20' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'reorginfo' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'fix_616' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'fix_626' of https://github.com/sipa/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin | Gavin Andresen | |
2012-02-22 | Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin | Gavin Andresen | |
2012-02-22 | Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, ↵ | Luke Dashjr | |
report "Satoshi" which is at least correct | |||
2012-02-22 | Leave IRC enabled by default on testnet | Pieter Wuille | |
As testnet has neither DNS seeds or built-in seed addresses to bootstrap from. | |||
2012-02-21 | Post-feb20 simplifications | Pieter Wuille | |
Now the entire network upgraded to (initial) protocol version 209, crtainl simplifications in the source code are possible. | |||
2012-02-20 | ProcessBlock is sometimes called with pfrom==NULL | Pieter Wuille | |
2012-02-20 | Fix tests after 38067c18 | Pieter Wuille | |
2012-02-20 | Merge pull request #857 from laanwj/2012_02_fixhelpwindow | Wladimir J. van der Laan | |
On windows, show message box with help, as there is no stderr (fixes #702) | |||
2012-02-20 | Merge pull request #858 from laanwj/2012_02_uisendlabelfix | Wladimir J. van der Laan | |
Only fill in label from address book if no label is filled in yet (fixes #840) | |||
2012-02-19 | Sign message description changes discussed in #bitcoin-dev | Luke Dashjr | |
2012-02-20 | Typo fix | Pieter Wuille | |
2012-02-19 | Merge pull request #864 from sipa/fix_856 | Pieter Wuille | |
Make compressed pubkeys require client >=0.5.99 | |||
2012-02-19 | Merge pull request #868 from sipa/fix_650 | Pieter Wuille | |
Fix #650: CKey::SetSecret BIGNUM leak | |||
2012-02-19 | Merge pull request #867 from laanwj/2012_02_hidetrayicononquit | Wladimir J. van der Laan | |
Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu) |