summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
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-18Fix log-uninitialized-stack bug in rend_service_intro_established.Nick Mathewson
2016-06-21Remove useless message about nonexistent onion services after uploading a des...Ivan Markin
2016-05-11Log find_rp_for_intro_() failures at LOG_PROTOCOL_WARN.Nick Mathewson
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
2015-04-21Add crypto_rand_int_range() and use itDavid Goulet
2015-04-20Use a random count of INTRODUCE2 for IP rotationDavid Goulet
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-04-06Validate the RSA key size received when parsing INTRODUCE2 cells.Yawning Angel