aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
AgeCommit message (Expand)Author
2014-09-16clients now send correct address for rendezvous pointRoger Dingledine
2013-09-23Fix a compilation warning with older gccNick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-08Fix bug 7341.Mike Perry
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2012-12-08Fix some hidden service edge cases.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Actually, both nacks and acks indicate a valid pathMike 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-09-17Avoid sign-extending when computing rend auth type.Nick Mathewson
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-06-15Appease make check-spacesAndrea Shepard
2012-06-15Clean up keys on stack in rend_parse_service_authorization()Andrea Shepard
2012-06-15Clean up keys on stack in rend_client_refetch_v2_renddesc()Andrea Shepard
2012-06-15Clean up keys on stack in rend_client_send_introduction()Andrea Shepard
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-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-09Fix brown-paper-bag bug in #4759 fixRobert Ransom
2011-12-27Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom
2011-12-22Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom
2011-12-22Mark each intro circ with the rend cookie sent in its INTRODUCE1 cellRobert Ransom
2011-12-09Remove comment complaining that we try to attach all streams to circsRobert Ransom
2011-12-09Clear stream-isolation state on rend circs if needed to attach streamsRobert Ransom
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add ifdefs to disable #3332 assertionsRobert Ransom
2011-11-30Perform single-hop HS desc fetches when in tor2web modeRobert Ransom
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-24Log whenever a circuit's purpose is changedRobert Ransom
2011-11-07Merge remote-tracking branch 'rransom-tor/bug4411'Nick Mathewson
2011-11-07Fix assert on clients of and authorities for v0 HS descsRobert Ransom
2011-11-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-07Remove an extraneous "if" in the 4424 fixNick Mathewson
2011-11-07Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom
2011-10-11Fix a bunch of whitespace errorsNick Mathewson
2011-10-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-10Update documentation comment for rend_client_reextend_intro_circuitRobert Ransom
2011-10-10Don't launch a useless circuit in rend_client_reextend_intro_circuitRobert Ransom
2011-10-03Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson
2011-10-02Remove an HS's last_hid_serv_requests entries when a conn. attempt endsRobert Ransom