aboutsummaryrefslogtreecommitdiff
path: root/src/feature/rend/rendservice.c
AgeCommit message (Expand)Author
2020-07-03Merge branch 'tor-github/pr/1962' into maint-0.4.4George Kadianakis
2020-07-03hs-v2: Add deprecation warning for serviceDavid Goulet
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-17Declare variables in for loops in rend_service_dump_stats()Neel Chauhan
2020-03-30Derive hidden service configuration from hs_opts_t.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-20fix easy typosRoger Dingledine
2019-09-23fix typo in commentRoger Dingledine
2019-08-29Merge branch 'tor-github/pr/1255' into maint-0.4.1David Goulet
2019-08-23Merge branch 'bug23818_029' into bug23818_035teor
2019-05-03Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."George Kadianakis
2019-05-03Hiding crypt_path_t: Rename some functions to fit the crypt_path API.George Kadianakis
2019-05-03Hiding crypt_path_t: Create a constructor for crypt_path_t.George Kadianakis
2019-05-03Hiding crypt_path_t: Move init functions to crypt_path.c.George Kadianakis
2019-04-11On failure to create extend info for an introduction point, don't leak.Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-27Set CIRCLAUNCH_NEED_UPTIME in rend_service_relaunch_rendezvous() on a hs_serv...Neel Chauhan
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-10-18hs-v3: Close client intro circuits if the descriptor is replacedDavid Goulet
2018-10-01Remove routerparse include from files that dont use itNick Mathewson
2018-10-01Move v2 hs parsing into feature/rendNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Move key-loading and crosscert-checking out of feature/relayNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-06Merge remote-tracking branch 'tor-github/pr/294'Nick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Rename crypto_pk_check_key(), use it more reasonably, add testsNick Mathewson
2018-08-28Stricter HiddenServicePort parsingrl1987
2018-08-22hs: Learn service version by trying to load the keysDavid Goulet
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson