aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2015-05-13Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-05-05Fix out-of-bounds read in INTRODUCE2 client authJohn Brooks
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-03Decrease the amount of rend circ relaunches for hidden services.George Kadianakis
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
2015-01-20Merge branch 'bug14084'Nick Mathewson
2015-01-10Speed up hidden service bootstrap by reducing the initial post delayteor
2015-01-05Tolerate starting up with missing hidden service directoryNick Mathewson
2015-01-03New option "HiddenServiceAllowUnknownPorts"Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Coalesce v0 and v1 fields of rend_intro_cell_tNick Mathewson
2014-12-12fix a long lineNick Mathewson
2014-12-12Merge remote-tracking branch 'meejah/ticket-13941-b'Nick Mathewson
2014-12-12Tweak 13942 fixNick Mathewson
2014-12-11Pre-check hidden-service-dir permissions/ownershipmeejah
2014-12-11Fix 13941: make calling log_new_relay_greeting() optional.meejah
2014-11-27Fix a memory leak in rend_services_introduceNick Mathewson
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-20Don't build introduction circuits until we know we can build circuitsNick Mathewson
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-11-04Add comments and rename intro_nodes list in rend_services_introduce()David Goulet
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-13fix typo in commentRoger Dingledine
2014-09-02Fix white spaceDavid Stainton
2014-08-30Make HiddenServiceDirGroupReadable per-hidden-servicemeejah
2014-08-30Clean up patchDavid Stainton
2014-08-30Ticket #11291: patch from "anon":anonymous
2014-08-22Tidy status handling in rendservice.cNick Mathewson
2014-08-21Allow rend_service_intro_free to get called with NULLNick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
2014-05-23sandbox: Correct fix for hs part of 12064Nick Mathewson
2014-05-22sandbox: allow reading of hidden service configuration files.Nick Mathewson
2014-04-18scan-build: bulletproof last-chance errormsg generation in rendservice.cNick Mathewson
2014-04-02Drop MAX_REND_FAILURES to 8Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-10-31Add missing includes for circpathbias.hNick Mathewson
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson