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
/
bench
Age
Commit message (
Expand
)
Author
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-10
Merge #15512: Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-03
Add ChaCha20 bench
Jonas Schnelli
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-15
bench: Add wallet_balance benchmarks
MarcoFalke
2019-04-15
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-10
test: Use test_bitcoin setup in bench, Add test utils
MarcoFalke
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-03-27
Merge #15519: Add Poly1305 implementation
Wladimir J. van der Laan
2019-03-26
Add Poly1305 bench
Jonas Schnelli
2019-02-25
bench: Benchmark MempoolToJSON
MarcoFalke
2019-02-15
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2019-02-06
util: Add SetupHelpOptions()
MarcoFalke
2019-01-21
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-16
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-15
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-22
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-17
test: Add missing validation locks
MarcoFalke
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-27
bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-25
Add Benchmark to test input de-duplication worst case
Jeremy Rubin
2018-11-22
Merge #14715: Drop defunct prevector compat handling
Wladimir J. van der Laan
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-14
Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
Ben Woosley
2018-11-06
blockfilter: Refactor GCS params into struct.
Jim Posen
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
tests: Explicitly ignore the return value of DecodeBase58(...)
practicalswift
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-27
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-26
Merge #12254: BIP 158: Compact Block Filters for Light Clients
Wladimir J. van der Laan
2018-08-25
bench: Benchmark GCS filter creation and matching.
Jim Posen
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
[prev]
[next]