aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-06-18Merge remote-tracking branch 'public/bug3311'Nick Mathewson
2012-06-15Clarify some messages about publishing hidden service descriptorsNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-04-20Don't reset intro-point creation rate-limiting timerRobert Ransom
2012-04-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-18rend_service_introduce(): do protocol violation check before anything else.George Kadianakis
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-10Chop out the intro point calculation until it is simple enough for nickm to grokNick Mathewson
2012-01-10Use my original formula for number of replacements for an intro pointRobert Ransom
2012-01-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-09Fix a trivial log message error in renservice.cNick Mathewson
2012-01-09Merge remote-tracking branch 'rransom-tor/bug4842'Nick Mathewson
2012-01-07clean up a comment that confused arturoRoger Dingledine
2012-01-06Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom
2011-12-27Don't close HS service-side rend circs on timeoutRobert Ransom
2011-12-20Add explicit cast to make gcc happyNick Mathewson
2011-12-20Adjust n_intro_points_wanted when a service's intro points are closedRobert Ransom
2011-12-20Extract function to determine how many intros an intro point has handledRobert Ransom
2011-12-01Don't segfault when checking whether a not-yet-used intro point should expireRobert Ransom
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add ifdefs to disable #3332 assertionsRobert Ransom
2011-11-30appease "make check-spaces"Nick Mathewson
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-29Merge remote-tracking branch 'rransom-tor/bug3460-v4'Nick Mathewson
2011-11-27Correct documentation comments for fields formerly named accepted_introsRobert Ransom
2011-11-27Rename accepted_intros fieldsRobert Ransom
2011-11-24Log whenever a circuit's purpose is changedRobert Ransom
2011-11-17Fix a couple of memory leaks in rend_add_service spotted by coverityNick Mathewson
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Include HiddenServiceDir in some warning messagesRobert Ransom
2011-10-31Ignore timestamps of INTRODUCE2 cellsRobert Ransom
2011-10-30Move the real INTRODUCE2 replay-detection cache into rend_intro_point_tRobert Ransom
2011-10-30Make introduction points expireRobert Ransom
2011-10-30Allow intro points to expire somewhat gracefullyRobert Ransom
2011-10-30Use SMARTLIST_FOREACH_BEGIN and _END, not a for loopRobert Ransom
2011-10-30Correct bogus commentsRobert Ransom
2011-10-30Use a more meaningful variable nameRobert Ransom
2011-10-30Determine whether an intro point was in the last HS desc in a sane wayRobert Ransom
2011-10-30Record which intro points were listed in the last HS descRobert Ransom
2011-10-30Record the number of INTRODUCE2 cells each intro point has receivedRobert Ransom
2011-10-30Correct a log messageRobert Ransom
2011-10-30Record the time at which each intro point was first publishedRobert Ransom
2011-10-30Improve a commentRobert Ransom
2011-10-30Allow different HSes to maintain different numbers of intro pointsRobert Ransom
2011-10-20Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-18Free rend_data and intro_key when extra intro circs become general-purposeRobert Ransom