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
/
banman.cpp
Age
Commit message (
Expand
)
Author
2022-05-20
refactor: Remove redundant scope in `BanMan::SweepBanned()`
Hennadii Stepanov
2022-05-20
refactor: Add thread safety annotation to `BanMan::SweepBanned()`
Hennadii Stepanov
2022-05-20
refactor: Move code from ctor into private `BanMan::LoadBanlist()`
Hennadii Stepanov
2022-01-28
Fix race condition for SetBannedSetDirty() calls
Hennadii Stepanov
2022-01-28
Avoid calling BanMan::SweepBanned() twice in a row
Hennadii Stepanov
2022-01-28
Fix data race condition in BanMan::DumpBanlist()
Hennadii Stepanov
2022-01-28
Prevent possible concurrent CBanDB::Write() calls
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-07-30
Ignore banlist.dat
MarcoFalke
2021-06-21
banman: save the banlist in a JSON format on disk
Vasil Dimov
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-02-18
log: Clarify log message when file does not exist
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-12
Ignore incorrectly-serialized banlist.dat entries
Pieter Wuille
2020-07-08
banlist: log post-swept banlist size at startup
fanquake
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
Replace automatic bans with discouragement filter
Pieter Wuille
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-01-22
Allow connections from misbehavior banned peers.
Gregory Maxwell
2019-01-16
scripted-diff: batch-recase BanMan variables
Carl Dong
2019-01-16
banman: Add, use CBanEntry ctor that takes ban reason
Carl Dong
2019-01-16
banman: reformulate nBanUtil calculation
Carl Dong
2019-01-16
scripted-diff: batch-rename BanMan members
Cory Fields
2019-01-16
net: move BanMan to its own files
Cory Fields