aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/net_permissions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add addr permission flag enabling non-cached addr sharingGleb Naumenko2020-07-301-0/+1
|
* refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-2/+3
| | | | | | | | | | | | - 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.
* Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift2020-05-141-1/+0
|
* tests: Add fuzzing harness for functions in net_permissions.hpracticalswift2020-03-241-0/+51