aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_service.c
AgeCommit message (Expand)Author
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
2020-11-12Fix typos.Samanta Navarro
2020-10-27hs: Collect introduction circuit metricsDavid Goulet
2020-10-27hs: Collect rendezvous circuit metricsDavid Goulet
2020-10-27hs: New metrics moduleDavid Goulet
2020-09-17Fix wide linesNick Mathewson
2020-09-17Rename tor_cert_create to tor_cert_create_ed25519Nick Mathewson
2020-07-30Use write_str_if_not_equal() for onion servicesNeel Chauhan
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-07-07Mark some log messages as used by Chutney.George Kadianakis
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-05-28Merge branch 'tor-github/pr/1901'David Goulet
2020-05-27Add HS v3 status to the SIGUSR1 dumpstats()Neel Chauhan
2020-05-21Fix an enum comparison that was blowing up jenkins.George Kadianakis
2020-04-07hs-v3: Fix typo in log info when PublishHidServDescriptors is set to 0David Goulet
2020-04-01Merge branch 'tor-github/pr/1844'David Goulet
2020-03-30hs-v3: Move ob_subcreds to hs_service_state_t.George Kadianakis
2020-03-30hs-v3: Don't crash after SIGHUP in Onionbalance backend mode.George Kadianakis
2020-03-30Merge branch 'tor-github/pr/1775'David Goulet
2020-03-30Start using confmgt logic to parse HS configuration.Nick Mathewson
2020-03-17Merge branch 'maint-0.4.3'Nick Mathewson
2020-03-17Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-03-17Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-03-17Merge branch 'maint-0.3.5' into maint-0.4.1Nick Mathewson
2020-03-17Fix TROVE-2020-003.George Kadianakis
2020-03-11hs-v3: Log reasons why service can't upload descriptorDavid Goulet
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-01-28Refresh OB keys when we build a new descriptor.George Kadianakis
2020-01-21Turn hs_subcredential_t into a proper struct.Nick Mathewson
2020-01-21hs-v3: Add the Onion Balance config file optionDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor