| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Shared code for wallet lock help and check | Luke Dashjr | 2012-05-18 | 1 | -35/+31 | |
| | | | | | | ||||||
| * | | | | | change strings to Bitcoin (uppercase), where it is used as a noun and update ↵ | Philip Kaufmann | 2012-05-18 | 1 | -13/+13 | |
| |/ / / / | | | | | | | | | | | | | strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string | |||||
| * / / / | JSON-RPC: remove 'getblocknumber' deprecated RPC | Jeff Garzik | 2012-05-17 | 1 | -17/+1 | |
| |/ / / | | | | | | | | | | RPC 'getblockcount' should be used instead. | |||||
| * | | | Merge pull request #1334 from rebroad/Exiting2Exited | Jeff Garzik | 2012-05-17 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Corrected grammar. As per Principle Of Least Surprise. | |||||
| | * | | | Corrected grammar. As per Principle Of Least Surprise. | R E Broadley | 2012-05-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Always check return values of TxnBegin() and TxnCommit() | Jeff Garzik | 2012-05-14 | 1 | -2/+4 | |
| |/ / / | ||||||
| * | | | Fix warning about uninitialized value | Pieter Wuille | 2012-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Only reported when using -flto. | |||||
| * | | | convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp | Philip Kaufmann | 2012-05-12 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge pull request #1101 from jgarzik/http11 | Jeff Garzik | 2012-05-11 | 1 | -37/+97 | |
| |\ \ \ | | | | | | | | | Multithreaded JSON-RPC with HTTP 1.1 Keep-Alive support | |||||
| | * | | | RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives | David Joel Schwartz | 2012-05-08 | 1 | -12/+38 | |
| | | | | | ||||||
| | * | | | Support multi-threaded JSON-RPC | David Joel Schwartz | 2012-05-08 | 1 | -32/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change internal HTTP JSON-RPC server from single-threaded to thread-per-connection model. The IP filter list is applied prior to starting the thread, which then processes the RPC. A mutex covers the entire RPC operation, because not all RPC operations are thread-safe. [minor modifications by jgarzik, to make change upstream-ready] | |||||
| * | | | | Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp. | Gregory Maxwell | 2012-05-09 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Support for decomposing scripts as "obj" | Luke Dashjr | 2012-05-08 | 1 | -0/+74 | |
| | | | | ||||||
| * | | | Second parameter to JSON-RPC getblock/gettransaction: decompositions | Luke Dashjr | 2012-05-08 | 1 | -25/+122 | |
| | | | | | | | | | | | | | | | | | | | | | | This is an Object specifying how to decompose specific elements. Currently supported: - "tx": "no", "hash", "hex", "obj" - "script": "no", "hex", "asm" | |||||
| * | | | Add block "confirmations" to getblock, mainly for identifying orphans | Luke Dashjr | 2012-05-08 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge pull request #841 from sipa/getalltransactions | Gregory Maxwell | 2012-05-08 | 1 | -14/+81 | |
| |\ \ \ | | | | | | | | | gettransaction RPC for non-wallet transactions | |||||
| | * | | | gettransaction RPC for non-wallet transactions | Pieter Wuille | 2012-04-18 | 1 | -14/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works for wallet transactions, memory-pool transaction and block chain transactions. Available for all: * txid * version * locktime * size * coinbase/inputs/outputs * confirmations Available only for wallet transactions: * amount * fee * details * blockindex Available for wallet transactions and block chain transactions: * blockhash * time | |||||
| * | | | | Merge pull request #1075 from laanwj/2012_04_consoleui | Gregory Maxwell | 2012-05-08 | 1 | -75/+88 | |
| |\ \ \ \ | | | | | | | | | | | Add UI RPC console / debug window | |||||
| | * | | | | Add UI RPC console / debug window | Wladimir J. van der Laan | 2012-05-05 | 1 | -75/+88 | |
| | | | | | | ||||||
| * | | | | | Fixed non-sensical error message | Peter Todd | 2012-05-04 | 1 | -3/+5 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Previously trying to create a multisig address that required less than one signature would output something like the following: "wrong number of keys(got 1, need at least 0)" | |||||
| * | | | | Merge pull request #1151 from freewil/listsinceblock-blockhash | Gavin Andresen | 2012-04-26 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | listsinceblock: rpc param blockid -> blockhash | |||||
| | * | | | | listsinceblock: rpc param blockid -> blockhash | freewil | 2012-04-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is more consistent with the rest of the labeling seen by the user when accessing the rpc commands. | |||||
| * | | | | | remove strange debug message from listsinceblock | freewil | 2012-04-26 | 1 | -1/+0 | |
| |/ / / / | ||||||
| * | | | | Add casts for unavoidable signed/unsigned comparisons | Jeff Garzik | 2012-04-23 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | At these code sites, it is preferable to cast rather than change a variable's type. | |||||
| * | | | | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | 2012-04-21 | 1 | -26/+5 | |
| | | | | | ||||||
| * | | | | Encapsulate mapCommands in class CRPCTable | Pieter Wuille | 2012-04-21 | 1 | -27/+38 | |
| | | | | | ||||||
| * | | | | Encapsulate RPC command dispatch in an array of CRPCCommand's | Jeff Garzik | 2012-04-21 | 1 | -84/+89 | |
| |/ / / | ||||||
| * | | | Merge remote-tracking branch 'jgarzik/mempool' | Pieter Wuille | 2012-04-17 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(), | Jeff Garzik | 2012-04-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | and nPooledTx | |||||
| * | | | | Further reduce header dependencies | Pieter Wuille | 2012-04-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious. | |||||
| * | | | | Move CWalletDB code to new walletdb module. | Jeff Garzik | 2012-04-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | In addition to standard code separation, this change opens the door to fixing several include inter-dependencies. | |||||
| * | | | | Remove headers.h | Pieter Wuille | 2012-04-17 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Fix loop index var types, fixing many minor sign comparison warnings | Jeff Garzik | 2012-04-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | foo.size() typically returns an unsigned integral type; make loop variables match those types' signedness. | |||||
| * | | | | The string class returns string::npos, when find() fails. | Jeff Garzik | 2012-04-15 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | Noticed when sign-comparison warnings were enabled. | |||||
| * | | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] | Wladimir J. van der Laan | 2012-04-15 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Merge pull request #1041 from gavinandresen/listtransactionsfix | Gavin Andresen | 2012-04-12 | 1 | -15/+23 | |
| |\ \ \ | | | | | | | | | Bug fix listtransactions from/count handling. | |||||
| | * | | | Bug fix listtransactions from/count handling. | Gavin Andresen | 2012-04-04 | 1 | -15/+23 | |
| | | | | | ||||||
| * | | | | Use filesystem::path instead of manual string tinkering | Pieter Wuille | 2012-04-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where possible, use boost::filesystem::path instead of std::string or char* for filenames. This avoids a lot of manual string tinkering, in favor of path::operator/. GetDataDir is also reworked significantly, it now only keeps two cached directory names (the network-specific data dir, and the root data dir), which are decided through a parameter instead of pre-initialized global variables. Finally, remove the "upgrade from 0.1.5" case where a debug.log in the current directory has to be removed. | |||||
| * | | | | Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ↵ | Gavin Andresen | 2012-04-11 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | boost::system | |||||
| * | | | | Merge pull request #1046 from laanwj/2012_04_rpcporterror | Wladimir J. van der Laan | 2012-04-10 | 1 | -3/+15 | |
| |\ \ \ \ | | | | | | | | | | | Show error message instead of exception crash when unable to bind RPC port | |||||
| | * | | | | Show error message instead of exception crash when unable to bind RPC port | Wladimir J. van der Laan | 2012-04-06 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes issue #875 | |||||
| * | | | | | Merge pull request #1052 from sipa/scopedlocks | Pieter Wuille | 2012-04-09 | 1 | -3/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Use scoped locks instead of CRITICAL_BLOCK | |||||
| | * | | | | | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | 2012-04-09 | 1 | -3/+4 | |
| | |/ / / / | ||||||
| * | | | | | fixed small error in bitcoinrpc.cpp | Philip Kaufmann | 2012-04-06 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion ↵ | Philip Kaufmann | 2012-04-06 | 1 | -13/+15 | |
| |/ / / / | | | | | | | | | | | | | of boost/filesystem.hpp | |||||
| * | | | | Merge pull request #1042 from gavinandresen/use_ssl_cleanup | Gavin Andresen | 2012-04-05 | 1 | -27/+1 | |
| |\ \ \ \ | | | | | | | | | | | Remove USE_SSL #define | |||||
| | * | | | | Remove USE_SSL #define | Gavin Andresen | 2012-04-04 | 1 | -27/+1 | |
| | |/ / / | ||||||
| * / / / | Enable addmultisigaddress RPC call for main network | Gavin Andresen | 2012-04-04 | 1 | -2/+0 | |
| |/ / / | ||||||
| * | | | Use a messagebox to display the error when -server is provided without ↵ | Wladimir J. van der Laan | 2012-04-04 | 1 | -8/+9 | |
| | | | | | | | | | | | | | providing a rpc password | |||||
| * | | | support RPC stop and encryptwallet with UI | Wladimir J. van der Laan | 2012-04-04 | 1 | -14/+3 | |
| | | | | ||||||