aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-11-03Split a wide lineNick Mathewson
2016-11-03Merge remote-tracking branch 'dgoulet/bug20526_030_01'Nick Mathewson
2016-11-03Merge remote-tracking branch 'dgoulet/bug20376_030_01'Nick Mathewson
2016-11-03fix wide linesNick Mathewson
2016-11-03hs: Escape service directories before printing themIvan Markin
2016-11-02hs: Added rend_service_is_ephemeral() and made related code use itIvan Markin
2016-10-27Do not mark circs for close again after relay_send_command_from_edge()Ivan Markin
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-24html error in doxygen comment in rendservice.cNick 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
2015-08-25Generate service descriptors when PublishHidServDescriptors = 0Donncha O'Cearbhaill