Age | Commit message (Expand) | Author |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-13 | compile fix by agl, for code that is always commented out | Roger Dingledine |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-02-20 | forward-port the onion queue thing | Roger Dingledine |
2005-02-11 | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson |
2005-01-31 | stop logging loudly when a client tries an old onion key. it's | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-05-13 | Break files apart into more modules | Roger Dingledine |
2004-05-12 | Not every RSA decrypt should warn on failure. | Nick Mathewson |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-10 | function header comments for onion.c, including doxygen markup | Roger Dingledine |
2004-04-25 | now assume all routers support rendezvous cells | Roger Dingledine |
2004-04-25 | use tor_assert | 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-17 | clean up some warnings | Roger Dingledine |
2004-04-14 | handle more purposes in new_route_len | Roger Dingledine |
2004-04-12 | normal circs are 3 hops, but rend/intro circs are 4, because | Roger Dingledine |
2004-04-07 | clean up choose_good_exit_server() | Roger Dingledine |
2004-04-07 | Generating data does no good if you make no use of it | 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 | don't pick myself or my twins as hops when building circuits | Roger Dingledine |
2004-04-07 | There is no need to cast void* to other pointer types. | Nick Mathewson |
2004-04-07 | Put ourself in router list; act accordingly. | Nick Mathewson |
2004-04-06 | Force hybrid encryption on for key negotiation | Nick Mathewson |
2004-04-06 | Stupid sizeof operator! | Nick Mathewson |
2004-04-06 | Remove vestigial variable | Nick Mathewson |
2004-04-06 | Continue attack on magic numbers; use new crypto wrappers where possible | Nick Mathewson |
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 | Hide smartlist internals | Nick Mathewson |
2004-04-02 | router_choose_random_node can take a smartlist of nodes to exclude | Roger Dingledine |
2004-04-02 | now circuit_get_newest returns an appropriate circ for your purpose | Roger Dingledine |
2004-04-01 | For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1. | Nick Mathewson |
2004-04-01 | alice chooses her rendezvous node from all running routers | Roger Dingledine |
2004-04-01 | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine |