| Commit message (Expand) | Author | Age | Files | Lines |
| * | TimerangeBound: Stop using std::ops::Bound. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -4/+5 |
| * | hs-pow: Refactor to prefer stub types rather than cfg sprawl. | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -8/+2 |
| * | tor-hspow: Big refactor, dissolve this crate | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -0/+6 |
| * | First pass at implementing onion proof-of-work client | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -1/+1 |
| * | tor-netdoc: Add parsing support for pow-params. | Wesley Aptekar-Cassels | 2024-10-09 | 1 | -0/+10 |
| * | tor-netdoc: Use the new "restricted discovery" terminology. | Gabriela Moldovan | 2024-10-03 | 1 | -2/+2 |
| * | Upgrade to derive_more version 1.0.0 | Nick Mathewson | 2024-09-25 | 1 | -1/+1 |
| * | Fix clippy::doc_lazy_continuation | Ian Jackson | 2024-07-08 | 1 | -3/+4 |
| * | Switch to derive-deftly | Ian Jackson | 2024-04-03 | 1 | -1/+1 |
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| * | tor-netdoc: Add helper function for computing the descriptor signing key cert. | Gabriela Moldovan | 2023-10-25 | 1 | -1/+1 |
| * | tor-netdoc: Remove outdated note. | Gabriela Moldovan | 2023-09-25 | 1 | -4/+0 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ... | Gabriela Moldovan | 2023-09-25 | 1 | -4/+4 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S... | Gabriela Moldovan | 2023-09-25 | 1 | -5/+5 |
| * | tor-netdoc: "testing" feature: Provide test_parsed_hsdesc | Ian Jackson | 2023-09-18 | 1 | -12/+20 |
| * | tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt) | Ian Jackson | 2023-09-18 | 1 | -4/+1 |
| * | tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID | Ian Jackson | 2023-09-18 | 1 | -3/+9 |
| * | tor-netdoc: provide a IntroPointDescBuilder (fmt) | Ian Jackson | 2023-08-29 | 1 | -2/+1 |
| * | tor-netdoc: provide a IntroPointDescBuilder | Ian Jackson | 2023-08-29 | 1 | -0/+13 |
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| * | Fix a rustdoc link. | Nick Mathewson | 2023-06-29 | 1 | -1/+1 |
| * | tor-netdoc: hsdesc: Disregard intro points after the MAX'th | Ian Jackson | 2023-06-28 | 1 | -0/+1 |
| * | tor-netdoc: Reject hsdescs with no intro points | Ian Jackson | 2023-06-28 | 1 | -0/+3 |
| * | netdoc: remove final TODO HS | Nick Mathewson | 2023-06-26 | 1 | -1/+0 |
| * | netdoc: Downgrade TODO on EncryptedHsDesc::decrypt | Nick Mathewson | 2023-06-26 | 1 | -2/+5 |
| * | netdoc: Remove "decrypted_with_id" as meaningless | Nick Mathewson | 2023-06-26 | 1 | -26/+9 |
| * | netdoc: Remove dead_code exception; add accessors. | Nick Mathewson | 2023-06-26 | 1 | -3/+35 |
| * | netdoc: fill in some test data | Nick Mathewson | 2023-06-23 | 1 | -1/+6 |
| * | hsdescerror: Add paragraph breaks to docs. | Nick Mathewson | 2023-06-22 | 1 | -3/+11 |
| * | netdoc: Use a dev-dependency on anyhow to fix a doc example | Nick Mathewson | 2023-06-22 | 1 | -1/+1 |
| * | netdoc: Introduce HsDescError | Nick Mathewson | 2023-06-22 | 1 | -26/+114 |
| * | Merge branch 'socks_errorkinds' into 'main' | Nick Mathewson | 2023-06-22 | 1 | -1/+1 |
| |\ |
|
| | * | Generate correct ErrorKinds for hsdesc decryption failures. | Nick Mathewson | 2023-06-21 | 1 | -1/+1 |
| * | | netdoc: downgrade two accessor-related TODOs | Nick Mathewson | 2023-06-20 | 1 | -4/+1 |
| * | | netdoc: Use derive amplify::Getters for HsDesc accessors. | Nick Mathewson | 2023-06-20 | 1 | -46/+8 |
| |/ |
|
| * | hsdesc.rs: finally remove "allows". | Nick Mathewson | 2023-06-16 | 1 | -1/+1 |
| * | netdoc::doc::hsdesc changes to let us downgrade/remove allows | Nick Mathewson | 2023-06-16 | 1 | -4/+4 |
| * | hsdesc: Add minimal set of accessors for HsDesc and IntroPointDesc | Ian Jackson | 2023-06-05 | 1 | -0/+65 |
| * | hsdesc docs: Don't imply that a thing has been done, which hasn't yet | Ian Jackson | 2023-06-05 | 1 | -1/+1 |
| * | hsdesc docs: Use the definite article | Ian Jackson | 2023-06-05 | 1 | -3/+3 |
| * | netdoc: Use the RangeBoundsExt impl of TimerangeBound. | Gabriela Moldovan | 2023-05-13 | 1 | -11/+24 |
| * | netdoc: Do not consume EncryptedHsDesc when decrypting. | Gabriela Moldovan | 2023-05-13 | 1 | -1/+1 |
| * | hsclient: Compute HsDesc validity time from the TimerangeBounds of its layers. | Gabriela Moldovan | 2023-05-13 | 1 | -13/+16 |
| * | hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime. | Gabriela Moldovan | 2023-05-13 | 1 | -0/+7 |
| * | Merge branch 'hs-linkspec-work-v2' into 'main' | Nick Mathewson | 2023-05-11 | 1 | -2/+2 |
| |\ |
|
| | * | Rename UnparsedLinkSpec => EncodedLinkSpec | Nick Mathewson | 2023-05-10 | 1 | -2/+2 |
| * | | netdoc: Remove experimental-api gate from parse_decrypt_validate. | Gabriela Moldovan | 2023-05-10 | 1 | -1/+0 |
| * | | netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`. | Gabriela Moldovan | 2023-05-10 | 1 | -1/+1 |
| |/ |
|
| * | netdoc: Mark parse_decrypt_validate as experimental. | Gabriela Moldovan | 2023-05-02 | 1 | -0/+1 |