aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs
AgeCommit message (Expand)Author
2023-09-14Bug 40858: Cache sendme_inc to avoid purging intro points.Mike Perry
2023-07-24Fix all -Werror=enum-int-mismatch warningsDavid Goulet
2023-02-10metrics: Decrement hs_intro_established_count on intro circuit close.Gabriela Moldovan
2022-10-26hs: Retry service rendezvous on circuit closeDavid Goulet
2022-10-26circ: Get rid of hs_circ_has_timed_outDavid Goulet
2022-10-26hs: Retry rdv circuit if repurposedDavid Goulet
2022-10-26hs: Change the error for a collapsing client circuitDavid Goulet
2022-03-16hs: Helper function to setup congestion controlDavid Goulet
2022-03-16hs: Transfer ccontrol from circuit to cpathDavid Goulet
2022-03-11Merge branch 'tor-gitlab/mr/543'David Goulet
2022-03-10Merge branch 'maint-0.4.6'David Goulet
2022-03-10Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-10hs: Schedule mainloop event on dirinfo changeDavid Goulet
2022-03-09hs: Don't BUG() when setting up RP congestion controlDavid Goulet
2022-03-09Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-08hs: Fix multiple port label on single metricDavid Goulet
2022-03-08hs: Fix multiple port label on single metricDavid Goulet
2022-02-23Reject intro2 cells that request unadvertized congestion control.Mike Perry
2022-02-23Properly initialize the cc_enabled field in hs intro data.Mike Perry
2022-02-22Use path type hint for Vegas queue parameters.Mike Perry
2022-02-22hs: Setup congestion control on service rends using intro dataDavid Goulet
2022-02-22hs: Decode and cache the INTRODUCE cell congestion control extensionDavid Goulet
2022-02-22hs: Build INTRODUCE extension in the encrypted sectionDavid Goulet
2022-02-22hs: Setup congestion control on client rendsDavid Goulet
2022-02-22hs: Republish onion descriptor on sendme_inc changeDavid Goulet
2022-02-22hs: Decode flow-control lineDavid Goulet
2022-02-22hs: Encode flow control value in the descriptorDavid Goulet
2022-02-22trunnel: Make hs/cell_common.trunnel genericDavid Goulet
2022-02-22Extend info argument updates for non-ntorv3 casesMike Perry
2022-02-22Convert TODO into TODO-324 for better visibility.Nick Mathewson
2022-02-22Use protover to signal support for ntor3 + congestion control.Nick Mathewson
2022-02-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-03hs: Double quote the metrics label valueDavid Goulet
2021-10-19Merge branch 'maint-0.4.6'David Goulet
2021-10-19hs: Improve warning for bad service versionDavid Goulet
2021-10-19Merge branch 'ticket40476_045_01' into ticket40476_046_01David Goulet
2021-10-19hs: Improve warning for bad service versionDavid Goulet
2021-10-19hs-v2: Disable version 2 introduction pointDavid Goulet
2021-10-19hs-v2: Disable version 2 serviceDavid Goulet
2021-10-16Merge branch 'hs_fuzzing'Nick Mathewson
2021-10-15Merge remote-tracking branch 'asn-private/hsfuz' into hs_fuzzingNick Mathewson
2021-10-14hs: Fix memory leak if service failed to configureDavid Goulet
2021-06-28If TestingTorNetwork, skip perm check on the hs directorySteven Engler
2021-06-11Implement fuzzing for superencrypted HSv3 desc layerGeorge Kadianakis
2021-06-10Merge branch 'maint-0.4.6'Nick Mathewson
2021-06-10Merge branch 'maint-0.4.5' into maint-0.4.6Nick Mathewson
2021-06-10Merge branch 'maint-0.4.4' into maint-0.4.5Nick Mathewson
2021-06-10Merge branch 'maint-0.3.5' into maint-0.4.4Nick Mathewson
2021-06-10Fix TROVE-2021-006: Out-of-bounds read on v3 desc parsingGeorge Kadianakis
2021-06-08Quick-and-dirty fuzzer for inner-encrypted layer of hsv3 desc.Nick Mathewson