summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Abolish easy accessors for logging configIan Jackson2022-03-211-26/+6
* | | | | | Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-216-132/+134
* | | | | | Rename arti::trace module to arti::loggingIan Jackson2022-03-212-2/+2
* | | | | | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-2110-266/+286
* | | | | | Merge branch 'accessors' into 'main'Nick Mathewson2022-03-183-44/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dirmgr: Authority: Abolish v3ident accessorIan Jackson2022-03-182-11/+3
| * | | | | dirmgr: Authority: Move a method used only for testingIan Jackson2022-03-181-6/+9
| * | | | | dirmgr: Authority: Abolish two unused accessorsIan Jackson2022-03-181-9/+1
| * | | | | dirmgr: NetworkConfig: Abolish accessorsIan Jackson2022-03-181-16/+8
| * | | | | dirmgr: NetworkConfig: Rename fallbacks struct fieldIan Jackson2022-03-181-6/+9
* | | | | | Actually throw an anyhowIan Jackson2022-03-181-1/+1
|/ / / / /
* | | | | Merge branch 'circ_path_api' into 'main'Ian Jackson2022-03-186-40/+133
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Define accessors for circuit hops.Nick Mathewson2022-03-172-0/+39
| * | | | tor-proto: Remember peer information in circuit and channelNick Mathewson2022-03-176-36/+68
| * | | | ClientCirc: Move n_hops into a new Path type.Nick Mathewson2022-03-173-14/+36
* | | | | Merge branch 'md_allocation' into 'main'Nick Mathewson2022-03-172-126/+116
|\ \ \ \ \
| * | | | | Run rustfmtIan Jackson2022-03-171-5/+6
| * | | | | GetMicrodescsState: Abolish separate n_missing field inIan Jackson2022-03-171-12/+12
| * | | | | GetMicrodescsState: Break out with_mdreceiver_for_missingIan Jackson2022-03-171-13/+23
| * | | | | GetMicrodescsState: Dedupe slightlyIan Jackson2022-03-171-8/+9
| * | | | | netdir: Use an even smaller rep for list of microdescsNick Mathewson2022-03-161-55/+29
| * | | | | tor-dirmgr: Remove redundant hashtable.Nick Mathewson2022-03-162-22/+52
| * | | | | NetDir: Use less space in hash tablesNick Mathewson2022-03-161-61/+35
* | | | | | Alternative API for set_isolation_group().Nick Mathewson2022-03-175-5/+13
| |/ / / / |/| | | |
* | | | | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-1711-214/+440
|\ \ \ \ \
| * | | | | replace TODOs with documentationtrinity-1686a2022-03-162-3/+2
| * | | | | add isolation to dns requeststrinity-1686a2022-03-162-9/+35
| * | | | | accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-163-4/+4
| * | | | | add trait to help test isolation related codetrinity-1686a2022-03-163-49/+182
| * | | | | add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-163-3/+60
| * | | | | replace IsolationMap with new Isolation traittrinity-1686a2022-03-162-102/+15
| * | | | | refactor restrict_muttrinity-1686a2022-03-161-14/+15
| * | | | | replace Arc with Box and use dyn-clonetrinity-1686a2022-03-163-95/+62
| * | | | | replace result with eithertrinity-1686a2022-03-161-5/+6
| * | | | | add some documentation for new traitstrinity-1686a2022-03-161-12/+18
| * | | | | replace isolated with compatibletrinity-1686a2022-03-161-13/+13
| * | | | | use downcast-rs instead of our own AsAnytrinity-1686a2022-03-162-15/+4
| * | | | | fix existing teststrinity-1686a2022-03-162-68/+62
| * | | | | add a join() on Isolationtrinity-1686a2022-03-161-4/+65
| * | | | | testing new api for isolationTrinity Pointard2022-03-163-45/+124
* | | | | | Merge branch 'config-partials-transparent' into 'main'Ian Jackson2022-03-1711-153/+199
|\ \ \ \ \ \
| * | | | | | DirMgrConfig: abolish builder; make it transparent and exhaustiveIan Jackson2022-03-165-82/+61
| * | | | | | Add rationale for CircMgrConfig transparency and traitIan Jackson2022-03-161-1/+22
| * | | | | | Provide define_accessor_trait and use it to generate CircMgrConfigIan Jackson2022-03-163-20/+81
| * | | | | | Make CircMgrConfig transparent (and make it a trait)Ian Jackson2022-03-164-68/+47
| * | | | | | Change type of TorClientConfig::override_net_paramsIan Jackson2022-03-163-4/+9
| * | | | | | Actually honour preemptive circuits configurationIan Jackson2022-03-161-0/+1
* | | | | | | Merge branch 'always-ims' into 'main'eta2022-03-161-10/+49
|\ \ \ \ \ \ \
| * | | | | | | dirmgr: Always send if-modified-since on consensus documents.Nick Mathewson2022-03-161-10/+49
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix typoDimitris Apostolou2022-03-161-1/+1
| |_|/ / / / |/| | | | |