| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | travis: switch to Trusty | Cory Fields | 2016-04-21 | 1 | -7/+9 |
| * | depends: mac deploy Py3 compatibility | Wladimir J. van der Laan | 2016-04-21 | 3 | -3/+80 |
| * | Merge #7912: Tests: Fix deserialization of reject messages | MarcoFalke | 2016-04-21 | 1 | -2/+5 |
| |\ | |||||
| | * | Tests: Fix deserialization of reject messages | Suhas Daftuar | 2016-04-20 | 1 | -2/+5 |
| * | | Merge #7921: [contrib] verify-commits: Add MarcoFalke fingerprint | Wladimir J. van der Laan | 2016-04-21 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | [contrib] verify-commits: Add MarcoFalke fingerprint | MarcoFalke | 2016-04-21 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge #7916: Explicitly pass CChainParams& to DisconnectTip() | Wladimir J. van der Laan | 2016-04-21 | 3 | -17/+17 |
| |\ \ | |||||
| | * | | Explicitly pass CChainParams to ConnectBlock | face | 2016-04-20 | 2 | -6/+7 |
| | * | | Pass CChainParams to DisconnectTip() | face | 2016-04-19 | 3 | -8/+7 |
| | * | | Globals: Explicitly pass const CChainParams& to UpdateTip() | Jorge Timón | 2016-04-19 | 1 | -4/+4 |
| * | | | Merge #7913: Fix for incorrect locking in GetPubKey() (keystore.cpp) | Pieter Wuille | 2016-04-21 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Fix for incorrect locking in GetPubKey() (keystore.cpp) | Yuri Zhykin | 2016-04-20 | 1 | -0/+1 |
| | | |/ | |/| | |||||
| * | | | Merge #7868: net: Split DNS resolving functionality out of net structures | Pieter Wuille | 2016-04-21 | 5 | -35/+46 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | net: disable resolving from storage structures | Cory Fields | 2016-04-20 | 3 | -22/+22 |
| | * | | net: resolve outside of storage structures | Cory Fields | 2016-04-20 | 2 | -7/+10 |
| | * | | net: manually resolve dns seed sources | Cory Fields | 2016-04-20 | 1 | -1/+9 |
| | * | | net: require lookup functions to specify all arguments | Cory Fields | 2016-04-17 | 2 | -5/+5 |
| | |/ | |||||
| * | | Merge #7787: [Moveonly] Create ui_interface.cpp | Wladimir J. van der Laan | 2016-04-19 | 6 | -58/+56 |
| |\ \ | |||||
| | * | | Move ui_interface.cpp to libbitcoin_server_a_SOURCES | MarcoFalke | 2016-04-19 | 1 | -1/+1 |
| | * | | [ui] Move InitError, InitWarning, AmountErrMsg | MarcoFalke | 2016-04-02 | 6 | -58/+56 |
| * | | | Merge #7762: [ZMQ] append a message sequence number to every ZMQ notification | Wladimir J. van der Laan | 2016-04-19 | 6 | -13/+74 |
| |\ \ \ | |||||
| | * | | | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | 2016-04-19 | 6 | -13/+69 |
| | * | | | [ZMQ] refactor message string | Jonas Schnelli | 2016-04-15 | 1 | -4/+9 |
| * | | | | Merge #7822: Add listunspent() test for spendable/unspendable UTXO | Wladimir J. van der Laan | 2016-04-19 | 7 | -145/+98 |
| |\ \ \ \ | |||||
| | * | | | | Add test to check spendable and unspendable UTXO on RPC listunspent | Joao Fonseca | 2016-04-19 | 1 | -0/+37 |
| | * | | | | Move method to check matches within arrays on util.py | Joao Fonseca | 2016-04-19 | 6 | -145/+61 |
| |/ / / / | |||||
| * | | | | Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/test | Wladimir J. van der Laan | 2016-04-19 | 14 | -59/+66 |
| |\ \ \ \ | |||||
| | * | | | | test: Rename wallet.dat to wallet_test.dat | Wladimir J. van der Laan | 2016-04-18 | 1 | -1/+1 |
| | * | | | | wallet_ismine.h → script/ismine.h | Wladimir J. van der Laan | 2016-04-18 | 6 | -26/+9 |
| | * | | | | test: Create test fixture for wallet | Wladimir J. van der Laan | 2016-04-18 | 8 | -31/+55 |
| | * | | | | test: move accounting_tests and rpc_wallet_tests to wallet/test | Wladimir J. van der Laan | 2016-04-18 | 3 | -2/+2 |
| * | | | | | Merge #7827: Speed up getchaintips. | Wladimir J. van der Laan | 2016-04-19 | 1 | -8/+21 |
| |\ \ \ \ \ | |||||
| | * | | | | | Speed up getchaintips. | mrbandrews | 2016-04-18 | 1 | -8/+21 |
| * | | | | | | Merge #7851: [qa] pull-tester: Don't mute zmq ImportError | Wladimir J. van der Laan | 2016-04-19 | 1 | -63/+62 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | [qa] rpc-tests: Fix link in comment and label error msg | MarcoFalke | 2016-04-18 | 1 | -1/+2 |
| | * | | | | | | [qa] pull-tester: Exit early when no tests are run | MarcoFalke | 2016-04-09 | 1 | -63/+61 |
| | * | | | | | | [qa] pull-tester: Don't mute zmq ImportError | MarcoFalke | 2016-04-09 | 1 | -4/+4 |
| * | | | | | | | Merge #7904: txdb: Fix assert crash in new UTXO set cursor | Wladimir J. van der Laan | 2016-04-19 | 1 | -5/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | txdb: Fix assert crash in new UTXO set cursor | Wladimir J. van der Laan | 2016-04-18 | 1 | -5/+1 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge #7900: fix spelling mistake | Wladimir J. van der Laan | 2016-04-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | fix spelling mistake | Chris Moore | 2016-04-17 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #7897: add missing newline | Wladimir J. van der Laan | 2016-04-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| | * | | | | | | add missing newline | Chris Moore | 2016-04-16 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects `get... | Wladimir J. van der Laan | 2016-04-18 | 6 | -4/+12 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | doc: update release-notes for `gettxoutsetinfo` change | Wladimir J. van der Laan | 2016-04-15 | 1 | -0/+7 |
| | * | | | | | | rpc: make sure `gettxoutsetinfo` hash has txids | Wladimir J. van der Laan | 2016-04-15 | 1 | -0/+1 |
| | * | | | | | | crypto: bytes counts are 64 bit | Wladimir J. van der Laan | 2016-04-15 | 4 | -4/+4 |
| | |/ / / / / | |||||
| * | | | | | | Merge #7833: tests: Check Content-Type header returned from RPC server | Wladimir J. van der Laan | 2016-04-18 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | tests: Check Content-Type header returned from RPC server | Wladimir J. van der Laan | 2016-04-07 | 1 | -0/+5 |
| * | | | | | | | Merge #7888: prevector: fix 2 bugs in currently unreached code paths | Wladimir J. van der Laan | 2016-04-18 | 2 | -16/+18 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||