index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check earlier for blocks with duplicate transactions. Fixes #1167
v0.6.1rc2
Gavin Andresen
2012-04-30
1
-0
/
+10
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-5
/
+5
*
Test ScriptSigArgsExpected() for error, before accumulating return value
Jeff Garzik
2012-04-23
1
-2
/
+9
*
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-23
1
-11
/
+11
*
Merge remote-tracking branch 'jgarzik/mempool'
Pieter Wuille
2012-04-17
1
-71
/
+72
|
\
|
*
CTxMemPool: add helper methods, to reduce global mempool.mapTx accesses
Jeff Garzik
2012-04-15
1
-8
/
+16
|
*
CTxMemPool: encapsulate AcceptToMemoryPool
Jeff Garzik
2012-04-15
1
-40
/
+46
|
*
CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),
Jeff Garzik
2012-04-15
1
-23
/
+19
|
*
New class CTxMemPool, encapsulating TX memory pool data members
Jeff Garzik
2012-04-15
1
-30
/
+29
*
|
Merge pull request #1117 from sipa/deadlockfix
Pieter Wuille
2012-04-17
1
-2
/
+2
|
\
\
|
*
|
Fix potential deadlock
Pieter Wuille
2012-04-17
1
-2
/
+2
|
|
/
*
|
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-9
/
+9
*
|
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+1
*
|
Merge pull request #1106 from jgarzik/sign-compare
Gavin Andresen
2012-04-17
1
-19
/
+19
|
\
\
|
*
|
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-19
/
+19
|
|
/
*
|
main.cpp: replace tabs with spaces
Jeff Garzik
2012-04-17
1
-5
/
+5
*
|
AlreadyHave(): only hold lock during mapTransactions access
Jeff Garzik
2012-04-17
1
-2
/
+6
*
|
Merge pull request #1094 from jgarzik/already-have-locking
Jeff Garzik
2012-04-17
1
-2
/
+11
|
\
\
|
*
|
Locking fix for AlreadyHave()
Jeff Garzik
2012-04-13
1
-2
/
+11
*
|
|
Merge pull request #1081 from jgarzik/pong
Jeff Garzik
2012-04-17
1
-8
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replace several network protocol version numbers with named constants
Jeff Garzik
2012-04-12
1
-5
/
+6
|
*
|
BIP 0031: pong message
Jeff Garzik
2012-04-12
1
-3
/
+25
*
|
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-15
1
-0
/
+4
*
|
|
Database micro-optimization for "tx" network message
Jeff Garzik
2012-04-13
1
-8
/
+3
|
|
/
|
/
|
*
|
Remove obsolete Win32 AffinityBugWorkaround()
Jeff Garzik
2012-04-12
1
-2
/
+0
|
/
*
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
1
-1
/
+1
*
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
1
-5
/
+0
|
\
|
*
Build identification strings
Pieter Wuille
2012-04-10
1
-5
/
+0
*
|
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-30
/
+42
|
/
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-04
1
-3
/
+0
*
Merge pull request #951 from TheBlueMatt/headerslimit
Gavin Andresen
2012-04-02
1
-2
/
+2
|
\
|
*
Limit getheaders to a hard 2000.
Matt Corallo
2012-03-19
1
-2
/
+2
*
|
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-22
1
-53
/
+13
|
\
\
|
*
|
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-24
1
-53
/
+13
*
|
|
Remove -bip16 and -paytoscripthashtime command-line arguments
Gavin Andresen
2012-03-21
1
-6
/
+3
*
|
|
Merge pull request #948 from sipa/unstuck
Gavin Andresen
2012-03-21
1
-3
/
+8
|
\
\
\
|
*
|
|
Prevent stuck block download in large reorganisations
Pieter Wuille
2012-03-21
1
-3
/
+8
*
|
|
|
More debug output for failed reorganizations
Pieter Wuille
2012-03-21
1
-4
/
+6
|
/
/
/
*
|
|
Use last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen
2012-03-20
1
-1
/
+2
*
|
|
assertion in CBlock::SetBestChainInner was too strong
Pieter Wuille
2012-03-20
1
-2
/
+1
|
|
/
|
/
|
*
|
Limit the impact of reorganisations on the database
Pieter Wuille
2012-03-12
1
-17
/
+61
*
|
Do not allow overwriting unspent transactions (BIP 30)
Pieter Wuille
2012-03-03
1
-2
/
+24
*
|
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-29
1
-1
/
+24
*
|
"February"
Michael Ford
2012-02-28
1
-1
/
+1
*
|
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
|
|
/
*
/
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-26
1
-18
/
+12
|
/
*
Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
1
-2
/
+4
|
\
[next]