aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-11net_processing: Boost inv trickle rateAnthony Towns
2023-05-11txmempool: have CompareDepthAndScore sort missing txs firstAnthony Towns
2023-05-11p2p: Avoid prematurely clearing download state for other peersSuhas Daftuar
2023-01-2023.x Add missing includes to fix gcc-13 compile errorfanquake
2023-01-20Add missing includes to fix gcc-13 compile errorMarcoFalke
2023-01-19addrdb: Only call Serialize() onceMartin Zumsande
2023-01-19hash: add HashedSourceWriterMartin Zumsande
2022-11-21qt: 23.1rc2 translations updateHennadii Stepanov
2022-11-17Fixes bitcoin#26490 by preventing notificationsJohn Moffett
2022-11-05qt: 23.1rc1 translations updateHennadii Stepanov
2022-10-28rpc: fix crash in deriveaddresses when derivation index is 2147483647muxator
2022-10-24Merge bitcoin/bitcoin#26033: [23.x] Prevent data race for `pathHandlers`MacroFake
2022-09-07Prevent data race for `pathHandlers`Hennadii Stepanov
2022-08-12Disallow encryption of watchonly walletsAndrew Chow
2022-06-22p2p: always set nTime for self-advertisementsMartin Zumsande
2022-06-09rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig...brunoerg
2022-05-30Merge bitcoin/bitcoin#25241: [23.x] rpc: Capture potentially large UniValue b...laanwj
2022-05-30rpc: Capture potentially large UniValue by ref for rpcdoccheckMartin Zumsande
2022-04-14qt: 23.0rc5 translations updatelaanwj
2022-04-08qt: 23.0rc4 translations updatelaanwj
2022-04-08RPC: Switch getblockfrompeer back to standard param name blockhashLuke Dashjr
2022-04-08Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directiveJon Atack
2022-04-01Merge bitcoin/bitcoin#24725: 23.0: rc4 backportMarcoFalke
2022-03-31wallet: Postpone NotifyWalletLoaded() for encrypted walletsHennadii Stepanov
2022-03-31wallet, refactor: Add wallet::NotifyWalletLoaded() functionHennadii Stepanov
2022-03-31qt: 23.0rc3 translations updatelaanwj
2022-03-31Merge bitcoin/bitcoin#24512: 23.x backportsfanquake
2022-03-31util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)Hennadii Stepanov
2022-03-31build: Fix Boost.Process test for Boost 1.78Hennadii Stepanov
2022-03-31util: add linkat to syscall sandbox (AllowFileSystem)fanquake
2022-03-31rpc: Exclude descriptor when address is excludedMarcoFalke
2022-03-31doc, init: add links to doc/cjdns.mdJon Atack
2022-03-28Clarify in -maxtimeadjustment that only outbound peers influence time dataJon Atack
2022-03-23options: flip listenonion to false if not listeningVasil Dimov
2022-03-17gui: restore Send for external signerSjors Provoost
2022-03-17refactor: helper function signWithExternalSigner()Sjors Provoost
2022-03-17move-only: helper function to present PSBTSjors Provoost
2022-03-13test: set segwit height back to 0 on regtestMartin Zumsande
2022-03-13rpc: rename getdeploymentinfo status-next to status_nextJon Atack
2022-03-13init, doc: improve -onlynet help and tor/i2p documentationJon Atack
2022-03-09qt: Avoid crash on startup if int specified in settings.jsonRyan Ofsky
2022-03-09test: Add tests for GetArg methods / settings.json type coercionRyan Ofsky
2022-03-03qt: Pull translations for 0.23rc1v23.0rc1laanwj
2022-03-02net: only assume all local addresses if listening on anyVasil Dimov
2022-03-02net: fix GetListenPort() to derive the proper portVasil Dimov
2022-03-02net: pass Span by value to CaptureMessage()Vasil Dimov
2022-03-02net: make CaptureMessage() mockableVasil Dimov
2022-03-02timedata: rename variables to match the coding styleVasil Dimov
2022-03-02timedata: make it possible to reset the stateVasil Dimov
2022-03-02Merge bitcoin/bitcoin#24375: Do not use `LocalTestingSetup` in getarg_tests t...MarcoFalke