summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-02patches on patchesRoger Dingledine
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
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-17include sys/limits.h if it's foundRoger Dingledine
2004-04-14Retry non-final-hop rendezvous failuresNick Mathewson
2004-04-13let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine
2004-04-13Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson
2004-04-13clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine
2004-04-13Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...Nick Mathewson
2004-04-13Re-number the new relay command so as to maintain backward compatibility. Doh!Nick Mathewson
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
2004-04-12break circuit_build_needed_circs into its own funcRoger Dingledine
2004-04-09Dump introduction point status on kill -USR1Nick Mathewson
2004-04-09get more serious about hunting The BugRoger Dingledine
2004-04-08circuit-level sendmes weren't working, because the exitRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06alice just fetched bob's hidden webpage.Roger Dingledine
2004-04-05make router_get_by_nickname consider this router.Nick Mathewson
2004-04-05Implement response to RENDEZVOUS2 cell.Nick Mathewson
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Implement acksNick Mathewson
2004-04-03Add func to generate,set,and send rend cookieNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03more progress on alice's sideRoger Dingledine
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03Startup without crashing.Nick Mathewson
2004-04-03fix some bugs; more remainRoger Dingledine
2004-04-02AP conns use conn->rend_query now tooRoger Dingledine
2004-04-02Finish renaming rend_service fieldNick Mathewson
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson