summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
AgeCommit message (Expand)Author
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-18when you get an intro ack, don't also count it as an intro nackRoger Dingledine
2004-04-18if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine
2004-04-16fix another rare bug: when we had tried all the introtor-0.0.6incompat-mergedRoger Dingledine
2004-04-16more useful logging for rend services and clientsRoger Dingledine
2004-04-16i was wrong about one of my invariantsRoger Dingledine
2004-04-16put in an extra assert, might find a bug these wayRoger Dingledine
2004-04-14make rendezvous points work againRoger Dingledine
2004-04-13remove unused variableRoger Dingledine
2004-04-13let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine
2004-04-13clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine
2004-04-13Handle the rendezvous-circ elements of retrying introductions.Nick Mathewson
2004-04-13<arma> you should make r and i and use r for r and i for iNick Mathewson
2004-04-13Handle introduce naks. Arma: Is this right?Nick Mathewson
2004-04-13Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...Nick Mathewson
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
2004-04-08bugfix: alice would crash if bob advertised 0 intro pointsRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-08clean up rend_client_get_random_introRoger Dingledine
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-06set the circ windows on the middle hop of the rend circsRoger Dingledine
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-06Set handshake_state to NULL before appending cpath hopsNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05fix the bob-can't-decode-relays bugRoger Dingledine
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-05Spec conformance: KH|"INTRODUCE" is only for establishing intro ptNick Mathewson
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
2004-04-05Implement response to RENDEZVOUS2 cell.Nick Mathewson
2004-04-05Do first half of Alice-side of DH handshake.Nick Mathewson
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05strdup the intro point when you pick it, so youRoger Dingledine
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05send a destroy after we send an introduceRoger Dingledine
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Add func to generate,set,and send rend cookieNick Mathewson
2004-04-03more progress on alice's sideRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03fix some bugs; more remainRoger Dingledine
2004-04-02AP conns use conn->rend_query now tooRoger Dingledine
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine