| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename recommended_protocols to protocol_statuses. | Nick Mathewson | 2025-04-16 | 1 | -1/+1 |
| | | | | | | This name reflects its purpose better than the original one, since it includes required protocols as well as recommended ones. | ||||
| * | netdir: Add a recommended_protocols() to NetDirProvider | Nick Mathewson | 2025-04-16 | 1 | -0/+9 |
| | | |||||
| * | tor-netdir: Increase channel size to so set_netidr_and_notify doesn't block. | Gabriela Moldovan | 2024-04-09 | 1 | -1/+1 |
| | | | | | | `TestNetDirProvider::set_netidr_and_notify` blocks if the channel is full, so let's give it a non-zero size. | ||||
| * | tor-netdir: Implement TestNetDirProvider::events(). | Gabriela Moldovan | 2024-04-05 | 1 | -8/+52 |
| | | |||||
| * | Mock implementation of a NetDirProvider for testing. | Nick Mathewson | 2022-11-08 | 1 | -0/+59 |
| I'm about to remove the old testing APIs from GurdMgr that took in a NetDir in each function: adding this will make that possible. | |||||
