| Commit message (Expand) | Author | Age |
* | 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-02 |
* | 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-04-01 |
* | Make smartlist Do What Arma Expects. | Nick Mathewson | 2004-03-30 |
* | Remove maximum-size field from smartlists | Nick Mathewson | 2004-03-30 |
* | clean up some 'warn' messages while i'm at it | Roger Dingledine | 2004-03-26 |
* | isspace and friends take an int. solaris cares. | Roger Dingledine | 2004-03-19 |
* | clean up some presentation and comments | Roger Dingledine | 2004-03-18 |
* | make circuit-building less noisy when a node in your exclude/exit/entrynodes ... | Roger Dingledine | 2004-03-03 |
* | bugfix: only warn about an unrouter router after we've fetched a directory | Roger Dingledine | 2004-02-29 |
* | note bug in assert_connection_ok | Roger Dingledine | 2004-02-28 |
* | rename ExcludedNodes config option to ExcludeNodes | Roger Dingledine | 2004-02-28 |
* | 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-17 |
* | log when exit situation is hopeless. | Nick Mathewson | 2004-02-04 |
* | for perf testing, paths are always 3 hops, not "3 or more" | Roger Dingledine | 2004-01-30 |
* | fix a per-circuit memory leak | Roger Dingledine | 2004-01-30 |
* | turn some knobs, add more debugging | Roger Dingledine | 2004-01-30 |
* | small default route when doing speed testing | Roger Dingledine | 2004-01-20 |
* | resolve cygwin warnings for pre19 | Roger Dingledine | 2004-01-08 |
* | the onionskin challenge length was 30 bytes longer than necessary | Roger Dingledine | 2004-01-05 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | end-to-end integrity checking now works | Roger Dingledine | 2003-12-17 |
* | move cell size to 512 bytes | Roger Dingledine | 2003-12-16 |
* | add H(K|1) to the onionskin reply | Roger Dingledine | 2003-12-16 |
* | start to track the 'unexpected relay cell' warning | Roger Dingledine | 2003-12-14 |
* | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | 2003-12-14 |
* | more general cleanup | Roger Dingledine | 2003-12-14 |
* | make options.ExitNodes work | Roger Dingledine | 2003-12-13 |
* | revamp circuit node selection to use smartlists: | Roger Dingledine | 2003-12-13 |
* | use the smartlist to pick random routers, rather than our own idiom | Roger Dingledine | 2003-12-13 |
* | if >=2 circs are being built that handle a given stream, | Roger Dingledine | 2003-12-12 |
* | our circuit symmetric key (for aes) is 127 bits, not 128 bits. | Roger Dingledine | 2003-12-09 |
* | general cleanups | Roger Dingledine | 2003-12-07 |
* | break routers.c into router.c for stuff the router does, | Roger Dingledine | 2003-12-06 |
* | terminology shift: | Roger Dingledine | 2003-12-05 |
* | pick nodes for a circuit only from those the directory says are up | Roger Dingledine | 2003-12-03 |
* | stop segfault when choose_good_exit_server returns NULL | Roger Dingledine | 2003-12-03 |
* | fix vicious bug in connection_ap_attach_pending that caused it to | Roger Dingledine | 2003-12-03 |
* | bugfix in exit node choice: we used to find the perfect exit node but ... | Roger Dingledine | 2003-12-03 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | Patch last patch to last patch | Nick Mathewson | 2003-11-19 |
* | Patch last patch. | Nick Mathewson | 2003-11-19 |
* | Skip non-running routers for exit node selection | Nick Mathewson | 2003-11-19 |
* | bugfix: sometimes we closed a circ while cpuworker was cranking, | Roger Dingledine | 2003-11-18 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | use the tor_malloc_zero wrapper | Roger Dingledine | 2003-11-18 |