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
...
|
*
|
|
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-22
1
-41
/
+0
|
\
|
|
|
*
|
Remove unused ScanMessageStart function
Gavin Andresen
2011-08-16
1
-41
/
+0
|
|
/
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-16
1
-0
/
+1
|
\
|
|
*
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
1
-0
/
+1
|
|
\
|
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-11
1
-1
/
+10
|
\
|
|
|
*
|
Merge pull request #459 from jgarzik/char-msgstart
Gavin Andresen
2011-08-10
1
-1
/
+1
|
|
\
\
|
|
*
|
Use 'unsigned char' rather than 'char' for pchMessageStart.
Venkatesh Srinivas
2011-08-10
1
-1
/
+1
|
|
|
/
|
*
/
Check for duplicate txins in CheckTransaction.
Matt Corallo
2011-07-31
1
-0
/
+9
|
|
/
*
|
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-26
1
-3
/
+0
|
\
|
|
*
Merge pull request #403 from sipa/cbitcoinaddress
Jeff Garzik
2011-07-24
1
-3
/
+0
|
|
\
|
|
*
get rid of mapPubKeys
Pieter Wuille
2011-07-17
1
-3
/
+0
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-22
1
-0
/
+1
|
\
|
|
|
*
|
Actually use mapAlreadyAskedFor.
Matt Corallo
2011-07-21
1
-0
/
+1
|
|
/
*
/
make initial block download reporting somewhat better by tracking version res...
Wladimir J. van der Laan
2011-07-17
1
-1
/
+5
|
/
*
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-14
1
-1
/
+4
*
fix warnings: expression result unused [-Wunused-value]
Giel van Schijndel
2011-07-13
1
-1
/
+1
*
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
1
-1
/
+0
*
Add wallet privkey encryption.
Matt Corallo
2011-07-13
1
-1
/
+1
*
Block-chain lock-in at 134444
Gavin Andresen
2011-07-03
1
-4
/
+5
*
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-07-01
1
-3
/
+7
*
Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin
Gavin Andresen
2011-06-24
1
-1
/
+16
|
\
|
*
add GetTotalBlocksEstimate() function, move magic number to constant
Wladimir J. van der Laan
2011-06-19
1
-1
/
+16
*
|
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-19
1
-0
/
+1
*
|
CWallet class
Pieter Wuille
2011-06-15
1
-122
/
+134
*
|
move wallet code to separate file
Pieter Wuille
2011-06-15
1
-1116
/
+165
|
/
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
1
-0
/
+4
|
\
|
*
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-17
1
-0
/
+1
|
*
Only include init.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include net.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include db.h when we have to.
Jordan Lewis
2011-05-15
1
-0
/
+1
*
|
Merge pull request #264 from sipa/mintxfeefix
Jeff Garzik
2011-06-05
1
-3
/
+12
|
\
\
|
*
|
Fix for small change outputs
Pieter Wuille
2011-05-25
1
-3
/
+12
|
|
/
*
|
Merge pull request #255 from sipa/rescanupdate
Jeff Garzik
2011-06-05
1
-2
/
+2
|
\
\
|
*
|
Update transactions already in the wallet when rescanning.
Pieter Wuille
2011-05-22
1
-2
/
+2
|
|
/
*
|
bugfix: accept free transactions
Pieter Wuille
2011-05-28
1
-1
/
+1
*
|
Separate required fee for relaying and creation
Pieter Wuille
2011-05-26
1
-3
/
+3
|
/
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-60
/
+58
*
Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.
Daniel Holbert
2011-05-12
1
-2
/
+0
*
Replace CENT with new constant MIN_TX_FEE, where appropriate.
Jeff Garzik
2011-05-11
1
-1
/
+1
*
Manual merge of jaromil's source tree reorg commit.
Jeff Garzik
2011-05-09
1
-81
/
+5
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+4104
[prev]