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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump CLIENT_VERSION for rc3 release
v0.6.0rc3
Gavin Andresen
2012-03-13
1
-1
/
+1
*
Limit the impact of reorganisations on the database
Pieter Wuille
2012-03-12
1
-0
/
+3
*
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-29
1
-0
/
+1
*
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-26
1
-20
/
+0
*
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-16
1
-0
/
+1
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Increase client version to 0.6
Gavin Andresen
2012-02-07
1
-1
/
+1
*
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-06
1
-4
/
+1
*
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-27
1
-0
/
+1
*
Merge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen
2012-01-25
1
-4
/
+4
|
\
|
*
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-20
1
-4
/
+4
*
|
Only store transactions with missing inputs in the orphan pool.
Gavin Andresen
2012-01-23
1
-1
/
+2
|
/
*
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight
2012-01-14
1
-0
/
+6
*
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2012-01-13
1
-5
/
+64
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-3
/
+5
*
collect more info on tx pooling and block finding for getmininginfo
Luke Dashjr
2012-01-12
1
-0
/
+3
*
New RPC commands: getblockhash and getblock
Gavin Andresen
2011-12-23
1
-1
/
+0
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-34
/
+32
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-32
/
+34
*
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
1
-2
/
+9
|
\
|
*
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr
2011-12-14
1
-2
/
+9
*
|
Merge branch 'op_eval'
Gavin Andresen
2011-12-20
1
-29
/
+9
|
\
\
|
*
|
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
1
-1
/
+3
|
*
|
OP_EVAL implementation
Gavin Andresen
2011-12-19
1
-29
/
+7
*
|
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-6
/
+6
|
/
/
*
|
Merge pull request #574 from sipa/dumpprivkey
Gavin Andresen
2011-12-19
1
-2
/
+8
|
\
\
|
*
|
Preparations for key import/export
Pieter Wuille
2011-12-17
1
-2
/
+8
*
|
|
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-1
/
+6
|
/
/
*
|
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
1
-0
/
+1
*
|
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-12-01
1
-1
/
+0
*
|
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-1
/
+1
*
|
Added RPC call 'getmemorypool' that provides everything needed to construct a...
Forrest Voight
2011-10-01
1
-0
/
+1
*
|
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-26
1
-0
/
+8
|
\
\
|
*
|
Transaction/Block denial-of-service detection/response
Gavin Andresen
2011-09-21
1
-0
/
+8
|
|
/
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-16
1
-1
/
+1
|
\
|
|
*
Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...
Gavin Andresen
2011-09-07
1
-1
/
+1
|
|
\
|
|
*
Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...
Luke Dashjr
2011-09-06
1
-1
/
+1
*
|
|
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...
Wladimir J. van der Laan
2011-09-11
1
-1
/
+1
*
|
|
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
1
-0
/
+1
|
/
/
*
|
Start moving protocol-specific code to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-1
/
+0
*
|
Make some global variables less-global (static)
Giel van Schijndel
2011-08-19
1
-13
/
+0
|
/
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
get rid of mapPubKeys
Pieter Wuille
2011-07-17
1
-2
/
+0
*
Merge pull request #352 from TheBlueMatt/newenc
Jeff Garzik
2011-07-12
1
-1
/
+0
|
\
|
*
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
1
-1
/
+0
*
|
remove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan
2011-07-09
1
-1
/
+3
|
/
*
Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin
Gavin Andresen
2011-06-24
1
-0
/
+1
|
\
|
*
add GetTotalBlocksEstimate() function, move magic number to constant
Wladimir J. van der Laan
2011-06-19
1
-0
/
+1
*
|
CWallet class
Pieter Wuille
2011-06-15
1
-103
/
+28
*
|
move wallet code to separate file
Pieter Wuille
2011-06-15
1
-437
/
+9
|
/
[prev]
[next]