| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | tor-netdir: Minor docs fixes | gabi-250 | 2023-03-30 | 1 | -2/+3 | |
| | * | | | | | tor-netdir: Provide accessor for params field of HsDirParams | Ian Jackson | 2023-03-30 | 1 | -0/+5 | |
| | * | | | | | tor-netdir: Implement hs_dirs accessor | Ian Jackson | 2023-03-30 | 1 | -2/+16 | |
| | * | | | | | tor-netdir: hs_dirs accessor: change semantics, type, and name | Ian Jackson | 2023-03-30 | 1 | -7/+9 | |
| | * | | | | | tor-netdir: Provide hs_all_time_periods instead of ..._secondary_... | Ian Jackson | 2023-03-30 | 1 | -5/+8 | |
| | * | | | | | tor-netdir: Rename hs_time_period | Ian Jackson | 2023-03-30 | 1 | -3/+5 | |
| | * | | | | | tor-netdir: Sort out HsDirOp | Ian Jackson | 2023-03-30 | 1 | -2/+3 | |
| | * | | | | | tor-netdir: Reorganise iteration over hsdir rings | Ian Jackson | 2023-03-30 | 1 | -4/+24 | |
| | * | | | | | tor-netdir: Provide relay_by_rs_idx | Ian Jackson | 2023-03-30 | 1 | -0/+16 | |
| * | | | | | | Merge branch 'docs-runes' into 'main' | Ian Jackson | 2023-03-31 | 1 | -2/+5 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | CONTRIBUTING.md: Explicitly support --document-private-items | Ian Jackson | 2023-03-30 | 1 | -1/+3 | |
| | * | | | | | CONTRIBUTING.md: Recommend --workspace when building docs | Ian Jackson | 2023-03-30 | 1 | -2/+3 | |
| * | | | | | | Merge branch 'hsdesc-encoder-client-auth' into 'main' | gabi-250 | 2023-03-31 | 5 | -157/+310 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Generate a new KP_hss_desc_enc keypair for each new descriptor. | Gabriela Moldovan | 2023-03-31 | 2 | -33/+51 | |
| | * | | | | | | Remove unnecessary test constant. | Gabriela Moldovan | 2023-03-31 | 2 | -14/+8 | |
| | * | | | | | | Add an encode-decode test for descriptors with client auth. | Gabriela Moldovan | 2023-03-31 | 1 | -23/+96 | |
| | * | | | | | | Use constants instead of magic numbers. | Gabriela Moldovan | 2023-03-31 | 1 | -6/+10 | |
| | * | | | | | | Stop requiring the caller to supply `AuthClient`s. | Gabriela Moldovan | 2023-03-31 | 5 | -102/+166 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'update_once_more' into 'main' | gabi-250 | 2023-03-31 | 1 | -82/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Run cargo-update to move away from yanked versions of "windows" | Nick Mathewson | 2023-03-31 | 1 | -82/+25 | |
| |/ / / / / / | ||||||
| * | | / / / | Remove semver.md files. | Nick Mathewson | 2023-03-31 | 8 | -13/+0 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Remove "publish = false" from tor-hsclient.arti-v1.1.3 | Nick Mathewson | 2023-03-31 | 1 | -2/+0 | |
| * | | | | | Merge branch 'version_bump' into 'main' | gabi-250 | 2023-03-31 | 34 | -209/+209 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Patchlevel bumps for crates whose dependencies just changed. | Nick Mathewson | 2023-03-31 | 19 | -33/+33 | |
| | * | | | | | Bump crate versions that have breaking changes | Nick Mathewson | 2023-03-31 | 21 | -32/+32 | |
| | * | | | | | Bump patchlevel on crates with non-breaking changes | Nick Mathewson | 2023-03-31 | 29 | -126/+126 | |
| | * | | | | | Bump patchlevel on crates with semver-irrelevant changes. | Nick Mathewson | 2023-03-31 | 10 | -18/+18 | |
| |/ / / / / | ||||||
| * | | | | | Changelog: Move "Major bugfixes" to the top. | Nick Mathewson | 2023-03-31 | 1 | -5/+5 | |
| * | | | | | Finish (?) CHANGELOG.md for 1.1.3 | Nick Mathewson | 2023-03-31 | 1 | -4/+64 | |
| * | | | | | Add Gabi to exclude_contributors. | Nick Mathewson | 2023-03-31 | 1 | -0/+3 | |
| * | | | | | Update CHANGELOG for last few commits. | Nick Mathewson | 2023-03-31 | 1 | -2/+4 | |
| * | | | | | Merge branch 'doc_fixes' into 'main' | Nick Mathewson | 2023-03-30 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-hsclient: Fix a doc link. | Nick Mathewson | 2023-03-30 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'update-20220330' into 'main' | Nick Mathewson | 2023-03-30 | 1 | -212/+249 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Run cargo update in preparation for release tomorrow. | Nick Mathewson | 2023-03-30 | 1 | -212/+249 | |
| * | | | | | | Merge branch 'fix-broken-doc-links' into 'main' | Nick Mathewson | 2023-03-30 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix broken doc link. | Gabriela Moldovan | 2023-03-27 | 2 | -5/+5 | |
| * | | | | | | Merge branch 'plumb' into 'main' | Alexander Færøy | 2023-03-30 | 6 | -49/+69 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Run rustfmt | Ian Jackson | 2023-03-30 | 2 | -21/+18 | |
| | * | | | | | | arti-client: Call HsCircPool::launch_background_tasks | Ian Jackson | 2023-03-30 | 1 | -4/+13 | |
| | * | | | | | | tor-hsconn: Rename ConnError (from HsClientConnError) | Ian Jackson | 2023-03-30 | 5 | -21/+21 | |
| | * | | | | | | arti-client: When making hs conn, wait for bootstrap | Ian Jackson | 2023-03-30 | 1 | -0/+3 | |
| | * | | | | | | tor-client: Pass a netdir for each request | Ian Jackson | 2023-03-30 | 4 | -16/+27 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'workflow' into 'main' | Ian Jackson | 2023-03-30 | 1 | -1/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | CONTRIBUTING.md: Add some refs for git autosquash | Ian Jackson | 2023-03-30 | 1 | -1/+5 | |
| | * | | | | | | CONTRIBUTING.md: Discourage contributors from rebasing (typo fix) | Ian Jackson | 2023-03-30 | 1 | -1/+1 | |
| | * | | | | | | CONTRIBUTING.md: Improve wording re not squashing | Nick Mathewson | 2023-03-30 | 1 | -1/+1 | |
| | * | | | | | | CONTRIBUTING.md: Document X X X convention | Ian Jackson | 2023-03-30 | 1 | -0/+7 | |
| | * | | | | | | CONTRIBUTING.md: Add more notes about TODOs | Ian Jackson | 2023-03-30 | 1 | -1/+5 | |
| | * | | | | | | CONTRIBUTING.md: Discourage contributors from rebasing | Ian Jackson | 2023-03-30 | 1 | -0/+6 | |
| | | |_|/ / / | |/| | | | | ||||||
