summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
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
2015-08-25Store service descriptors in the service descriptor cacheDonncha O'Cearbhaill
2015-08-25Preparatory indentation changesDonncha O'Cearbhaill
2015-07-16Break some wide linesNick Mathewson
2015-07-14Remove empty rend_service_validate_intro_early functionJohn Brooks
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-07-09Fix comments in rendservice.cDavid Goulet
2015-07-09Count intro circuit and not only established onesDavid Goulet
2015-07-09Upload descriptor when all intro points are readyDavid Goulet
2015-07-09Reuse intro points that failed but are still validDavid Goulet
2015-07-09Refactor rend_services_introduce()David Goulet
2015-06-29Add the torrc option HiddenServiceNumIntroductionPointsDavid Goulet
2015-06-29Remove intro points adaptative algorithmDavid Goulet
2015-06-17Extend intro point to a 4th hop on cannibalizationDavid Goulet
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Avoid double-free on rend_add_service() failureNick Mathewson
2015-05-20Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.Yawning Angel
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
2015-05-16Fix crash on HUP with mixed ephemeral servicesJohn Brooks
2015-05-14Fix rend_config_services() indentationDavid Goulet
2015-05-14Use safe_str_client() for service ID in logDavid Goulet
2015-05-05Merge remote-tracking branch 'public/bug15821_025'Nick Mathewson
2015-05-05Fix out-of-bounds read in INTRODUCE2 client authJohn Brooks
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-04-30Use rend_data_client/service_create() in codeDavid Goulet
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-23Merge remote-tracking branch 'public/bug15745_027_03'Nick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel