Go to file
Gavin Andresen 245e1b4fdb Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration 2011-01-20 16:21:59 -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 Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration 2011-01-20 16:20:11 -05: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 Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration 2011-01-20 16:21:59 -05:00
main.h ReacceptWalletTransactions bugfix 2011-01-19 16:50:20 -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 Reconcile getbalance and listaccounts 0 in the shared-wallet case 2011-01-20 13:10:01 -05:00
rpc.h
script.cpp
script.h
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
strlcpy.h
ui.cpp EndModal fix for Mac from piotrp 2010-12-20 12:51:26 -05:00
ui.h
ui.rc
uibase.cpp don't set statusbar background color 2011-01-19 01:27:58 +01:00
uibase.h
uint256.h
uiproject.fbp don't set statusbar background color 2011-01-19 01:27:58 +01:00
util.cpp Fix bus error in DebugPrint if -datadir given non-existent directory. 2011-01-20 14:57:46 -05: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.