| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-02-17 | 1 | -16/+14 | |
| | | | * | | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2012-02-11 | 1 | -1/+1 | |
| | | | |\| | | ||||||
| | | | | * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-02-11 | 1 | -1/+1 | |
| | | | * | | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2012-02-07 | 1 | -7/+16 | |
| | | | |\| | | ||||||
| | | | | * | | Update copyrights to 2012 for files modified this year | Luke Dashjr | 2012-02-07 | 1 | -1/+1 | |
| | | | | * | | Have bitcoind recommend a secure RPC password. Increase invalid password delay. | Gregory Maxwell | 2012-02-07 | 1 | -6/+15 | |
| | | | * | | | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | 2012-01-16 | 1 | -1/+1 | |
| | | | |\| | | ||||||
| | | | | * | | Code tidyups, fixing various warnings. | Luke Dashjr | 2012-01-16 | 1 | -1/+1 | |
| | | | | * | | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | 2011-12-20 | 1 | -34/+14 | |
| | * | | | | | Update License in File Headers | Fordy | 2012-05-20 | 1 | -1/+1 | |
| | * | | | | | Fixed non-sensical error message | Peter Todd | 2012-05-06 | 1 | -3/+5 | |
| * | | | | | | Add constants for HTTP status codes | Wladimir J. van der Laan | 2012-10-04 | 1 | -17/+17 | |
| * | | | | | | Document RPC error codes | Wladimir J. van der Laan | 2012-10-04 | 1 | -18/+18 | |
| * | | | | | | fix -Wformat warnings all over the source | Philip Kaufmann | 2012-10-01 | 1 | -1/+1 | |
| * | | | | | | Remove stack randomization | Pieter Wuille | 2012-09-28 | 1 | -4/+0 | |
| * | | | | | | Merge pull request #1862 from kjj2/testports | Pieter Wuille | 2012-09-28 | 1 | -2/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix: when testnet=1 specified, change default ports to 18332 and 18333 | kjj2 | 2012-09-24 | 1 | -2/+7 | |
| * | | | | | | | Merge pull request #1836 from kjj2/stopdetach | Wladimir J. van der Laan | 2012-09-23 | 1 | -3/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju... | kjj2 | 2012-09-22 | 1 | -3/+8 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf | Wladimir J. van der Laan | 2012-09-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann | 2012-09-12 | 1 | -1/+1 | |
| * | | | | | | | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik | 2012-09-18 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Do not abort if RPC listening for IPv6 fails | Pieter Wuille | 2012-09-12 | 1 | -5/+20 | |
| * | | | | | | Rename CreateThread to NewThread | Wladimir J. van der Laan | 2012-08-29 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #1672 from gmaxwell/filter_listunspent | Gregory Maxwell | 2012-08-24 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add txout address filtering to listunspent. | Gregory Maxwell | 2012-08-23 | 1 | -0/+1 | |
| | * | | | | | | Add address groupings RPC from the coincontrol patches. | coderrr | 2012-08-23 | 1 | -0/+1 | |
| * | | | | | | | Avoid leaving return types or function attributes on their own lines. | Gregory Maxwell | 2012-08-24 | 1 | -2/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik | 2012-08-21 | 1 | -58/+62 | |
| * | | | | | | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | 2012-08-21 | 1 | -1624/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | 2012-08-21 | 1 | -187/+0 | |
| | * | | | | | | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik | 2012-08-21 | 1 | -1437/+2 | |
| * | | | | | | | Merge pull request #1690 from gavinandresen/signrawtx_null | Gregory Maxwell | 2012-08-21 | 1 | -10/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | 2012-08-20 | 1 | -10/+16 | |
| * | | | | | | | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik | 2012-08-21 | 1 | -365/+9 | |
| * | | | | | | | RPC, cosmetic: de-indent getblocktemplate() | Jeff Garzik | 2012-08-21 | 1 | -95/+93 | |
| * | | | | | | | RPC: split new 'submitblock' out of 'getblocktemplate' | Jeff Garzik | 2012-08-21 | 1 | -20/+32 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'gmp_bip_0.6.0' into gmp_bip | Luke Dashjr | 2012-08-03 | 1 | -18/+93 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Minimal BIP 22 (getblocktemplate) support | Luke Dashjr | 2012-08-03 | 1 | -20/+95 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1612 from luke-jr/opti_getblkhash | Gregory Maxwell | 2012-08-01 | 1 | -4/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Optimize JSON-RPC getblockhash | Luke Dashjr | 2012-08-01 | 1 | -4/+1 | |
| * | | | | | | | Bugfix: Fix a variety of misspellings | Luke Dashjr | 2012-08-01 | 1 | -6/+6 | |
| * | | | | | | | Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-07-26 | 1 | -2/+20 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails | Luke Dashjr | 2012-05-09 | 1 | -1/+11 | |
| | * | | | | | | Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerr | Luke Dashjr | 2012-05-09 | 1 | -1/+9 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Give a better error message than 'type mismatch' for complex JSON arguments | Gavin Andresen | 2012-07-17 | 1 | -2/+3 | |
| * | | | | | | Fix thread names after review | Giel van Schijndel | 2012-07-17 | 1 | -2/+2 | |
| * | | | | | | Give threads a recognisable name to aid in debugging | Giel van Schijndel | 2012-07-17 | 1 | -0/+14 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | bitcoinrpc.cpp: Removed outdated comment | Jeff Garzik | 2012-07-05 | 1 | -4/+0 | |
| * | | | | | Use unsigned ints to fix signed/unsigned warnings | Gavin Andresen | 2012-07-05 | 1 | -1/+1 | |