aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),Jeff Garzik2012-04-151-23/+19
| * | New class CTxMemPool, encapsulating TX memory pool data membersJeff Garzik2012-04-151-30/+29
* | | Merge pull request #1117 from sipa/deadlockfixPieter Wuille2012-04-171-2/+2
|\ \ \
| * | | Fix potential deadlockPieter Wuille2012-04-171-2/+2
| |/ /
* | | Further reduce header dependenciesPieter Wuille2012-04-171-9/+9
* | | Remove headers.hPieter Wuille2012-04-171-1/+1
* | | Merge pull request #1106 from jgarzik/sign-compareGavin Andresen2012-04-171-19/+19
|\ \ \
| * | | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-19/+19
| |/ /
* | | main.cpp: replace tabs with spacesJeff Garzik2012-04-171-5/+5
* | | AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik2012-04-171-2/+6
* | | Merge pull request #1094 from jgarzik/already-have-lockingJeff Garzik2012-04-171-2/+11
|\ \ \
| * | | Locking fix for AlreadyHave()Jeff Garzik2012-04-131-2/+11
* | | | Merge pull request #1081 from jgarzik/pongJeff Garzik2012-04-171-8/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace several network protocol version numbers with named constantsJeff Garzik2012-04-121-5/+6
| * | | BIP 0031: pong messageJeff Garzik2012-04-121-3/+25
* | | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+4
* | | | Database micro-optimization for "tx" network messageJeff Garzik2012-04-131-8/+3
| |/ / |/| |
* | | Remove obsolete Win32 AffinityBugWorkaround()Jeff Garzik2012-04-121-2/+0
|/ /
* | Use filesystem::path instead of manual string tinkeringPieter Wuille2012-04-111-1/+1
* | Merge pull request #1054 from sipa/buildinfoPieter Wuille2012-04-101-5/+0
|\ \
| * | Build identification stringsPieter Wuille2012-04-101-5/+0
* | | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-30/+42
|/ /
* | qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-1/+1
* | support RPC stop and encryptwallet with UIWladimir J. van der Laan2012-04-041-1/+1
* | remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan2012-04-041-3/+0
* | Merge pull request #951 from TheBlueMatt/headerslimitGavin Andresen2012-04-021-2/+2
|\ \ | |/ |/|
| * Limit getheaders to a hard 2000.Matt Corallo2012-03-191-2/+2
* | Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-53/+13
|\ \
| * | CAddrMan: stochastic address managerPieter Wuille2012-02-241-53/+13
* | | Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen2012-03-211-6/+3
* | | Merge pull request #948 from sipa/unstuckGavin Andresen2012-03-211-3/+8
|\ \ \
| * | | Prevent stuck block download in large reorganisationsPieter Wuille2012-03-211-3/+8
* | | | More debug output for failed reorganizationsPieter Wuille2012-03-211-4/+6
|/ / /
* | | Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen2012-03-201-1/+2
* | | assertion in CBlock::SetBestChainInner was too strongPieter Wuille2012-03-201-2/+1
| |/ |/|
* | Limit the impact of reorganisations on the databasePieter Wuille2012-03-121-17/+61
* | Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille2012-03-031-2/+24
* | DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-291-1/+24
* | "February"Michael Ford2012-02-281-1/+1
* | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoinGavin Andresen2012-02-271-0/+7
|\ \
| * | Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille2012-02-251-0/+7
| |/
* / bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-18/+12
|/
* Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-2/+4
|\
| * ProcessBlock is sometimes called with pfrom==NULLPieter Wuille2012-02-201-2/+4
* | Merge branch 'postfeb20' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-22/+20
|\ \
| * | Post-feb20 simplificationsPieter Wuille2012-02-211-22/+20
| |/
* | Merge branch 'reorginfo' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-0/+3
|\ \
| * | Report number of (dis)connected blocks in reorganizationPieter Wuille2012-02-191-0/+3
| |/
* / Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r...Luke Dashjr2012-02-221-1/+1
|/
* Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-171-2/+18
|\