| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dirclient: Remove HttpStatus error variant | Nick Mathewson | 2022-02-17 | 1 | -2/+7 |
| | | | | | | | | Getting a non-200 status is no longer a failure condition; it's just a different kind of answer. Closes #349. | ||||
| * | Change deny(clippy::all) to warn(clippy::all). | Nick Mathewson | 2022-02-14 | 1 | -1/+1 |
| | | | | | Closes #338. | ||||
| * | Merge branch 'dirclient-testing' into 'main' | Nick Mathewson | 2022-02-03 | 1 | -33/+162 |
| |\ | | | | | | | | | dir-client: bug fix and more tests See merge request tpo/core/arti!271 | ||||
| | * | Explain a testing oddity in tor-dirclient. | Nick Mathewson | 2022-02-03 | 1 | -1/+11 |
| | | | |||||
| | * | Fix a stale comment in tor-dirclient. | Nick Mathewson | 2022-02-03 | 1 | -2/+1 |
| | | | |||||
| | * | dirclient: refactor and test "should-i-retire-the-circuit" code. | Nick Mathewson | 2022-02-01 | 1 | -6/+13 |
| | | | |||||
| | * | dirclient: Add tests for a number of failing cases. | Nick Mathewson | 2022-02-01 | 1 | -25/+136 |
| | | | | | | | | | | | These bring the case a tiny improvement in test coverage, and also manage to turn up a few bugs. | ||||
| | * | dirclient: don't return too-long responses on decompression failure | Nick Mathewson | 2022-02-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | There are a couple of places where we forgot to truncate our return-buffer to its actual size, and instead returned a big bunch of zeros. Found while writing the tests in the next commit. Someday, we'll have ReadBuf and won't have to worry about these things. | ||||
| * | | Untangle two needless Ok(r?) into just r | Ian Jackson | 2022-02-02 | 1 | -1/+1 |
| |/ | | | | | | Prompted by clippy::needless_question_mark. Sometimes Ok(r?) is needed to do automatic error conversion. I assume the lint checks for that. Anyway, in these cases it's not needed. | ||||
| * | extend lints to include 'clippy::all' | Daniel Eades | 2021-12-28 | 1 | -0/+1 |
| | | |||||
| * | Resolve roughly half of the XXXXs. | Nick Mathewson | 2021-12-06 | 1 | -6/+6 |
| | | | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -0/+1 |
| | | |||||
| * | Fix a few typos. | Nick Mathewson | 2021-11-24 | 1 | -2/+2 |
| | | | | | Also fix some commonwealth spellings that had slipped in. | ||||
| * | tor-dirclient: Put routerdesc download behind a feature. | Nick Mathewson | 2021-11-12 | 1 | -2/+13 |
| | | | | | Part of #125 | ||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Stop using anyhow in tor-dirclient. | Jani Monoses | 2021-09-16 | 1 | -1/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -1/+2 |
| | | |||||
| * | Document every macro. | Nick Mathewson | 2021-09-07 | 1 | -0/+1 |
| | | | | | | (The nightly version of clippy now includes macros for its missing_docs_in_private_items lint.) | ||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+615 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
