aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2018-01-19hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2Roger Dingledine
2018-01-19turn MAX_REND_FAILURES into a functionRoger Dingledine
2018-01-19MAX_REND_FAILURES is 1, but we would try three timesRoger Dingledine
2017-12-01Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-12-01Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-12-01Fix a clang compilation warning in rendservice.cNick Mathewson
2017-11-30Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-11-30Merge branch 'maint-0.2.5' into maint-0.2.8Nick Mathewson
2017-11-28hs-v2: Remove any expiring intro from the retry listDavid Goulet
2017-11-27Fix length of replaycache-checked data.Nick Mathewson
2017-09-18Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-09-18Fix log-uninitialized-stack bug in rend_service_intro_established.Nick Mathewson
2016-12-01Stop ignoring hidden service key anonymity when first starting torteor
2016-12-01Update unit tests for 20484, 20529teor
2016-11-18Refactor rend_service_check_dir_and_addteor
2016-11-18Refactor duplicate code out of rend_config_servicesteor
2016-11-18Create HS directories in rend_config_services, then check before useteor
2016-11-02Use the latest options in rend_service_check_private_dirteor
2016-11-02Check every hidden service directory's permissions when configuringteor
2016-11-02Improve comments in check_private_dir and onion poisoningteor
2016-11-02fixup! Refactor, adding a create argument to rend_service_check_private_dirteor
2016-11-02Remove redundant group permission code from rend_service_check_private_dirteor
2016-11-02Refactor, adding a create argument to rend_service_check_private_dirteor
2016-10-31Create single-onion-service directory before poisoning it, if neededNick Mathewson
2016-10-14Whitespace cleaningNick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-09-14Fix a bogus memwipe length in rend_service_load_auth_keys().Nick Mathewson
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Replace OnionService* with HiddenService* in option namesteor
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Refactor the hidden service code to use rend_service_pathteor
2016-09-13Allow the unit tests to pass a service list to rend_service_load_all_keysteor
2016-09-13Fix a typo in a comment in rend_consider_services_intro_pointsteor
2016-09-13Make Single Onion Service intro points respect ReachableAddressesteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-09-13Make rend_service_free available to the unit teststeor (Tim Wilson-Brown)
2016-09-06Fix an indentation issue in rend_config_servicesteor
2016-09-05Appease make check-spacesAndrea Shepard
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-24Add a stub for rend_service_allow_direct_connectionteor
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-21Remove useless message about nonexistent onion services after uploading a des...Ivan Markin
2016-06-16Correctly close intro circuit when deleting ephemeral HSDavid Goulet
2016-05-11Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-11Log find_rp_for_intro_() failures at LOG_PROTOCOL_WARN.Nick Mathewson
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Move rend client name checks to one functionJohn Brooks
2016-05-09Add client auth to rend_service_add_ephemeralJohn Brooks
2016-05-09Move rend auth cookie en-/decoding to a functionJohn Brooks