aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_service.c
AgeCommit message (Expand)Author
2024-04-18typos in commentsRoger Dingledine
2024-03-14hs_service: don't force high intro point rotation for TestingTorNetworkJim Newsome
2023-09-14Merge branch 'maint-0.4.7' into maint-0.4.8David Goulet
2023-09-14Bug 40858: Cache sendme_inc to avoid purging intro points.Mike Perry
2023-05-24token_bucket_ctr: replace 32-bit wallclock time with monotimeMicah Elizabeth Scott
2023-05-10hs_pow: Modify challenge format, include blinded HS idMicah Elizabeth Scott
2023-05-10hs_pow: swap out some commentsMicah Elizabeth Scott
2023-05-10hs_pow: modified approach to pqueue level thresholdsMicah Elizabeth Scott
2023-05-10hs_pow: Lower several logs from notice to infoMicah Elizabeth Scott
2023-05-10hs_pow: update_suggested_effort fix and cleanupMicah Elizabeth Scott
2023-05-10hs_pow: stop having a "minimum effort", and let PoW effort start lowMicah Elizabeth Scott
2023-05-10hs_pow: Define seed_head as uint8_t[4] instead of uint32_tMicah Elizabeth Scott
2023-05-10hs_pow: Make proof-of-work support optional in configureMicah Elizabeth Scott
2023-05-10hs_pow: Rate limited dequeueMicah Elizabeth Scott
2023-05-10hs_metrics: Proof of Work pqueue depth, suggested effortMicah Elizabeth Scott
2023-05-10update_suggested_effort: avoid assert if the pqueue has emptiedMicah Elizabeth Scott
2023-05-10allow suggested effort to be 0Roger Dingledine
2023-05-10Initialize startup effort at 0.Mike Perry
2023-05-10Implement AIMD effort estimation.Mike Perry
2023-05-10Replace the constant bottom-half rate with handled count.Mike Perry
2023-05-10log_err is reserved for fatal failuresRoger Dingledine
2023-05-10hs: Setup service side PoW defensesDavid Goulet
2023-03-13metrics: Add HS service side circuit build time metrics.Gabriela Moldovan
2023-03-07metrics: Add a `reason` label to the HS error metrics.Gabriela Moldovan
2023-02-16metrics: Add metrics for rendezvous and introduction request failures.Gabriela Moldovan
2023-02-10Update `find_service` documentation.Gabriela Moldovan
2022-10-26hs: Retry service rendezvous on circuit closeDavid Goulet
2022-10-19hs: Retry service rendezvous on circuit closeDavid Goulet
2022-06-29typo fix in commentRoger Dingledine
2022-02-22hs: Republish onion descriptor on sendme_inc changeDavid Goulet
2022-02-22trunnel: Make hs/cell_common.trunnel genericDavid Goulet
2022-02-22Extend info argument updates for non-ntorv3 casesMike Perry
2021-05-04hs: Fix ADD_ONION with client authorizationDavid Goulet
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-03-10Merge branch 'maint-0.4.5'Nick Mathewson
2021-03-10hs: Remove hamrless BUG() that can happenDavid Goulet
2021-02-19hs: Remove v2 statsDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-19hs: Rename service config port objectDavid Goulet
2021-02-08Merge remote-tracking branch 'tor-gitlab/mr/212'George Kadianakis
2021-01-12Merge branch 'ticket40237_044_01' into ticket40237_045_01David Goulet
2021-01-12Merge branch 'ticket40237_043_01' into ticket40237_044_01David Goulet
2021-01-12Merge branch 'ticket40237_035_01' into ticket40237_043_01David Goulet
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2020-12-08Reinstate add_onion_helper_add_service() test, validate auth clients before a...Neel Chauhan
2020-12-08Remove unused NULL check in hs_service_add_ephemeral(), mention we take owner...Neel Chauhan
2020-12-03More logic correctionsNeel Chauhan
2020-11-24Some test and logic correctionsNeel Chauhan
2020-11-19Add tests for bug #40084Neel Chauhan
2020-11-15Add support for creating v3 onion services form the control portNeel Chauhan