summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Rename handshake_digest to rend_circ_nonceNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2012-12-09Space fixes.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Prop209: Rend circuits weren't ever marked dirty.Mike Perry
2012-12-07Prop 209: Add in hidserv path bias counts for usage.Mike Perry
2012-11-08Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-08-21Avoid spurious warnings in rend_service_introduceNick Mathewson
2012-08-03Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson
2012-07-31Whitespace tweaksNick Mathewson
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard
2012-07-31Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-06-29Fix crash bug from 4a8eaad7 (Bug 6255)Nick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-18Clear a couple more fields in rend_service_load_auth_keysNick Mathewson
2012-06-18Refactor exit path in rend_service_load_auth_keysNick Mathewson
2012-06-18Fix indentation in rend_service_load_auth_keysNick Mathewson
2012-06-18Refactor rend_service_load_keys() into main portion and auth portion.Nick Mathewson
2012-06-18Fix indentation and whitespace in rend_service_load_keysNick Mathewson
2012-06-18Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson
2012-06-18Merge remote-tracking branch 'public/bug3311'Nick Mathewson
2012-06-15In rend_service_load_keys(), clear extended descriptor cookie and buffer, cle...Andrea Shepard
2012-06-15Clean keys on stack in rend_service_rendezvous_has_opened()Andrea Shepard
2012-06-15Clean keys on stack in rend_service_intro_has_opened()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_introduce()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_load_keys()Andrea Shepard
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