summaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
AgeCommit message (Expand)Author
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-25Stop putting unsupported ed25519 link auth in v3 onion service descsteor
2018-06-02hs-v3: Build onion address before registering ephemeral serviceDavid Goulet
2018-05-09Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-09Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-09Detect when v3 services get disabled after HUP.George Kadianakis
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-02Optimize legacy intro point digest calculation.Neel Chauhan
2018-05-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}David Goulet
2018-05-01Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'Nick Mathewson
2018-04-28Make hsdir_index in node_t a hsdir_index_t rather than a pointer.Neel Chauhan
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-27hs: Rescan the main loop event list if the service map changesDavid Goulet
2018-04-24Merge branch 'maint-0.3.3'Nick Mathewson
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-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-23Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-23Fix windows compilation warnings in hs_service.cNick Mathewson
2018-03-20Merge branch 'maint-0.3.3'Nick 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-20Remove a bunch of other redundant #includesNick Mathewson
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