| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers | Pieter Wuille | 2020-10-12 | 1 | -1/+1 |
| | | | | | | | | Maintaining up to 100000 INVs per peer is excessive, as that is far more than fits in a typical mempool. Also disable the "overload" penalty for PF_RELAY peers. | ||||
| * | Add addr permission flag enabling non-cached addr sharing | Gleb Naumenko | 2020-07-30 | 1 | -0/+3 |
| | | |||||
| * | net: Extract download permission from noban | MarcoFalke | 2020-07-09 | 1 | -1/+4 |
| | | |||||
| * | refactor: Put`TryParsePermissionFlags` in anonymous namespace | Wladimir J. van der Laan | 2020-06-09 | 1 | -0/+4 |
| | | | | | It's only used inside `net_permissions.cpp`. | ||||
| * | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan | 2020-06-09 | 1 | -9/+9 |
| | | | | | | | | | | | | | - Move the decision whether to translate an error message to where it is defined. This simplifies call sites: no more `InitError(Untranslated(...))`. - Make all functions in `util/error.h` consistently return a `bilingual_str`. We've decided to use this as error message type so let's roll with it. This has no functional changes: no messages are changed, no new translation messages are defined. | ||||
| * | doc: Extract net permissions doc | MarcoFalke | 2020-06-08 | 1 | -0/+8 |
| | | |||||
| * | net: Avoid using C-style NUL-terminated strings as arguments in the netbase ↵ | practicalswift | 2020-01-08 | 1 | -2/+2 |
| | | | | | interface | ||||
| * | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | util: Move ResolveErrMsg to util/error | MarcoFalke | 2019-08-15 | 1 | -2/+3 |
| | | |||||
| * | Make whitebind/whitelist permissions more flexible | nicolas.dorier | 2019-08-11 | 1 | -0/+106 |