Merge pull request #194 from johnmaguire2013/tray
[novacoin.git] / rpc.cpp
2011-04-19 Gavin Andresengetbalance '*' was ignoring minconf param.
2011-04-15 Gavin AndresenMerge branch 'localefix'
2011-04-15 Gavin AndresenSet time locale to POSIX in rfc1123Time so weekday...
2011-04-15 Jeff GarzikSend/return full bitcoin version string in Server and...
2011-04-12 Gavin AndresenMerge branch 'listimmature' of /Users/gavin/src/gavin_btc
2011-04-09 Jeff Garzikrfc1123Time: increase buffer size for time string
2011-04-06 Gavin AndresenReport immature coinbase transactions in listtransactions
2011-04-06 Eric SwansonFixed issue 76 -- RPC error where addresses from addres...
2011-04-05 Jeff GarzikRPC sendmany must acquire cs_main lock
2011-04-05 Jeff GarzikFix deadlocks in setaccount, sendfrom RPC calls
2011-03-13 Gavin Andresensendmany RPC command, to send to multiple recipients...
2011-03-05 Matt Corallothrow JSONRPCError(-5, "Invalid bitcoin address") instead.
2011-03-05 Matt Corallosetaccount should return if an invalid address is provided.
2011-02-23 Gavin AndresenDo not round input amounts; allow RPC full precision.
2011-02-23 Gavin AndresenUse ValueFromAmount consistently
2011-02-23 tcatmMerge branch 'master' of https://github.com/sandos...
2011-02-11 Gavin AndresenVisual C++ compatibility fixes
2011-02-10 sandosSet SO_REUSEADDR for JSON-RPC port
2011-01-20 Gavin AndresenReconcile getbalance and listaccounts 0 in the shared...
2011-01-19 Gavin AndresenReacceptWalletTransactions bugfix
2011-01-18 Gavin AndresenMerge branch 'listaccountsbug' of https://github.com...
2011-01-18 Gavin AndresenMerge branch 'gettransaction' of https://github.com...
2011-01-14 Gavin AndresenFix setaccount/getaccountaddress interaction bug
2011-01-10 Gavin AndresenFix so listaccounts with minconf works.
2011-01-07 Gavin AndresenAdd account/address details to gettransaction output
2011-01-05 Gavin AndresenAdd time to category:move transactions.
2010-12-21 Gavin AndresenAdd address to listtransactions output
2010-12-17 gavinandresenMissed a int64_t cast when I added transaction time...
2010-12-16 gavinandresenlisttransactions was reporting address instead of accou...
2010-12-16 gavinandresenNew RPC command: listaccounts. New RPC setting -rpctim...
2010-12-12 s_nakamotocorrection
2010-12-12 s_nakamotoadded some DoS limits, removed safe mode
2010-12-03 gavinandresenAll boolean options/flags now work the same way.
2010-11-30 gavinandresenJSON methods: listtransactions, gettransaction, move...
2010-11-25 s_nakamoto-- version 0.3.17 release
2010-11-25 s_nakamotostill working on account-based commands getbalance...
2010-11-23 s_nakamotonew getwork
2010-11-22 gavinandresenDepracate "label" API, replacing with account
2010-11-10 gavinandresenAdd paytxfee to getinfo output
2010-10-23 s_nakamotobugfixes from Dean Gores,
2010-10-22 gavinandresentestnet and keypoololdest added to RPC getinfo output...
2010-10-20 gavinandresenvalidateaddress RPC command
2010-10-11 gavinandresen-rpcssl=1 option, allowing secure HTTPS JSON-RPC connec...
2010-10-09 s_nakamotokey pool for safer wallet backup
2010-09-15 s_nakamotoconfig option -rpcallowip= to accept json-rpc connectio...
2010-09-15 s_nakamotoconfig option -rpcallowip= to accept json-rpc connectio...
2010-09-06 s_nakamotoGavin Andresen: json-rpc return standard error objects...
2010-08-29 s_nakamotopropset svn:eol-style native
2010-08-28 Satoshi Nakamotochange switch name to -disablesafemode
2010-08-28 Satoshi Nakamotomore rpc methods allowed in safe mode
2010-08-28 Satoshi Nakamotoalert system
2010-08-28 Satoshi Nakamotowarning message if clock is too far off
2010-08-25 s_nakamotochange switch name to -disablesafemode
2010-08-25 s_nakamotomore rpc methods allowed in safe mode
2010-08-25 s_nakamotoalert system
2010-08-20 s_nakamotowarning message if clock is too far off
2010-08-16 Satoshi Nakamotoblocks-1,
2010-08-16 s_nakamotoblocks-1,
2010-08-13 Satoshi Nakamotofix -datadir=./subdir relative path,
2010-08-12 s_nakamotofix -datadir=./subdir relative path,
2010-08-12 Satoshi Nakamotofix build, thanks jgarzik
2010-08-12 Satoshi Nakamotogethashespersec and added version and hashespersec...
2010-08-12 Satoshi Nakamotojson-spirit print reals with 8 decimal places,
2010-08-11 s_nakamotofix build, thanks jgarzik
2010-08-10 s_nakamotogethashespersec and added version and hashespersec...
2010-08-10 s_nakamotojson-spirit print reals with 8 decimal places,
2010-08-04 Satoshi Nakamotonew safety feature displays a warning message and locks...
2010-08-03 s_nakamotonew safety feature displays a warning message and locks...
2010-07-26 Satoshi Nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-26 Gavin AndresenGavin: BIO_FLAGS_BASE64_NO_NL
2010-07-26 Satoshi NakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-26 s_nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-25 s_nakamotoGavin: BIO_FLAGS_BASE64_NO_NL
2010-07-25 s_nakamotoLachesis: remove newlines every 64 characters in Encode...
2010-07-25 s_nakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-23 Gavin AndresenConfiguration file, HTTP Basic authentication
2010-07-19 Gavin Andresenjson-rpc password, minor UI tweaks, removed some outdat...
2010-07-18 s_nakamotominor UI tweaks, removed some outdated txt files,
2010-07-14 Gavin AndresenFix CRLF
2010-07-08 s_nakamotoLaszlo's fix to make generate threads idle priority...
2010-07-08 s_nakamotoLaszlo's fix to make generate threads idle priority...
2010-06-10 s_nakamotoautomatically change displayed address whenever it...
2010-06-10 s_nakamotoautomatically change displayed address whenever it...
2010-05-26 s_nakamotobetter prevention of inventory relaying during initial...
2010-05-26 s_nakamotobetter prevention of inventory relaying during initial...
2010-05-19 s_nakamotoMac OS build fixes by laszlo
2010-05-19 s_nakamotoMac OS build fixes by laszlo
2010-02-25 s_nakamotoGUI-less build target bitcoind that links to wxBase...
2010-02-25 s_nakamotoGUI-less build target bitcoind that links to wxBase...
2010-02-23 s_nakamotorun as daemon without GUI,
2010-02-23 s_nakamotorun as daemon without GUI,
2010-02-14 s_nakamotorenamed a few rpc methods
2010-02-14 s_nakamotorenamed a few rpc methods
2010-02-14 s_nakamotoWorkaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64...
2010-02-14 s_nakamotoWorkaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64...
2010-02-12 s_nakamotocommand line and JSON-RPC first draft, requires Boost...
2010-02-12 s_nakamotocommand line and JSON-RPC first draft, requires Boost...