summaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
AgeCommit message (Expand)Author
2018-11-26hs-v3: Do not close RP circuits when deleting an ephemeral serviceDavid Goulet
2018-09-14Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-09-14hs-v3: Don't BUG() on directory permission check failureDavid Goulet
2018-08-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-16Keep descriptor rotation time after HUP occurs.George Kadianakis
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-05-09Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-09Detect when v3 services get disabled after HUP.George Kadianakis
2018-04-24Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-23hs: Fix memleak in v3 on SIGHUPDavid Goulet
2018-03-23Fix windows compilation warnings in hs_service.cNick Mathewson
2018-03-20Merge branch 'bug25306_032_01_squashed_v2' into maint-0.3.3Nick Mathewson
2018-03-20hs-v3: BUG() on missing descriptors during rotationDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-23Add onion service activity information to our heartbeat logs.George Kadianakis
2018-01-03Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-03Fix some shadowed-global warnings.Nick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12hs-v3: Don't lookup an intro point while cleaning it upGeorge Kadianakis
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-05hs-v3: Add a public function to upload a descriptor to an HSDirDavid Goulet
2017-12-05hs-v3: Implement HS_DESC UPLOAD eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC CREATED eventDavid Goulet
2017-12-05hs-v3: Downgrade warning log when an intro circuit has closedDavid Goulet
2017-12-05hs-v3: Add ephemeral service supportDavid Goulet
2017-12-05hs-v3: Don't cleanup intro point in has_closed()David Goulet
2017-11-20hs-v3: Add a lookup service current descriptor functionDavid Goulet
2017-11-09Merge branch 'ticket20895'Nick Mathewson
2017-11-02Merge branch 'ticket23820_032_01_squashed' into maint-0.3.2Nick Mathewson
2017-10-26hs-v3: Check the ed25519 key when picking intro pointDavid Goulet
2017-10-26Remove buggy IPv6 support from pick_intro_point() and service_intro_point_new()teor
2017-10-03hs-v3: Always generate the public key file on diskcathugger
2017-09-26hs-v3: Don't non fatal assert if we can't get the intro extend infoDavid Goulet
2017-09-26hs: Improve loggingDavid Goulet
2017-09-20hs: Log the intro point when we clean it upDavid Goulet
2017-09-19fix typos/etc found while starting to look at schedulerRoger Dingledine
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Merge remote-tracking branch 'dgoulet/ticket23480_032_01'Nick Mathewson
2017-09-12hs-v3: Rate limit some log statementsDavid Goulet
2017-09-12hs-v3: Cancel active descriptor directory connections before uploadingDavid Goulet
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-08prop224: Pick the right hsdir index based on descriptor.George Kadianakis
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-09-08prop224: Use fetch and store HSDir indexes.David Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet