Bitcoin Core integration/staging tree
Go to file
Gavin Andresen 009d5fb41f Merge branch 'listaddresses' into integration 2011-01-06 08:56:10 -05:00
cryptopp
json
locale -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
obj
rc
xpm
README.md Straw-man for dev process 2010-12-19 10:39:36 -05:00
base58.h
bignum.h
build-msw.txt
build-osx.txt -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
build-unix.txt
coding.txt
db.cpp New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 2010-12-16 01:06:03 +00:00
db.h New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 2010-12-16 01:06:03 +00:00
headers.h
init.cpp add -nolisten command line option 2010-12-22 14:08:00 +01:00
init.h
irc.cpp don't advertise on IRC if we don't allow external connections 2010-12-24 10:25:21 +01:00
irc.h get external ip from irc 2010-12-15 22:43:51 +00:00
key.h
license.txt -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
main.cpp Add address to listtransactions output 2010-12-21 13:39:10 -05:00
main.h Add address to listtransactions output 2010-12-21 13:39:10 -05:00
makefile.mingw
makefile.osx -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
makefile.unix
makefile.vc
net.cpp add -nolisten command line option 2010-12-22 14:08:00 +01:00
net.h
noui.h
rpc.cpp Add time to category:move transactions. 2011-01-05 09:52:52 -05:00
rpc.h
script.cpp -- version 0.3.18 release 2010-12-08 23:23:48 +00:00
script.h -- version 0.3.18 release 2010-12-08 23:23:48 +00:00
serialize.h New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*' 2010-12-16 01:06:03 +00:00
setup.nsi -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
sha256.cpp IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. 2010-12-07 13:43:31 +00:00
strlcpy.h
ui.cpp EndModal fix for Mac from piotrp 2010-12-20 12:51:26 -05:00
ui.h
ui.rc
uibase.cpp -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
uibase.h
uint256.h
uiproject.fbp -- version 0.3.19 release 2010-12-13 16:26:14 +00:00
util.cpp add -nolisten command line option 2010-12-22 14:08:00 +01:00
util.h add -nolisten command line option 2010-12-22 14:08:00 +01:00

README.md

Bitcoin integration/staging tree

Straw-man plan for Bitcoin development (open source vets, please slap me around and help make this better):

Developers work in their own trees, then submit pull requests when they think their feature is ready.

Requests get discussed (where? bitcoin forums?) and if there's broad consensus they're a good thing, well written, match coding style, etc. then they're merged into the 'master' branch.

master branch is regularly built and tested (by who? need people willing to be quality assurance testers), and periodically pushed to the subversion repo to become the official, stable, released bitcoin.

We'll create feature branches if/when there are major new features being worked on by several people.