aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2015-11-23Fix: use the right list in find_expiring_intro_point()David Goulet
2015-09-02correct the doc for find_rp_for_intro.Nick Mathewson
2015-09-01Simplify API for find_rp_for_intro()Nick Mathewson
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
2015-04-03Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-04-03Decrease the amount of rend circ relaunches for hidden services.George Kadianakis
2015-03-13const-ify the new failure vars, and one old oneNick Mathewson
2015-03-12Don't init hs intro key as side effect of an assertSebastian Hahn
2015-02-17Remove tor_strclear(), and replace previous calls with memwipe().Yawning Angel
2015-02-09Reserve enough space for rend_service_port_config_tSebastian Hahn
2015-01-30Fix some unused-argument warningsNick Mathewson
2015-01-30Fix an uninitialized-variable warning.Nick Mathewson
2015-01-30Fix: test -ENOENT after config_parse_unix_port()David Goulet
2015-01-28Make hidden service use the config unix prefixDavid Goulet
2015-01-28Merge branch 'bug11485_026_v2_squashed'Nick Mathewson
2015-01-28fixup! Refactor the use of ifdef HAVE_SYS_UN_HDavid Goulet
2015-01-28Actually make connections to HSes on AF_UNIX socketsAndrea Shepard
2015-01-28Handle config options for AF_UNIX hidden services rendservice.cAndrea Shepard
2015-01-28Bump a client authorization message from debug to info.Nick Mathewson
2015-01-27Groundwork for AF_UNIX hidden services in rendservice.cAndrea Shepard