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
Age
Commit message (
Expand
)
Author
2018-04-11
Remove redundant initializations from the constructor
practicalswift
2018-04-10
Initialize non-static class members where they are defined
practicalswift
2018-04-10
Initialize editStatus and autoCompleter. Previously not initialized where def...
practicalswift
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
util: Remove designator initializer from ScheduleBatchPriority
Wladimir J. van der Laan
2018-04-09
util: Pass pthread_self() to pthread_setschedparam instead of 0
Wladimir J. van der Laan
2018-04-09
Merge #12770: Use explicit casting in cuckoocache's compute_hashes(...) to cl...
MarcoFalke
2018-04-09
Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...
MarcoFalke
2018-04-09
Remove duplicate includes
practicalswift
2018-04-09
Merge #12537: [arith_uint256] Make it safe to use "self" in operators
Wladimir J. van der Laan
2018-04-08
Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds
MarcoFalke
2018-04-08
Merge #12886: Introduce Span type and use it instead of FLATDATA
Wladimir J. van der Laan
2018-04-08
Use std::bind instead of boost::bind to re-lock the wallet
Suhas Daftuar
2018-04-08
[rpcwallet] Clamp walletpassphrase value at 100M seconds
Suhas Daftuar
2018-04-08
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-08
Merge #12561: Check for block corruption in ConnectBlock()
Wladimir J. van der Laan
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-08
Merge #12895: tests: Add note about test suite name uniqueness requirement to...
Wladimir J. van der Laan
2018-04-07
Merge #12906: Avoid `interface` keyword to fix windows gitian build
MarcoFalke
2018-04-07
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-07
Add m_ prefix to WalletBatch::m_batch
Russell Yanofsky
2018-04-07
Update walletdb comment after renaming.
Russell Yanofsky
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
Merge #12860: Add testmempoolaccept to release-notes, Add missing const
Wladimir J. van der Laan
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-07
Merge #12785: wallet: Initialize m_last_block_processed to nullptr
Wladimir J. van der Laan
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-06
[tests] Add additional unit tests for -nofoo edge cases
Anthony Towns
2018-04-06
[tests] Check GetChainName works with config entries
Anthony Towns
2018-04-06
[tests] Add unit tests for ReadConfigStream
Anthony Towns
2018-04-06
ReadConfigStream: assume the stream is good
Anthony Towns
2018-04-06
Separate out ReadConfigStream from ReadConfigFile
Anthony Towns
2018-04-06
[tests] Add unit tests for GetChainName
Anthony Towns
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-05
Support serializing Span<unsigned char> and use that instead of FLATDATA
Pieter Wuille
2018-04-05
Add Slice: a (pointer, size) array view that acts like a container
Pieter Wuille
2018-04-05
wallet: Initialize m_last_block_processed to nullptr. Initialize fields where...
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
Merge #12887: [trivial] Add newlines to end of log messages.
Wladimir J. van der Laan
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-04-04
Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size
MarcoFalke
2018-04-04
Merge #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti
MarcoFalke
2018-04-04
Use WalletBalances struct in Qt
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/sendcoinsdialog.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin access from qt/guiutil.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
[next]