summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
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
2016-05-09Make rend_authorized_client_free publicJohn Brooks
2016-05-09Use uint8_t for rend descriptor_cookie fieldsJohn Brooks
2016-03-21Scrub service name in introduction circuit warningJohn Brooks
2016-03-11Merge remote-tracking branch 'teor/bug8976_01_028'Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-26Replace Alice/Bob with client/service in hidden service commentsteor (Tim Wilson-Brown)
2015-12-08Don't allow a rendezvous point to have a private addressDavid Goulet
2015-11-25Merge branch 'maint-0.2.7'Nick Mathewson
2015-11-23Fix: use the right list in find_expiring_intro_point()David Goulet
2015-10-02Merge remote-tracking branch 'donncha/feature14846_4'Nick Mathewson
2015-09-02correct the doc for find_rp_for_intro.Nick Mathewson
2015-09-01Simplify API for find_rp_for_intro()Nick Mathewson