aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-10-201-1/+1
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-151-1/+1
| |\
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-151-1/+1
| | |\
| | | * fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cppPhilip Kaufmann2012-10-151-1/+1
| * | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-091-1/+1
| |\| |
| | * | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-091-1/+1
| | |\|
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-10-091-1/+1
| * | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-261-0/+8
| |\| |
| | * | Merge commit '52153a6' into 0.6.0.xLuke Dashjr2012-08-261-0/+8
| | |\|
| | | * Minimal adaptations to getmemorypool for BIP 34Luke Dashjr2012-08-261-0/+8
| * | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-121-6/+24
| |\| |
| | * | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-4/+4
| | |\|
| | | * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-1/+1
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-121-3/+3
| | * | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-2/+20
| | |\|
| | | * Merge branch 'bugfix_CNBerr' into 0.5.xLuke Dashjr2012-08-121-1/+11
| | | |\
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-121-1/+9
| | | * | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2012-06-141-4/+4
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-06-141-4/+4
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-141-8/+5
| | |\| |
| | | * | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann2012-06-141-8/+5
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-221-2/+4
| | | * | Update License in File HeadersFordy2012-05-201-1/+1
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-05-221-2/+4
| |\| | |
| | * | | Update License in File HeadersFordy2012-05-201-1/+1
| | * | | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-181-2/+4
| | * | | Fixed non-sensical error messagePeter Todd2012-05-061-3/+5
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-271-1/+1
| | |\| |
| | | * | fix compiler error in bitcoinrpc RE: boost::systemGavin Andresen2012-04-271-1/+1
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-271-3/+2
| | |\| |
| | | * | listsinceblock: rpc param blockid -> blockhashfreewil2012-04-271-2/+2
| | | * | remove strange debug message from listsinceblockfreewil2012-04-271-1/+0
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-221-1/+1
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-04-221-1/+1
| | * | | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-171-1/+1
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-151-15/+45
| | |\| |
| | | * | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-04-151-15/+49
| | | |\ \
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-04-151-15/+27
| | | | * | Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan2012-04-111-0/+22
| | * | | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+4
| | * | | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-04-041-2/+3
| | |\| | |
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-04-041-2/+3
| | | |\| |
| | | | * | Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan2012-04-041-2/+3
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-03-161-2/+2
| | | |\| |
| | | | * | Fix issue #848 : broken mining on testnetGavin Andresen2012-03-161-2/+2
| | | * | | Merge branch '0.5.0.x' into 0.5.xv0.5.3rc4v0.5.3Luke Dashjr2012-03-111-3/+3
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-111-3/+3
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-03-031-8/+16
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-031-8/+16
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-171-16/+14
| | | |\| |