7144 Commits (d51618e481abc15155ef125ccf91c8be4e673dea)

Author SHA1 Message Date
Wladimir J. van der Laan f0188f9178 http: use std::move to move HTTPRequest into HTTPWorkItem 9 years ago
Wladimir J. van der Laan 37b21372a0 http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest 9 years ago
Wladimir J. van der Laan f97b410fdd http: Add log message when work queue is full 9 years ago
Wladimir J. van der Laan 091d6e0499 http: Do a pending c++11 simplification 9 years ago
Wladimir J. van der Laan 08d7b563e9 util: switch LogPrint and error to variadic templates 9 years ago
Wladimir J. van der Laan 9eaa0afa6e tinyformat: force USE_VARIADIC_TEMPLATES 9 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 9 years ago
Cory Fields de98290155 build: No need to check for leveldb atomics 9 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 9 years ago
Gregory Maxwell d90351f050 More comments on the design of AttemptToEvictConnection. 9 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 9 years ago
Wladimir J. van der Laan 073225cb01 chain: define enum used as bit field as uint32_t 9 years ago
21E14 c7aac2d557 Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 9 years ago
Kaz Wesley f4ac02ee7c fix race that could fail to persist a ban 9 years ago
Andrew f90efbfeef Create signmessagewithprivkey rpc 9 years ago
Pavel Janík 61c01706cd Log invalid block hash to make debugging easier. 9 years ago
Wladimir J. van der Laan f135e3c943 qt: Add transaction hash to details window title 9 years ago
Chris Stewart 62a9abd12b Fixing comment in script_test.json test case 9 years ago
Wladimir J. van der Laan 17a6a21786 qt: Make it possible to show details for multiple transactions 9 years ago
Pieter Wuille 1e44169f0e Add tests for CCoins deserialization 9 years ago
Pieter Wuille 5d0434d13d Fix OOM bug: UTXO entries with invalid script length 9 years ago
Patrick Strateman 4bf631e5e4 CDataStream::ignore Throw exception instead of assert on negative nSize. 9 years ago
Pieter Wuille 4f87af6fc7 Treat overly long scriptPubKeys as unspendable 9 years ago
Pieter Wuille f8e6fb1800 Introduce constant for maximum CScript length 9 years ago
Wladimir J. van der Laan 869cf1234a dbwrapper: Move `HandleError` to `dbwrapper_private` 9 years ago
Wladimir J. van der Laan b69836d6ff dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator 9 years ago
Wladimir J. van der Laan 878bf480a3 dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex 9 years ago
Wladimir J. van der Laan 74f7b1273c dbwrapper: Remove throw keywords in function signatures 9 years ago
instagibbs 9c0bcb617b push back getaddednodeinfo dead value 9 years ago
Wladimir J. van der Laan f59dceb44f qt: Fix out-of-tree GUI builds 9 years ago
Kaz Wesley 57704499be CBase58Data::SetString: cleanse the full vector 9 years ago
Suhas Daftuar 3a99fb2cb1 Fix headers announcements edge case 9 years ago
Cory Fields d39f5b425d net: disable resolving from storage structures 9 years ago
Cory Fields 367569926a net: resolve outside of storage structures 9 years ago
Cory Fields a98cd1fc86 net: manually resolve dns seed sources 9 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 9 years ago
Yuri Zhykin 220f950ab1 Fix for incorrect locking in GetPubKey() (keystore.cpp) 9 years ago
Cory Fields a4625acbf8 leveldb: integrate leveldb into our buildsystem 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
Jorge Timón 764d237772 Globals: Explicitly pass const CChainParams& to UpdateTip() 9 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 9 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 9 years ago
mrbandrews 87049e832d Speed up getchaintips. 9 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 9 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 9 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 9 years ago
Wladimir J. van der Laan a3310b4d48 txdb: Fix assert crash in new UTXO set cursor 9 years ago
Cory Fields e9fc71e5fa net: require lookup functions to specify all arguments 9 years ago
Chris Moore 3107c475a7 fix spelling mistake 9 years ago