summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * arti: Change how proxy futures are returned.Nick Mathewson2025-12-163-26/+45
| * tor_config::listen: Warn on explicit port zero.Nick Mathewson2025-12-161-2/+17
| * arti: tweak docs, add TODOs with respect to Listener.Nick Mathewson2025-12-163-1/+6
| * arti: Log the actual addresses we are listening on.Nick Mathewson2025-12-162-4/+10
| * tor_config::Listen: Add methods to check for auto and port 0.Nick Mathewson2025-12-161-0/+37
| * tor_config::Listen: Add "auto" itemsNick Mathewson2025-12-161-7/+55
| * tor_config::Listen: Deprecate localhost_port_legacy.Nick Mathewson2025-12-161-1/+5
| * tor_config::Listen: Refactor legacy methods.Nick Mathewson2025-12-161-22/+26
* | arti,arti-relay: change info keystore path msg to debugSteven Engler2025-12-112-3/+8
|/
* Merge branch 'tls12' into 'main'Nick Mathewson2025-12-101-1/+0
|\
| * arti: remove 'rustls/tls12' featureSteven Engler2025-12-091-1/+0
* | proto: Add an immediate order for client CircuitEvent orderingDavid Goulet2025-12-101-4/+7
* | proto: Rename CircuitAction and cie to CircuitEventDavid Goulet2025-12-102-75/+67
* | proto: #[macro_use] be gone!Gabriela Moldovan2025-12-104-2/+4
* | proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolationDavid Goulet2025-12-103-11/+12
* | proto: Add TODO in client reactor for bad cellDavid Goulet2025-12-101-0/+6
* | proto: Move relay specific unit test to relay moduleDavid Goulet2025-12-102-25/+41
* | proto: Relay circuit reactor now handles AnyChanMsgDavid Goulet2025-12-103-12/+14
* | proto: Make ClientCircChanMsg pub(super)David Goulet2025-12-101-1/+1
* | proto: Move unit tests and minor fixDavid Goulet2025-12-103-24/+23
* | proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-109-34/+51
* | proto: Move RelayCircChanMsg into relay moduleDavid Goulet2025-12-105-27/+29
* | proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-107-34/+39
* | proto: Remove unused restricted channel msg setDavid Goulet2025-12-101-26/+0
* | Merge branch 'relay-bin-4' into 'main'David Goulet2025-12-102-0/+7
|\ \
| * | arti-relay: install default ring crypto providerSteven Engler2025-12-092-0/+7
| |/
* | Merge branch 'enc-derive' into 'main'Ian Jackson2025-12-1015-179/+1414
|\ \
| * | tor-netdoc encode: Fix typos in multiplicity check method docsIan Jackson2025-12-101-4/+4
| * | tor-netdoc encode: Enhance explanation of DeterminedMultiplicitySelectorIan Jackson2025-12-101-0/+3
| * | tor-netdoc encode multiplicity: Fix wrong trait refIan Jackson2025-12-101-1/+1
| * | tor-netdoc encode multiplicity: Add a note about omission of intro itemsIan Jackson2025-12-101-1/+1
| * | tor-netdoc Linkify three more typesIan Jackson2025-12-101-1/+1
| * | tor-netdoc Fix docs typoIan Jackson2025-12-101-1/+1
| * | tor-netdoc: Add two TODOs re trait namingIan Jackson2025-12-102-0/+4
| * | tor-netdoc README: Overview of the traitsIan Jackson2025-12-101-0/+38
| * | tor-netdoc README: Replace structure sectionIan Jackson2025-12-101-8/+11
| * | tor-netdoc README: fix description overviewIan Jackson2025-12-101-4/+3
| * | tor-netdoc README: fix spec refIan Jackson2025-12-101-1/+1
| * | tor-netdoc README: fix terminologyIan Jackson2025-12-101-1/+1
| * | tor-netdoc: semver.md: Document new facilitiesIan Jackson2025-12-101-0/+1
| * | tor-netdoc: Apply encoding derive to SharedRandStatusIan Jackson2025-12-101-2/+3
| * | tor-netdoc: test2: check round-trip encodingIan Jackson2025-12-101-29/+162
| * | tor-netdoc: test2: implement encoding traits for all test typesIan Jackson2025-12-102-20/+59
| * | tor-netdoc: derive netdoc encoding traitsIan Jackson2025-12-104-0/+487
| * | tor-netdoc: debug: Add a placeholder debug print to all the other derivesIan Jackson2025-12-102-0/+36
| * | tor-netdoc: parse2: debug: Explain why we use io::stderr()Ian Jackson2025-12-101-0/+2
| * | tor-netdoc: parse2: debug: Fix an error messageIan Jackson2025-12-101-1/+1
| * | tor-netdoc: parse2: debug: Fix scoping of netdoc_parseable_derive_debugIan Jackson2025-12-102-1/+2
| * | tor-netdoc: derive: F_KEYWORD_REPORT: put concat on the outsideIan Jackson2025-12-101-2/+2
| * | tor-netdoc: derive_common: Break out docs for attrs in flattenIan Jackson2025-12-102-8/+13