7831 Commits (42f6aed731874d937d6f8c9f9c9a6b64d59852d8)

Author SHA1 Message Date
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
instagibbs b5ccded57f Comment on CConnman::nLocalServices meaning 8 years ago
MarcoFalke 3333bd2d15 [test] Remove redundant print in addrman_tests 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
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
Wladimir J. van der Laan 86726d8680 Rename `-optintofullrbf` option to `-walletrbf` 8 years ago
Johnson Lau 86c3f8db0b Remove createwitnessaddress 8 years ago
isle2983 0766d1cac3 [copyright] add MIT license headers to .sh scripts where missing 8 years ago
rodasmith 1d635ae61b fix op order to append first alert 8 years ago
instagibbs 62ffbbdec3 add witness address to address book 8 years ago
Cory Fields 0103c5b90f net: move MAX_FEELER_CONNECTIONS into connman 8 years ago
Jeremy Rubin e700cd0bc8 Convert ForEachNode* functions to take a templated function argument rather than a std::function to eliminate std::function overhead 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields 98591c5027 net: move vNodesDisconnected into CConnman 8 years ago
Cory Fields fa2f8bc47f net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options 8 years ago
Cory Fields a19553b992 net: Introduce CConnection::Options to avoid passing so many params 8 years ago
Cory Fields bafa5fc5a1 net: Drop StartNode/StopNode and use CConnman directly 8 years ago
Cory Fields e81a602cf0 net: pass CClientUIInterface into CConnman 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields fdf69ff21a net: move max/max-outbound to CConnman 8 years ago
Cory Fields 8a593694b1 net: move semOutbound to CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields be9c796dc5 net: move SendBufferSize/ReceiveFloodSize to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields adf5d4c2e4 net: SocketSendData returns written size 8 years ago
Cory Fields ee44fa9576 net: move messageHandlerCondition to CConnman 8 years ago
Cory Fields 960cf2e405 net: move nLocalHostNonce to CConnman 8 years ago
Cory Fields 551e0887db net: move nLastNodeId to CConnman 8 years ago
Cory Fields 6c19d92361 net: move whitelist functions into CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago
Cory Fields 502dd3a8a0 net: Add oneshot functions to CConnman 8 years ago