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