summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix note in config that claimed onion services weren't implementedNick Mathewson2024-03-271-1/+4
|/ / /
* | | Merge branch 'broad-semver' into 'main'gabi-2502024-03-263-8/+110
|\ \ \
| * | | Release.md: Clarify structure slightlyIan Jackson2024-03-261-6/+6
| * | | README: suggest use of cargo upgrade.Ian Jackson2024-03-251-0/+1
| * | | Release.md: Correct set-version rubricsIan Jackson2024-03-251-1/+3
| * | | semver policy: Remove word "woolly"Ian Jackson2024-03-251-1/+1
| * | | docs: Typos/grammarNick Mathewson2024-03-251-2/+2
| * | | semver policy: Be clear about date when we write somethingNick Mathewson2024-03-251-1/+1
| * | | Improve markdown syntaxNick Mathewson2024-03-251-2/+2
| * | | doc/Release.md: Initial cut of changes apropos new semver approachIan Jackson2024-03-251-1/+30
| * | | doc/Semver.md: Add semver policyIan Jackson2024-03-252-0/+64
| * | | README: Document our semver approachIan Jackson2024-03-251-0/+7
| * | | doc/Release.md: Move a comment about committing lockfilesIan Jackson2024-03-251-3/+2
* | | | Merge branch 'vanguard-params' into 'main'gabi-2502024-03-262-0/+89
|\ \ \ \ | |_|_|/ |/| | |
| * | | tor-guardmgr: Replace From impl with from_net_parameter constructor.Gabriela Moldovan2024-03-261-2/+8
| * | | tor-netdir: Use IntegerSeconds for the vanguard lifetime params.Gabriela Moldovan2024-03-261-4/+4
| * | | tor-netdir: Use consistent termninology in the vanguard param docs.Gabriela Moldovan2024-03-261-6/+6
| * | | tor-netdir: Fix torspec links in vanguard param docs.Gabriela Moldovan2024-03-261-8/+8
| * | | tor-guardmgr: Implement From<BoundedInt32> for VanguardMode.Gabriela Moldovan2024-03-261-0/+13
| * | | tor-netdir: Add the vanguard params to NetParameters.Gabriela Moldovan2024-03-261-0/+70
| | |/ | |/|
* | | Merge branch 'stream_counting' into 'main'Nick Mathewson2024-03-2611-99/+362
|\ \ \
| * | | Make filter conditional, to fix build with hs-service disabled.Nick Mathewson2024-03-262-2/+6
| * | | Refactor and simplify ClientCircSyncViewNick Mathewson2024-03-262-34/+24
| * | | Rename the old IncomingStreamRequestContext to StreamReqInfo.Nick Mathewson2024-03-263-9/+7
| * | | hss: Make the limit for streams configurable.Nick Mathewson2024-03-265-16/+30
| * | | Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-266-17/+167
| * | | Define a type for a synchronous (blocking) view of a circuit state.Nick Mathewson2024-03-263-0/+40
| * | | proto: Make StreamMap keep a count of open streams.Nick Mathewson2024-03-261-0/+34
| * | | proto: Prevent general state-transitions on StreamEntNick Mathewson2024-03-262-38/+60
| * | | proto: Refactor circuit::streammap::StreamEntNick Mathewson2024-03-262-40/+51
|/ / /
* | | Merge branch 'refactor_stream_crypto_init' into 'main'Nick Mathewson2024-03-265-87/+118
|\ \ \ | |/ / |/| |
| * | Push HandshakeRole down one level.Nick Mathewson2024-03-261-5/+4
| * | Provide spec links for relay crypto formats.Nick Mathewson2024-03-261-2/+10
| * | Clean up match statement a little.Nick Mathewson2024-03-261-7/+7
| * | We now need circuit::handshake to exist unconditionally.Nick Mathewson2024-03-262-2/+15
| * | Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-265-86/+97
* | | Merge branch 'coarse' into 'main'Ian Jackson2024-03-2520-35/+397
|\ \ \ | |_|/ |/| |
| * | tor-rtmock: Rename coarsetime module to coarse_timeIan Jackson2024-03-254-3/+3
| * | tor-rtcompat: Rename coarsetime module to coarse_timeIan Jackson2024-03-253-3/+3
| * | tor-rtcompat: coarsetime: Add a comment about doc statusIan Jackson2024-03-251-0/+4
| * | tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. (fmt)Ian Jackson2024-03-251-2/+2
| * | tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.Ian Jackson2024-03-253-0/+11
| * | tor-rtmock: impl CoarseTimeProvider for mocked time providersIan Jackson2024-03-254-1/+70
| * | tor-rtmock: Implement from_real in terms of from_wallclockIan Jackson2024-03-251-1/+1
| * | tor-rtcompat: implement_opaque_runtime impls CoarseTimeProviderIan Jackson2024-03-251-0/+7
| * | tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)Ian Jackson2024-03-253-8/+29
| * | tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-258-27/+63
| * | tor-rtcompat: Reformat a doc comment for semantic newlinesIan Jackson2024-03-251-3/+3
| * | tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider (fmt)Ian Jackson2024-03-251-3/+2
| * | tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProviderIan Jackson2024-03-257-0/+215
|/ /