7884 Commits (2c09a5209ab00573a2422e1e65c437a6e2f59624)

Author SHA1 Message Date
Wladimir J. van der Laan 2c09a5209a protocol.h: Move MESSAGE_START_SIZE into CMessageHeader 8 years ago
Wladimir J. van der Laan f9bd92d235 version.h: s/shord/short/ in comment 8 years ago
Wladimir J. van der Laan f00705ae7f
serialize: Deprecate `begin_ptr` / `end_ptr` 8 years ago
Cory Fields 905bc68d05 net: fix a few cases where messages were sent rather than dropped upon disconnection 8 years ago
Wladimir J. van der Laan 1c80386bce rpc: Generate auth cookie in hex instead of base64 8 years ago
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
Patrick Strateman e198c521d3 Move key derivation logic from GenerateNewKey to DeriveNewChildKey 8 years ago
Wladimir J. van der Laan 47314e6daa prevector: add C++11-like data() method 8 years ago
Johnson Lau 2fa0063c26 Add NULLDUMMY verify flag in bitcoinconsensus.h 8 years ago
jnewbery da94697708 bitcoin-util-test.py should fail if the output file is empty 8 years ago
jnewbery b82f493938 Add option to run bitcoin-util-test.py manually 8 years ago
MarcoFalke fa05cfdf25 [rpc] throw JSONRPCError when utxo set can not be read 8 years ago
jnewbery 54e5d7c1b8 Add bitcoin-tx JSON tests 8 years ago
Pavel Janík 7e5fd7198e Do not include env_win.cc on non-Windows systems 8 years ago
Wladimir J. van der Laan 305087bdf6 net: Hardcode protocol sizes and use fixed-size types 8 years ago
Wladimir J. van der Laan 41e58faf04 net: Consistent checksum handling 8 years ago
Johnson Lau e41bd449ab Add policy: null signature for failed CHECK(MULTI)SIG 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
jonnynewbs c14ffd524b [trivial] fix mempool comment (outdated by BIP125) 8 years ago
MarcoFalke fa4bfb4819 [wallet, policy] ParameterInteraction: Don't allow 0 fee 8 years ago
Matthew King a92bf4af66 bitcoind: Daemonize using daemon(3) 8 years ago
MarcoFalke faef293cf3 [wallet] Add high transaction fee warnings 8 years ago
Derek Miller c9ce17beed Trivial: Grammar and capitalization 8 years ago
Mitchell Cash edeaf24e4c Fix future copyright year 8 years ago
Jonas Schnelli 08827df3ec
[Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul 8 years ago
Pavel Janík f839350420 Do not shadow in src/qt 8 years ago
Johnson Lau c72c5b1e3b Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH 8 years ago
instagibbs b5ccded57f Comment on CConnman::nLocalServices meaning 8 years ago
MarcoFalke 3333bd2d15 [test] Remove redundant print in addrman_tests 8 years ago
Luke Dashjr f4dffdd6bf Add MIT license to Makefiles 8 years ago
MarcoFalke ddddaafa4a [rpc] Deprecate getinfo 8 years ago
Wladimir J. van der Laan 381826dfee bitcoin-cli: More detailed error reporting 8 years ago
MarcoFalke 6666ca6379 [qt] WalletModel: Expose disablewallet 8 years ago
MarcoFalke fa58edbffe [wallet] Introduce DEFAULT_DISABLE_WALLET 8 years ago
MarcoFalke fab91070d3 init: Get rid of fDisableWallet 8 years ago
Jonas Schnelli c6f5ca822f
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds 8 years ago
maiiz 94a34a5d95 Fix relaypriority calculation error 8 years ago
MarcoFalke faddd62518 init: Get rid of some ENABLE_WALLET 8 years ago
Pieter Wuille d9ff591d42 Move static global randomizer seeds into CConnman 8 years ago
fanquake c4084c2085
Specify Protobuf version 2 in paymentrequest.proto 8 years ago
Wladimir J. van der Laan d9c99c3058 net: No longer send local address in addrMe 8 years ago
Patrick Strateman 2ca6b9df1d Remove last reference to CWalletDB from accounting_tests.cpp 8 years ago
Patrick Strateman 02e2a81536 Remove pwalletdb parameter from CWallet::AddAccountingEntry 8 years ago
Patrick Strateman d2e678d7d2 Add CWallet::ReorderTransactions and use in accounting_tests.cpp 8 years ago
Patrick Strateman 59adc86680 Add CWallet::ListAccountCreditDebit 8 years ago
Pavel Janík b4fb512719 UndoReadFromDisk works on undo files (rev), not on block files. 8 years ago
Cory Fields f3552da813 net: fix maxuploadtarget setting 8 years ago
Cory Fields 36fa01f217 net: only delete CConnman if it's been created 8 years ago
Jonas Schnelli 1b6bcdd3aa
Remove maxuploadtargets recommended minimum 8 years ago
Jonas Schnelli d8b062ef5e
[Qt] only update "amount of blocks left" when the header chain is in-sync 8 years ago