Age | Commit message (Expand) | Author |
2020-06-22 | macos: Bump to xcode 11.3.1 and 10.15 SDK | Cory Fields |
2020-06-22 | depends: bump MacOS toolchain | Cory Fields |
2020-06-22 | contrib: macdeploy: Remove historical extraction notes | Carl Dong |
2020-06-22 | contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzx | Carl Dong |
2020-06-22 | native_cctools: Don't use libc++ from pinned clang | Carl Dong |
2020-06-22 | Adapt rest of tooling to new SDK naming scheme | Carl Dong |
2020-06-19 | contrib: macdeploy: Correctly generate macOS SDK | Carl Dong |
2020-06-19 | Merge #19321: ci: Run asan ci config on cirrus | MarcoFalke |
2020-06-19 | Merge #18863: refactor: Make CScriptVisitor stateless | MarcoFalke |
2020-06-19 | Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe... | MarcoFalke |
2020-06-19 | Merge #19293: net: Avoid redundant and confusing FAILED log | fanquake |
2020-06-19 | Merge #19322: [net] split PushInventory() | fanquake |
2020-06-19 | Merge #19197: init: use std::thread for ThreadImport() | fanquake |
2020-06-18 | Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM... | MarcoFalke |
2020-06-18 | [net] split PushInventory() | John Newbery |
2020-06-18 | ci: Run asan ci config on cirrus | MarcoFalke |
2020-06-18 | cirrus: Clear dummy task | MarcoFalke |
2020-06-18 | Merge #19071: doc: Separate repository for the gui | MarcoFalke |
2020-06-18 | Merge bitcoin-core/gui#3: scripted-diff: Make SeparatorStyle a scoped enum | MarcoFalke |
2020-06-18 | Merge #19292: wallet: Refactor BerkeleyBatch Read, Write, Erase, and Exists f... | MarcoFalke |
2020-06-18 | scripted-diff: Make SeparatorStyle a scoped enum | Hennadii Stepanov |
2020-06-18 | Merge #18468: Span improvements | Wladimir J. van der Laan |
2020-06-18 | Merge #19304: test: Check that message sends successfully when header is spli... | MarcoFalke |
2020-06-18 | Merge #19301: build: don't warn when doxygen isn't found | fanquake |
2020-06-17 | Add sanity check asserts to span when -DDEBUG | Pieter Wuille |
2020-06-17 | Test buffered valid message | Troy Giorshev |
2020-06-17 | Merge #19298: test: Add missing sync_blocks | MarcoFalke |
2020-06-17 | Remove WalletDatabase::Create, CreateMock, and CreateDummy | Andrew Chow |
2020-06-17 | scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase | Andrew Chow |
2020-06-17 | Add Create*WalletDatabase functions | Andrew Chow |
2020-06-17 | walletdb: refactor Read, Write, Erase, and Exists into non-template func | Andrew Chow |
2020-06-17 | Merge #19295: refactor: Use AbortError in FatalError | MarcoFalke |
2020-06-17 | build: don't warn when doxygen isn't found | fanquake |
2020-06-17 | Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test... | MarcoFalke |
2020-06-17 | Merge #19249: Add means to handle negative capabilities in the Clang Thread S... | MarcoFalke |
2020-06-17 | Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h} | Samuel Dobson |
2020-06-17 | Merge #19287: contrib: Fix SyntaxWarning in Python base58 implementation | fanquake |
2020-06-17 | Merge #19299: refactor: Remove unused vars, Add missing includes | fanquake |
2020-06-16 | Merge #19294: test: refactor: Inline adjust_bitcoin_conf_for_pre_17 | MarcoFalke |
2020-06-16 | Add missing includes to fix compile errors | MarcoFalke |
2020-06-16 | Remove unused variables | MarcoFalke |
2020-06-16 | test: Add missing sync_blocks | MarcoFalke |
2020-06-16 | Merge #18275: wallet: error if an explicit fee rate was given but the needed ... | MarcoFalke |
2020-06-16 | Merge #19284: [net] Add seed.bitcoin.wiz.biz to DNS seeds | Wladimir J. van der Laan |
2020-06-16 | Merge #18434: tests: add a test-security target and run it in CI | Wladimir J. van der Laan |
2020-06-16 | [refactor] use waiting inside disconnect_p2ps | gzhao408 |
2020-06-16 | [test] wait for disconnect_p2ps to be reflected in getpeerinfo | gzhao408 |
2020-06-16 | [test] logging and style followups for bloomfilter tests | gzhao408 |
2020-06-16 | refactor: Use AbortError in FatalError | MarcoFalke |
2020-06-16 | Merge #18927: Pass bilingual_str argument to AbortNode() | MarcoFalke |