Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gavin Andresen 593f74b9cb Merge remote branch 'refs/remotes/svn/trunk' into svn 14 years ago
cryptopp Merge remote branch 'refs/remotes/svn/trunk' into svn 14 years ago
json propset svn:eol-style native 14 years ago
locale updated Russian translation 14 years ago
obj added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem 14 years ago
rc fixed colors on ubuntu lucid, 14 years ago
xpm 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 14 years ago
README.md Update README now that main svn has -testnet built in 14 years ago
base58.h Gavin's TEST network as -testnet switch, misc fixes 14 years ago
bignum.h propset svn:eol-style native 14 years ago
build-msw.txt -paytxfee is now per KB, 14 years ago
build-osx.txt propset svn:eol-style native 14 years ago
build-unix.txt propset svn:eol-style native 14 years ago
db.cpp added transaction fee setting in UI options menu, 14 years ago
db.h bugfixes from Dean Gores, 14 years ago
headers.h testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers. 14 years ago
init.cpp -paytxfee is now per KB, 14 years ago
init.h propset svn:eol-style native 14 years ago
irc.cpp bugfixes from Dean Gores, 14 years ago
irc.h propset svn:eol-style native 14 years ago
key.h propset svn:eol-style native 14 years ago
license.txt propset svn:eol-style native 14 years ago
main.cpp small bugfix 14 years ago
main.h added transaction fee setting in UI options menu, 14 years ago
makefile.mingw propset svn:eol-style native 14 years ago
makefile.osx -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. 14 years ago
makefile.unix makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 14 years ago
makefile.vc propset svn:eol-style native 14 years ago
net.cpp efficiently sort transaction dependencies in one pass 14 years ago
net.h bugfixes from Dean Gores, 14 years ago
noui.h propset svn:eol-style native 14 years ago
rpc.cpp Add paytxfee to getinfo output 14 years ago
rpc.h propset svn:eol-style native 14 years ago
script.cpp Gavin's TEST network as -testnet switch, misc fixes 14 years ago
script.h cleanup, 14 years ago
serialize.h added transaction fee setting in UI options menu, 14 years ago
setup.nsi -- version 0.3.15 release 14 years ago
sha256.cpp reorganize BitcoinMiner to make it easier to add different SHA256 routines 14 years ago
strlcpy.h propset svn:eol-style native 14 years ago
ui.cpp -paytxfee is now per KB, 14 years ago
ui.h don't count or spend payments until they have 1 confirmation, 14 years ago
ui.rc fix system tray icon on windows 14 years ago
uibase.cpp added transaction fee setting in UI options menu, 14 years ago
uibase.h added transaction fee setting in UI options menu, 14 years ago
uint256.h propset svn:eol-style native 14 years ago
uiproject.fbp added transaction fee setting in UI options menu, 14 years ago
util.cpp OutputDebugStringF fix for Mac FileVault problem, take 3 14 years ago
util.h Gavin's TEST network as -testnet switch, misc fixes 14 years ago

README.md

Gavin's Bitcoin patches

Branches here:

  • svn : up-to-date mirror of the 'production' Bitcoin (from http://sourceforge.net/projects/bitcoin/).
  • monitorreceived : Implements monitortransaction/monitorblocks/gettransaction/getblock RPC commands.
  • listtransactions: Implements new JSON-RPC command "listtransactions" (from jgarzik)
  • refundtransaction : Implements new JSON-RPC command "refundtransaction"
  • master : All of the above, merged together.

Code is hosted at github: http://github.com/gavinandresen/bitcoin-git