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