index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2016-09-08
net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options
Cory Fields
2016-09-08
net: Introduce CConnection::Options to avoid passing so many params
Cory Fields
2016-09-08
net: Drop StartNode/StopNode and use CConnman directly
Cory Fields
2016-09-08
net: pass CClientUIInterface into CConnman
Cory Fields
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move max/max-outbound to CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: move whitelist functions into CConnman
Cory Fields
2016-09-08
net: Add oneshot functions to CConnman
Cory Fields
2016-09-08
net: Move socket binding into CConnman
Cory Fields
2016-09-08
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-08-28
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-25
Remove unused variables
MarcoFalke
2016-08-24
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-22
init: Fix typo in help message for -whitelistforcerelay
Wladimir J. van der Laan
2016-08-20
Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet
Patrick Strateman
2016-08-17
Move CWallet::setKeyPool to private section of CWallet
Patrick Strateman
2016-08-17
Merge #8505: Trivial: Fix typos in various files
Wladimir J. van der Laan
2016-08-15
remove no-longer-used InitError logic
instagibbs
2016-08-15
Merge #8192: [trivial] Remove URLs from About dialog translations
Jonas Schnelli
2016-08-15
Merge #8128: Net: Turn net structures into dumb storage classes
Wladimir J. van der Laan
2016-08-14
various typos
leijurv
2016-08-10
[init] ParameterInteraction() iff wallet enabled
MarcoFalke
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-08-04
Merge #8392: Fix several node initialization issues
Wladimir J. van der Laan
2016-08-02
Do not shadow previous local variable
Pavel Janík
2016-08-02
Trivial: bip -> BIP in help text and comment
Pavel Janík
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-07-30
Do diskspace check before import thread is started
Pieter Wuille
2016-07-30
Use a signal to continue init after genesis activation
Pieter Wuille
2016-07-29
Allow changing BIP9 parameters on regtest
Suhas Daftuar
2016-07-21
[trivial] Remove URLs from About dialog translations
fanquake
2016-07-19
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
mining: Improve `-blockmaxcost` help message
Wladimir J. van der Laan
2016-07-18
Merge #8295: Mining-related fixups for 0.13.0
Wladimir J. van der Laan
2016-07-06
Merge #8273: Bump `-dbcache` default to 300MiB
Wladimir J. van der Laan
2016-07-06
Bump `-dbcache` default to 300MiB
Wladimir J. van der Laan
2016-07-06
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-07-05
Add warning if -blockminsize is used.
Suhas Daftuar
2016-06-30
Remove -blockminsize option
Suhas Daftuar
2016-06-28
Merge #8257: Do not ask a UI question from bitcoind
Wladimir J. van der Laan
2016-06-24
Do not ask a UI question from bitcoind
Pieter Wuille
2016-06-22
Add rewind logic to deal with post-fork software updates
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
[prev]
[next]