| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Rename arti::trace module to arti::logging | Ian Jackson | 2022-03-21 | 2 | -2/+2 | |
| * | | | | | Move ArtiConfig to new arti::cfg module | Ian Jackson | 2022-03-21 | 10 | -266/+286 | |
| * | | | | | Merge branch 'accessors' into 'main' | Nick Mathewson | 2022-03-18 | 3 | -44/+26 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | dirmgr: Authority: Abolish v3ident accessor | Ian Jackson | 2022-03-18 | 2 | -11/+3 | |
| | * | | | | dirmgr: Authority: Move a method used only for testing | Ian Jackson | 2022-03-18 | 1 | -6/+9 | |
| | * | | | | dirmgr: Authority: Abolish two unused accessors | Ian Jackson | 2022-03-18 | 1 | -9/+1 | |
| | * | | | | dirmgr: NetworkConfig: Abolish accessors | Ian Jackson | 2022-03-18 | 1 | -16/+8 | |
| | * | | | | dirmgr: NetworkConfig: Rename fallbacks struct field | Ian Jackson | 2022-03-18 | 1 | -6/+9 | |
| * | | | | | Actually throw an anyhow | Ian Jackson | 2022-03-18 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'circ_path_api' into 'main' | Ian Jackson | 2022-03-18 | 6 | -40/+133 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Define accessors for circuit hops. | Nick Mathewson | 2022-03-17 | 2 | -0/+39 | |
| | * | | | tor-proto: Remember peer information in circuit and channel | Nick Mathewson | 2022-03-17 | 6 | -36/+68 | |
| | * | | | ClientCirc: Move n_hops into a new Path type. | Nick Mathewson | 2022-03-17 | 3 | -14/+36 | |
| * | | | | Merge branch 'md_allocation' into 'main' | Nick Mathewson | 2022-03-17 | 2 | -126/+116 | |
| |\ \ \ \ | ||||||
| | * | | | | Run rustfmt | Ian Jackson | 2022-03-17 | 1 | -5/+6 | |
| | * | | | | GetMicrodescsState: Abolish separate n_missing field in | Ian Jackson | 2022-03-17 | 1 | -12/+12 | |
| | * | | | | GetMicrodescsState: Break out with_mdreceiver_for_missing | Ian Jackson | 2022-03-17 | 1 | -13/+23 | |
| | * | | | | GetMicrodescsState: Dedupe slightly | Ian Jackson | 2022-03-17 | 1 | -8/+9 | |
| | * | | | | netdir: Use an even smaller rep for list of microdescs | Nick Mathewson | 2022-03-16 | 1 | -55/+29 | |
| | * | | | | tor-dirmgr: Remove redundant hashtable. | Nick Mathewson | 2022-03-16 | 2 | -22/+52 | |
| | * | | | | NetDir: Use less space in hash tables | Nick Mathewson | 2022-03-16 | 1 | -61/+35 | |
| * | | | | | Alternative API for set_isolation_group(). | Nick Mathewson | 2022-03-17 | 5 | -5/+13 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge branch 'test-isolation' into 'main' | Nick Mathewson | 2022-03-17 | 11 | -214/+440 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | 3 | -95/+62 | |
| | * | | | | 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 | 2 | -15/+4 | |
| | * | | | | 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 | 11 | -153/+199 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | 3 | -20/+81 | |
| | * | | | | | 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 | 3 | -4/+9 | |
| | * | | | | | 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 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Fix typo | Dimitris Apostolou | 2022-03-16 | 1 | -1/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge branch 'derive-builder' into 'main' | Ian Jackson | 2022-03-16 | 9 | -14/+14 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | derive_builder: Switch to upstream 0.11 | Ian Jackson | 2022-03-16 | 9 | -14/+14 | |
| | | |/ / | |/| | | ||||||
