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