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
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-11-11
Merge #3716: GUI: Receive: Remove option to reuse a previous address
MarcoFalke
2017-11-11
Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if call...
MarcoFalke
2017-11-11
GUI: Receive: Remove option to reuse a previous address
Luke Dashjr
2017-11-10
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo
Pieter Wuille
2017-11-10
[wallet] getreceivedbyaddress should return error if address is not mine
John Newbery
2017-11-10
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...
MarcoFalke
2017-11-10
Merge #11353: Small refactor of CCoinsViewCache::BatchWrite()
MarcoFalke
2017-11-10
Merge #11623: tests: Add missing locks to tests
MarcoFalke
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-10
Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...
MarcoFalke
2017-11-10
Merge #11646: Require a steady clock for bench with at least micro precision
Wladimir J. van der Laan
2017-11-09
Merge #11043: Use std::unique_ptr (C++11) where possible
Wladimir J. van der Laan
2017-11-09
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header
Wladimir J. van der Laan
2017-11-09
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-09
Merge #11580: Do not send (potentially) invalid headers in response to gethea...
Wladimir J. van der Laan
2017-11-09
Use MakeUnique<Db>(...)
practicalswift
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Add MakeUnique (substitute for C++14 std::make_unique)
practicalswift
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
Use unique_ptr for pdbCopy (Db) and fix potential memory leak
practicalswift
2017-11-09
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-11-09
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift
2017-11-09
Use unique_ptr for upnp_thread (boost::thread)
practicalswift
2017-11-09
Use unique_ptr for dbw (CDBWrapper)
practicalswift
2017-11-09
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-11-09
Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)
practicalswift
2017-11-09
Use unique_ptr for pwalletMain (CWallet)
practicalswift
2017-11-09
Fix qt build broken by 5a5e4e9
Matt Corallo
2017-11-09
Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction.
Wladimir J. van der Laan
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-09
Merge #10696: Remove redundant nullptr checks before deallocation
Wladimir J. van der Laan
2017-11-09
Merge #11594: Improve -disablewallet parameter interaction
Wladimir J. van der Laan
2017-11-09
Merge #11221: Refactor: simpler read
Wladimir J. van der Laan
2017-11-08
trivial: Fix typo – alreardy → already
practicalswift
2017-11-08
Merge #11289: Add wallet backup text to import* and add* RPCs
Wladimir J. van der Laan
2017-11-08
Merge #11524: [net] De-duplicate connection eviction logic
Wladimir J. van der Laan
2017-11-08
Merge #11562: bench: use std::chrono rather than gettimeofday
Wladimir J. van der Laan
2017-11-07
[net] De-duplicate connection eviction logic
Thomas Snider
2017-11-07
bench: prefer a steady clock if the resolution is no worse
Cory Fields
2017-11-07
bench: switch to std::chrono for time measurements
Cory Fields
2017-11-07
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-07
Merge #11597: [trivial] Fix error messages in CFeeBumper
MarcoFalke
2017-11-07
Fix -disablewallet default value
João Barbosa
2017-11-07
Improve -disablewallet parameter interaction
João Barbosa
2017-11-07
Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...
Pieter Wuille
2017-11-07
Merge #11626: rpc: Make `logging` RPC public
MarcoFalke
2017-11-07
Merge #11554: Sanity-check script sizes in bitcoin-tx
MarcoFalke
2017-11-07
Merge #11618: rpc: Lock cs_main in blockToJSON/blockheaderToJSON
MarcoFalke
[next]