Age | Commit message (Expand) | Author |
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 |
2004-03-30 | Make smartlist Do What Arma Expects. | Nick Mathewson |
2004-03-30 | Remove maximum-size field from smartlists | Nick Mathewson |
2004-03-26 | clean up some 'warn' messages while i'm at ittor-0.0.4 | Roger Dingledine |
2004-03-19 | isspace and friends take an int. solaris cares. | Roger Dingledine |
2004-03-18 | clean up some presentation and comments | Roger Dingledine |
2004-03-03 | make circuit-building less noisy when a node in your exclude/exit/entrynodes ... | Roger Dingledine |
2004-02-29 | bugfix: only warn about an unrouter router after we've fetched a directory | Roger Dingledine |
2004-02-28 | note bug in assert_connection_ok | Roger Dingledine |
2004-02-28 | rename ExcludedNodes config option to ExcludeNodes | Roger Dingledine |
2004-02-17 | best_support_idx is obsolete | Roger Dingledine |
2004-02-17 | Propagate yes/no/maybe a little farther forward. | Nick Mathewson |
2004-02-17 | Let paranoid exit nodes (which default to reject) be exit nodes | Roger Dingledine |
2004-02-04 | log when exit situation is hopeless. | Nick Mathewson |