Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-30 | Add addr permission flag enabling non-cached addr sharing | Gleb Naumenko | |
2020-07-09 | net: Extract download permission from noban | MarcoFalke | |
2020-06-09 | refactor: Put`TryParsePermissionFlags` in anonymous namespace | Wladimir J. van der Laan | |
It's only used inside `net_permissions.cpp`. | |||
2020-06-09 | refactor: Error message bilingual_str consistency | Wladimir J. van der Laan | |
- 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. | |||
2020-06-08 | doc: Extract net permissions doc | MarcoFalke | |
2020-01-08 | net: Avoid using C-style NUL-terminated strings as arguments in the netbase ↵ | practicalswift | |
interface | |||
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-08-15 | util: Move ResolveErrMsg to util/error | MarcoFalke | |
2019-08-11 | Make whitebind/whitelist permissions more flexible | nicolas.dorier | |