aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-06Merge bitcoin/bitcoin#29561: Fixed seeds update for 27.0fanquake
2024-03-05fuzz: restrict fopencookie usage to Linux & FreeBSDfanquake
2024-03-05Merge bitcoin/bitcoin#29547: kernel: chainparams updates for 27.xfanquake
2024-03-05Rename CalculateHeadersWork to CalculateClaimedHeadersWorkGreg Sanders
2024-03-05crypto: Guard code with `ENABLE_SSE41` macroHennadii Stepanov
2024-03-05qt, test: Clean settings after testsHennadii Stepanov
2024-03-05qt, test: Set organization nameHennadii Stepanov
2024-03-04seeds: Update testnet seedsAva Chow
2024-03-04seeds: Update mainnet seedsAva Chow
2024-03-04Merge bitcoin/bitcoin#29546: qt: 27.0 translations updatefanquake
2024-03-04kernel: chainparams updates for 27.xfanquake
2024-03-04kernel: update chainTxData for 27.xfanquake
2024-03-04kernel: update nMinimumChainWork & defaultAssumeValid for 27.xfanquake
2024-03-04Merge bitcoin-core/gui#801: Fix nullptr clientModel access during shutdownHennadii Stepanov
2024-03-04Merge bitcoin/bitcoin#29524: p2p: Don't consider blocks mutated if they don't...fanquake
2024-03-04qt: 27.0 translations updateHennadii Stepanov
2024-03-01doc: add release notes and help text for unix socketsMatthew Zipkin
2024-03-01init: allow UNIX socket path for -proxy and -onionMatthew Zipkin
2024-03-01gui: accomodate unix socket Proxy in updateDefaultProxyNets()Matthew Zipkin
2024-03-01i2p: construct Session with Proxy instead of CServiceMatthew Zipkin
2024-03-01net: split ConnectToSocket() from ConnectDirectly() for unix socketsMatthew Zipkin
2024-03-01proxy: rename randomize_credentials to m_randomize_credentialsMatthew Zipkin
2024-03-01netbase: extend Proxy class to wrap UNIX socket as well as TCPMatthew Zipkin
2024-03-01net: move CreateSock() calls from ConnectNode() to netbase methodsMatthew Zipkin
2024-03-01netbase: allow CreateSock() to create UNIX sockets if supportedMatthew Zipkin
2024-03-01netbase: refactor CreateSock() to accept sa_family_tMatthew Zipkin
2024-03-01build: move sha256_sse4 into libbitcoin_crypto_basefanquake
2024-03-01Merge bitcoin/bitcoin#29263: serialization: c++20 endian/byteswap/clz moderni...fanquake
2024-03-01[unit test] sibling not returned from SingleV3Checks if 1p2c or 3genglozow
2024-03-01[policy] sibling eviction for v3 transactionsglozow
2024-03-01Merge bitcoin/bitcoin#29495: fuzz: add target for local address stufffanquake
2024-03-01rpc: access some args by namestickies-v
2024-03-01rpc: add named arg helperstickies-v
2024-03-01rpc: add arg helper unit teststickies-v
2024-02-29p2p: Don't consider blocks mutated if they don't connect to known prev blockGreg Sanders
2024-02-29Merge bitcoin/bitcoin#29407: build: remove confusing and inconsistent disable...fanquake
2024-02-29Merge bitcoin/bitcoin#29516: test: removes unnecessary check from validation_...fanquake
2024-02-29build: remove confusing and inconsistent disable-asm optionCory Fields
2024-02-29Merge bitcoin/bitcoin#29510: wallet: `getrawchangeaddress` and `getnewaddress...Ava Chow
2024-02-29refactor: gui, simplify boost signals disconnectionfurszy
2024-02-29fuzz: add target for local addressesbrunoerg
2024-02-29test: removes unnecessary check from validation_testsSergi Delgado Segura
2024-02-28Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocksAva Chow
2024-02-28Merge bitcoin/bitcoin#29489: test: Remove Windows-specific code from `system_...fanquake
2024-02-28Merge bitcoin/bitcoin#29493: subtree: update crc32c subtreefanquake
2024-02-28gui: guard accessing a nullptr 'clientModel'furszy
2024-02-28Preallocate result in `TryParseHex` to avoid resizingLőrinc
2024-02-28Add benchmark for TryParseHexLőrinc
2024-02-28protocol: make message types constexprVasil Dimov
2024-02-28net: make the list of known message types a compile time constantVasil Dimov