summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add PeerInfo and PeerAddr in src/peer.rsDavid Goulet2026-02-191-0/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-1/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* Merge branch 'relay-circ' into 'main'David Goulet2025-11-101-1/+1
|\
| * proto: Make RelayCirc publicGabriela Moldovan2025-10-291-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
|/
* proto: Add a relay channel builderDavid Goulet2025-10-231-1/+1
* proto: Add RelayIdentities object holding our keysDavid Goulet2025-10-231-0/+2
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-0/+1
* proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-1/+1
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-1/+1
* proto: Add a top-level stream module.Gabriela Moldovan2025-10-071-0/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-proto: add pub `CellCount`Steven Engler2025-09-151-1/+1
* tor-proto: add struct `FlowCtrlParameters`Steven Engler2025-09-111-0/+1
* proto: Move cmd_counts_towards_seqno to a new conflux module.Gabriela Moldovan2025-09-041-0/+1
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-281-0/+1
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+2
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-2/+1
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-5/+5
* proto: Reorganize relay_tunnel module.Gabriela Moldovan2025-08-181-1/+1
* proto: Add a new relay_tunnel module.Gabriela Moldovan2025-08-181-0/+3
* Merge branch 'enable-cgo' into 'main'Nick Mathewson2025-08-071-3/+9
|\
| * proto: List CGO-related features in supported_client_protocolsNick Mathewson2025-08-061-3/+9
* | Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
|/
* tor_proto: add FLOWCTRL_CC to supported_client_protocolsNick Mathewson2025-08-061-5/+15
* proto, circmgr: Fix feature-gating.Gabriela Moldovan2025-08-051-1/+2
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-051-0/+6
* proto: Add a new ClientTunnel typeGabriela Moldovan2025-08-051-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* proto: Make TargetHop and HopLocation publicDavid Goulet2025-06-261-1/+1
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+3
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+42
* tor-proto: Add a tunnel module.David Goulet2025-02-201-1/+2
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-0/+1
* proto: Add generic objects for congestion controlDavid Goulet2025-01-161-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-proto: add a bench featureLionel Goffaux2024-11-061-0/+1
* tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-041-0/+1
* Disable a lot of dead code warnings (fmt)Ian Jackson2024-10-171-1/+4
* Disable a lot of dead code warningsIan Jackson2024-10-171-1/+1
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-0/+28
* Provide newtypes to distinguish memoquota accounts at different levelsIan Jackson2024-10-031-0/+4
* tor-proto: Allow all dead code if not all features enabledIan Jackson2024-09-301-5/+2