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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
rpc server: send '403 Forbidden' to rejected clients
Giel van Schijndel
2011-06-26
1
-1
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #368 from TheBlueMatt/dnsseed
Jeff Garzik
2011-07-01
1
-10
/
+13
|
\
\
\
|
*
|
|
Only use dnsseeds and static seeds when not on testnet.
Matt Corallo
2011-07-01
1
-10
/
+13
*
|
|
|
Merge pull request #371 from EricJ2190/master
Jeff Garzik
2011-07-01
1
-8
/
+24
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Updated Visual C++ makefile.
Eric Hosmer
2011-07-01
1
-8
/
+24
|
|
/
/
*
|
|
Enable DNS seeding by default.
Jeff Garzik
2011-07-01
1
-1
/
+3
*
|
|
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-07-01
3
-5
/
+11
|
/
/
*
|
Merge pull request #367 from TheBlueMatt/dnsseed
Jeff Garzik
2011-06-30
1
-0
/
+1
|
\
\
|
*
|
Add new DNSSeed dnsseed.bluematt.me.
Matt Corallo
2011-06-30
1
-0
/
+1
|
|
/
*
|
Fix connection failure debug output
Joerie de Gram
2011-06-28
1
-1
/
+1
*
|
Merge pull request #356 from gavinandresen/unitTest
Gavin Andresen
2011-06-27
8
-3
/
+83
|
\
\
|
|
/
|
/
|
|
*
Boost unit-testing framework.
Gavin Andresen
2011-06-27
8
-3
/
+83
*
|
Fix segfault when creating new wallet
Pieter Wuille
2011-06-26
2
-10
/
+3
|
/
*
Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin
Gavin Andresen
2011-06-24
2
-1
/
+17
|
\
|
*
add GetTotalBlocksEstimate() function, move magic number to constant
Wladimir J. van der Laan
2011-06-19
2
-1
/
+17
*
|
Edited init.cpp to include a check that -datadir exists
James Burkle
2011-06-23
1
-2
/
+11
*
|
Bugfixes walletclass
Pieter Wuille
2011-06-20
4
-8
/
+14
*
|
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-19
5
-0
/
+5
*
|
CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false
Jeff Garzik
2011-06-18
1
-1
/
+1
*
|
CWallet class
Pieter Wuille
2011-06-15
15
-664
/
+829
*
|
move wallet code to separate file
Pieter Wuille
2011-06-15
16
-1690
/
+1735
|
/
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
11
-30
/
+49
|
\
|
*
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-17
8
-13
/
+16
|
*
Remove some globally unused headers from headers.h
Jordan Lewis
2011-05-17
1
-11
/
+1
|
*
Only include strlcpy.h when we have to
Jordan Lewis
2011-05-15
5
-1
/
+4
|
*
Only include init.h when we have to
Jordan Lewis
2011-05-15
5
-1
/
+4
|
*
Only include net.h when we have to
Jordan Lewis
2011-05-15
8
-1
/
+13
|
*
Only included rpc.h when necessary
Jordan Lewis
2011-05-15
2
-1
/
+1
|
*
Only include db.h when we have to.
Jordan Lewis
2011-05-15
7
-1
/
+8
|
*
Only include irc.h when needed
Jordan Lewis
2011-05-15
3
-1
/
+2
*
|
FormatFullVersion: build fix related to recent translation improvement
Jeff Garzik
2011-06-14
1
-2
/
+4
*
|
Merge pull request #314 from codler/translate
Jeff Garzik
2011-06-14
1
-1
/
+1
|
\
\
|
*
|
Double check translation and improved a translation string
Han Lin Yap
2011-06-12
1
-1
/
+1
*
|
|
Faster timeout when connecting
Pieter Wuille
2011-06-12
5
-3
/
+93
|
/
/
*
|
Remove unused variable
Han Lin Yap
2011-06-11
1
-1
/
+0
*
|
Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC.
Jeff Garzik
2011-06-10
1
-1
/
+1
*
|
Merge pull request #304 from TheBlueMatt/cpufix
Jeff Garzik
2011-06-09
1
-3
/
+6
|
\
\
|
*
|
Fix CPU Usage bug when using -nolisten and have no connections.
Matt Corallo
2011-06-07
1
-3
/
+6
*
|
|
Merge pull request #293 from tcatm/keypool-fix
Gavin Andresen
2011-06-07
1
-6
/
+5
|
\
\
\
|
*
|
|
create keypool in LoadWallet()
Nils Schneider
2011-06-03
1
-6
/
+5
*
|
|
|
Demystify a few magic numbers.
Doug Huff
2011-06-06
2
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Reduce minimum TX fee for new transactions, to 0.0005.
Jeff Garzik
2011-06-05
1
-1
/
+1
*
|
|
Bump version to 0.3.23.
Jeff Garzik
2011-06-05
1
-1
/
+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
3
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Update transactions already in the wallet when rescanning.
Pieter Wuille
2011-05-22
3
-4
/
+4
|
|
/
/
/
*
|
/
/
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Doug Huff
2011-06-02
2
-6
/
+21
|
|
/
/
|
/
|
|
*
|
|
Bugfix for dnsseed introduced by dnslookup
v0.3.22
Pieter Wuille
2011-06-02
1
-1
/
+1
*
|
|
Merge remote branch 'upstream/master'
Pieter Wuille
2011-06-02
3
-12
/
+60
|
\
\
\
[prev]
[next]