| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | replace TODOs with documentation | trinity-1686a | 2022-03-16 | 2 | -3/+2 | |
| | * | | | | add isolation to dns requests | trinity-1686a | 2022-03-16 | 2 | -9/+35 | |
| | * | | | | accept boxed isolation in StreamPref::set_isolation_group | trinity-1686a | 2022-03-16 | 3 | -4/+4 | |
| | * | | | | add trait to help test isolation related code | trinity-1686a | 2022-03-16 | 3 | -49/+182 | |
| | * | | | | add tests on Isolation and fix conditional compilation issues | trinity-1686a | 2022-03-16 | 3 | -3/+60 | |
| | * | | | | replace IsolationMap with new Isolation trait | trinity-1686a | 2022-03-16 | 2 | -102/+15 | |
| | * | | | | refactor restrict_mut | trinity-1686a | 2022-03-16 | 1 | -14/+15 | |
| | * | | | | replace Arc with Box and use dyn-clone | trinity-1686a | 2022-03-16 | 4 | -95/+69 | |
| | * | | | | replace result with either | trinity-1686a | 2022-03-16 | 1 | -5/+6 | |
| | * | | | | add some documentation for new traits | trinity-1686a | 2022-03-16 | 1 | -12/+18 | |
| | * | | | | replace isolated with compatible | trinity-1686a | 2022-03-16 | 1 | -13/+13 | |
| | * | | | | use downcast-rs instead of our own AsAny | trinity-1686a | 2022-03-16 | 3 | -15/+17 | |
| | * | | | | fix existing tests | trinity-1686a | 2022-03-16 | 2 | -68/+62 | |
| | * | | | | add a join() on Isolation | trinity-1686a | 2022-03-16 | 1 | -4/+65 | |
| | * | | | | testing new api for isolation | Trinity Pointard | 2022-03-16 | 3 | -45/+124 | |
| * | | | | | Merge branch 'config-partials-transparent' into 'main' | Ian Jackson | 2022-03-17 | 13 | -153/+207 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | semver notes. | Ian Jackson | 2022-03-16 | 1 | -0/+6 | |
| | * | | | | | DirMgrConfig: abolish builder; make it transparent and exhaustive | Ian Jackson | 2022-03-16 | 5 | -82/+61 | |
| | * | | | | | Add rationale for CircMgrConfig transparency and trait | Ian Jackson | 2022-03-16 | 1 | -1/+22 | |
| | * | | | | | Provide define_accessor_trait and use it to generate CircMgrConfig | Ian Jackson | 2022-03-16 | 4 | -20/+82 | |
| | * | | | | | Make CircMgrConfig transparent (and make it a trait) | Ian Jackson | 2022-03-16 | 4 | -68/+47 | |
| | * | | | | | Change type of TorClientConfig::override_net_params | Ian Jackson | 2022-03-16 | 4 | -4/+10 | |
| | * | | | | | Actually honour preemptive circuits configuration | Ian Jackson | 2022-03-16 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'always-ims' into 'main' | eta | 2022-03-16 | 1 | -10/+49 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dirmgr: Always send if-modified-since on consensus documents. | Nick Mathewson | 2022-03-16 | 1 | -10/+49 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'typos' into 'main' | Nick Mathewson | 2022-03-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Fix typo | Dimitris Apostolou | 2022-03-16 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'derive-builder' into 'main' | Ian Jackson | 2022-03-16 | 12 | -25/+21 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | derive_builder: Switch to upstream 0.11 | Ian Jackson | 2022-03-16 | 11 | -25/+20 | |
| | * | | | | downgrade_dependencies: Upgrade darling | Ian Jackson | 2022-03-16 | 1 | -0/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'move-retry-delay' into 'main' | Ian Jackson | 2022-03-16 | 5 | -153/+179 | |
| |\ \ \ \ | ||||||
| | * | | | | RetryDelay: remove accessors. | Nick Mathewson | 2022-03-16 | 2 | -24/+10 | |
| | * | | | | Remove re-export of retry-schedule in tor-dirmgr. | Nick Mathewson | 2022-03-16 | 1 | -1/+1 | |
| | * | | | | Fix up documentation on RetryDelay. | Nick Mathewson | 2022-03-16 | 2 | -16/+22 | |
| | * | | | | Move RetryDelay from dirmgr to basic-utils. | Nick Mathewson | 2022-03-16 | 5 | -155/+171 | |
| | * | | | | RetryDelay: add accessors for state | Nick Mathewson | 2022-03-16 | 1 | -5/+22 | |
| | * | | | | tor-basic-utils/Cargo.toml: reformat. | Nick Mathewson | 2022-03-16 | 1 | -1/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'clippy' into 'main' | Nick Mathewson | 2022-03-16 | 1 | -4/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Replace a match with some as_ref and as | Ian Jackson | 2022-03-16 | 1 | -4/+1 | |
| |/ / / | ||||||
| * | | | Merge branch 'testing_dns_port' into 'main' | Ian Jackson | 2022-03-16 | 2 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | Use port 35353 for testing, not 5353. | Nick Mathewson | 2022-03-15 | 2 | -3/+3 | |
| | |/ / | ||||||
| * | | | Merge branch 'dns' into 'main' | Nick Mathewson | 2022-03-15 | 1 | -3/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | make run_dns_resolver public and fix typo | trinity-1686a | 2022-03-15 | 1 | -3/+2 | |
| |/ / | ||||||
| * | | Merge branch 'dns' into 'main' | Nick Mathewson | 2022-03-14 | 23 | -46/+614 | |
| |\ \ | ||||||
| | * | | comment AAAA test and explain why it's disabled | trinity-1686a | 2022-03-14 | 1 | -1/+4 | |
| | * | | add simple unit test on UDP | trinity-1686a | 2022-03-14 | 5 | -3/+48 | |
| | * | | add integration test and fill semver_status | trinity-1686a | 2022-03-14 | 4 | -4/+14 | |
| | * | | fix typos and minor issues | trinity-1686a | 2022-03-14 | 3 | -16/+24 | |
| | * | | actually add DNS support | trinity-1686a | 2022-03-14 | 5 | -5/+145 | |
| | * | | add skeleton for DNS handling | trinity-1686a | 2022-03-14 | 5 | -14/+99 | |
