| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
These were previously allowed only in the initial position:
--help, -h , --version, --digests, --list-torrc-options
|
|
|
|
|
|
| |
I added this so I could write a unit test for ServerTransportOptions,
but it incidentally exercises the succeed-on-defaults case of
options_validate too.
|
|
|
|
|
|
|
| |
Also lower maximum interval without directory requests, and raise
maximum download tries.
Implements #6752.
|
| |
|
|
|
|
|
|
|
| |
Fix for #6113.
Note that the RFC1123 times we generate still all say 'GMT'. I'm
going to suggest this is not worth changing.
|
|
This helps us split up one of our larger files, and sets the stage
for refactoring the configuration backend a little
|