summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | rpc: rename GenIdx::into/try_from implementationsNick Mathewson2023-05-152-11/+9
| * | rpc: do not deduplicate strong object idsNick Mathewson2023-05-151-52/+39
| * | rpc: Repair an error in our ObjectId encoding.Nick Mathewson2023-05-151-1/+1
| |/
* | Merge branch 'run-fixup-features' into 'main'gabi-2502023-05-1643-117/+412
|\ \ | |/ |/|
| * Revise all XXXXs from fixup-featuresNick Mathewson2023-05-1519-89/+79
| * Run fixup-features _with_ annotations.Nick Mathewson2023-05-1519-0/+70
| * Reformat Cargo.toml files.Nick Mathewson2023-05-1520-69/+230
| * Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-1542-44/+118
|/
* Merge branch 'better-fixup-features' into 'main'Nick Mathewson2023-05-159-146/+416
|\
| * fixup-features: minor doc fix.Nick Mathewson2023-05-151-5/+5
| * Mark an initial set of non-additive features.Nick Mathewson2023-05-155-14/+24
| * fixup-features: Do not annotate non-features.Nick Mathewson2023-05-152-3/+7
| * fixup-features: Do not add edges from non-features.Nick Mathewson2023-05-152-2/+7
| * fixup-features: distinguish internal and external edgesNick Mathewson2023-05-152-3/+8
| * fixup-features: Add an option to not annotate.Nick Mathewson2023-05-153-6/+25
| * fixup-features: ability to add annotations for everything.Nick Mathewson2023-05-151-7/+13
| * fixup-features: fix off-by-one in argument reading.Nick Mathewson2023-05-151-1/+1
| * fixup-features: Implement remaining rules.Nick Mathewson2023-05-151-34/+64
| * fixup-features: Enforce __is_experimental tagging rule.Nick Mathewson2023-05-151-0/+19
| * fixup-features: Revise our rule 2 enforcement to use newer APIs.Nick Mathewson2023-05-151-14/+14
| * fixup-features: Refactor "apply a list of changes" code into a new module.Nick Mathewson2023-05-152-25/+88
| * fixup-features: Make a feature graph type in a submoduleNick Mathewson2023-05-153-60/+149
| * fixup-features: minor spelling and comment fixes.Nick Mathewson2023-05-151-1/+1
| * fixup-features: Describe the semantics we actually wantNick Mathewson2023-05-151-6/+26
* | Merge branch 'x25519-dalek-upgrade' into 'main'gabi-2502023-05-158-28/+72
|\ \
| * | Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-136-20/+21
| * | llcrypto: upgrade x25519-dalek.Nick Mathewson2023-05-132-8/+51
|/ /
* | Merge branch 'connect-hsdesc-bounds' into 'main'gabi-2502023-05-136-47/+398
|\ \
| * | tor-basic-utils: Add unbounded range (..) test.Gabriela Moldovan2023-05-131-0/+31
| * | tor-basic-utils: Update combinatorial test to randomly choose an open or clos...Gabriela Moldovan2023-05-131-2/+12
| * | tor-basic-utils: Add rangebounds test with time ranges.Gabriela Moldovan2023-05-131-0/+35
| * | tor-basic-utils: Assert witness is not part of the intersection.Gabriela Moldovan2023-05-131-0/+4
| * | tor-basic-utils: Log the ranges/intersection on assertion failure.Gabriela Moldovan2023-05-131-1/+13
| * | netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-133-82/+25
| * | tor-checkable: Implement RangeBounds for TimerangeBound.Gabriela Moldovan2023-05-132-6/+19
| * | tor-basic-utils: Add a helper function to deduplicate test code.Gabriela Moldovan2023-05-131-19/+29
| * | tor-basic-utils: Add RangeBoundsExt trait.Gabriela Moldovan2023-05-132-0/+201
| * | hsclient: descriptor_ensure no longer wraps the descriptor in TimerangeBound.Gabriela Moldovan2023-05-131-2/+5
| * | netdoc: Do not consume EncryptedHsDesc when decrypting.Gabriela Moldovan2023-05-131-1/+1
| * | hsclient: Compute HsDesc validity time from the TimerangeBounds of its layers.Gabriela Moldovan2023-05-132-38/+29
| * | tor-checkable: Add a way to compute the intersection of 2 RangeBounds.Gabriela Moldovan2023-05-131-0/+71
| * | hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.Gabriela Moldovan2023-05-133-24/+51
|/ /
* | Merge branch 'rename-netdoc-err-method' into 'main'Nick Mathewson2023-05-114-8/+8
|\ \
| * | hsclient: Rename import alias to reflect new name.Gabriela Moldovan2023-05-111-2/+2
| * | netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-114-6/+6
|/ /
* | Merge branch 'nightly-warnings-20230511' into 'main'gabi-2502023-05-113-9/+8
|\ \
| * | arti-testing: remove some needless ::default()sNick Mathewson2023-05-111-4/+4
| * | dirmgr: remove a needless .borrow()Nick Mathewson2023-05-111-4/+3
| * | chanmgr: remove a needless mut.Nick Mathewson2023-05-111-1/+1
| |/
* | Merge branch 'hs-linkspec-work-v2' into 'main'Nick Mathewson2023-05-1117-126/+521
|\ \ | |/ |/|