| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | [rpc] throw JSONRPCError when utxo set can not be read | MarcoFalke | 2016-09-28 | 1 | -0/+2 | |
| * | | | | | | | Do not shadow variables | Pavel Janík | 2016-09-27 | 2 | -6/+6 | |
| * | | | | | | | [rpc] Deprecate getinfo | MarcoFalke | 2016-09-21 | 1 | -1/+1 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Remove createwitnessaddress | Johnson Lau | 2016-09-13 | 1 | -38/+0 | |
| * | | | | | | Merge #8085: p2p: Begin encapsulation | Wladimir J. van der Laan | 2016-09-09 | 6 | -65/+76 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume... | Jeremy Rubin | 2016-09-08 | 3 | -3/+0 | |
| | * | | | | | | net: move nLocalServices/nRelevantServices to CConnman | Cory Fields | 2016-09-08 | 1 | -1/+2 | |
| | * | | | | | | net: move send/recv statistics to CConnman | Cory Fields | 2016-09-08 | 1 | -8/+10 | |
| | * | | | | | | net: create generic functor accessors and move vNodes to CConnman | Cory Fields | 2016-09-08 | 3 | -10/+21 | |
| | * | | | | | | net: Add most functions needed for vNodes to CConnman | Cory Fields | 2016-09-08 | 3 | -25/+19 | |
| | * | | | | | | net: move added node functions to CConnman | Cory Fields | 2016-09-08 | 1 | -11/+6 | |
| | * | | | | | | net: move ban and addrman functions into CConnman | Cory Fields | 2016-09-08 | 1 | -5/+12 | |
| | * | | | | | | net: move OpenNetworkConnection into CConnman | Cory Fields | 2016-09-08 | 1 | -1/+4 | |
| | * | | | | | | net: Pass CConnman around as needed | Cory Fields | 2016-09-08 | 2 | -4/+4 | |
| | * | | | | | | net: Add rpc error for missing/disabled p2p functionality | Cory Fields | 2016-09-08 | 1 | -0/+1 | |
| * | | | | | | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests | Cory Fields | 2016-09-07 | 3 | -0/+154 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ | Wladimir J. van der Laan | 2016-09-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | C++11: s/boost::scoped_ptr/std::unique_ptr/ | Jorge Timón | 2016-09-01 | 1 | -1/+1 | |
| * | | | | | | | Make the dummy argument to getaddednodeinfo optional | Pieter Wuille | 2016-09-01 | 2 | -7/+5 | |
| * | | | | | | | Merge #8163: Do not shadow global RPC table variable (tableRPC) | Wladimir J. van der Laan | 2016-08-31 | 6 | -16/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Do not shadow global RPC table variable (tableRPC) | Pavel Janík | 2016-08-25 | 6 | -16/+16 | |
| * | | | | | | | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos | Wladimir J. van der Laan | 2016-08-28 | 1 | -27/+27 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke | 2016-08-22 | 1 | -27/+27 | |
| * | | | | | | | Merge #8461: document return value of networkhashps for getmininginfo RPC end... | Wladimir J. van der Laan | 2016-08-19 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | document return value of networkhashps for getmininginfo RPC endpoint | Jameson Lopp | 2016-08-05 | 1 | -2/+3 | |
| * | | | | | | | | Merge #8505: Trivial: Fix typos in various files | Wladimir J. van der Laan | 2016-08-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | various typos | leijurv | 2016-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | Merge #8512: Trivial: Corrected JSON typo on setban of net.cpp | Wladimir J. van der Laan | 2016-08-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Corrected JSON typo on setban of net.cpp | Sev | 2016-08-14 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge #8128: Net: Turn net structures into dumb storage classes | Wladimir J. van der Laan | 2016-08-15 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | net: Split resolving out of CSubNet | Cory Fields | 2016-07-31 | 1 | -1/+1 | |
| | * | | | | | | | net: Split resolving out of CNetAddr | Cory Fields | 2016-07-31 | 1 | -2/+5 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge #8353: Trivial: tiny c++11 refactors | Wladimir J. van der Laan | 2016-08-13 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | use std::map::emplace() instead of std::map::insert() | whythat | 2016-08-09 | 1 | -1/+1 | |
| | * | | | | | | | use c++11 std::unique_ptr instead of boost::shared_ptr | whythat | 2016-08-09 | 1 | -4/+5 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Bugfix: Use pre-BIP141 sigops until segwit activates | Luke Dashjr | 2016-08-08 | 1 | -2/+15 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Consensus: Remove ISM | NicolasDorier | 2016-07-23 | 1 | -20/+16 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Rename "block cost" to "block weight" | Suhas Daftuar | 2016-07-18 | 2 | -8/+8 | |
| | |_|/ / |/| | | | ||||||
| * | | | | [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress | Jonas Schnelli | 2016-07-09 | 1 | -0/+8 | |
| |/ / / | ||||||
| * | | | The bit field is shown only when status is "started" | Pavel Janík | 2016-06-28 | 1 | -1/+1 | |
| * | | | Merge #8258: RPC: Hide softfork if timeout is 0 | Wladimir J. van der Laan | 2016-06-27 | 1 | -3/+12 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | RPC: Hide softfork if timeout is 0 | jl2012 | 2016-06-25 | 1 | -3/+12 | |
| * | | | Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool | Wladimir J. van der Laan | 2016-06-25 | 1 | -2/+0 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | remove unnecessary LOCK(cs_main) | Daniel Cousens | 2016-06-23 | 1 | -2/+0 | |
| | |/ | ||||||
| * | | [RPC] signrawtransaction can sign P2WSH | NicolasDorier | 2016-06-22 | 1 | -2/+2 | |
| * | | [RPC] Add wallet support for witness transactions (using P2SH) | Pieter Wuille | 2016-06-22 | 1 | -0/+38 | |
| * | | BIP143: Signing logic | Pieter Wuille | 2016-06-22 | 1 | -5/+12 | |
| * | | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | 2016-06-22 | 3 | -6/+17 | |
| * | | [RPC] Return witness data in blockchain RPCs | Johnson Lau | 2016-06-22 | 2 | -2/+22 | |
| * | | BIP143: Verification logic | Pieter Wuille | 2016-06-22 | 1 | -1/+1 | |