command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio,
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Fri, 12 Feb 2010 20:38:44 +0000 (20:38 +0000)
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Fri, 12 Feb 2010 20:38:44 +0000 (20:38 +0000)
commit98500d70a8cf25af4bab80526fd128ccdc36ceeb
tree61624e0903150505dc09977ae9ff1bc9ab40ee2b
parentfa9dbd6b62ab161c29c9b8cf97b9c8da8ef4346e
command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio,
added SetBitcoinAddress and GetBitcoinAddress methods on CScript,
critsect interlocks around mapAddressBook,
added some random delays in tx broadcast to improve privacy,
now compiles with MSVC 8.0

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@60 1a98c847-1fd6-4fd8-948a-caf3550aa51b
23 files changed:
bignum.h
build-msw.txt
db.h
headers.h
irc.cpp
irc.h
license.txt
main.cpp
main.h
makefile
makefile.unix.wx2.8
makefile.unix.wx2.9
makefile.vc
net.cpp
net.h
rpc.cpp [new file with mode: 0644]
rpc.h [new file with mode: 0644]
script.cpp
script.h
serialize.h
ui.cpp
util.cpp
util.h