Age | Commit message (Expand) | Author |
2005-12-13 | bugfix: when we removed a dead helper node, we never committed that | Roger Dingledine |
2005-12-11 | Don't use helper nodes for circuits with purpose 'testing'. | Roger Dingledine |
2005-12-11 | when removing dead helpers, only write or_state to disk once at the | Roger Dingledine |
2005-12-11 | fix yet another time comparison bug. we were abandoning helpers | Roger Dingledine |
2005-12-11 | fix an error in reporting why we abandoned a helper node | Roger Dingledine |
2005-12-11 | choose helper nodes to have high capacity always | Roger Dingledine |
2005-12-10 | explain why 0.1.1.9-alpha-cvs is a special version. | Roger Dingledine |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-12-08 | when we're checking reachability, make it clearer in the logs | Roger Dingledine |
2005-12-08 | remove a redundant memcpy when extending to a new server | Roger Dingledine |
2005-12-08 | Document CREATE_FAST better in the code. Move our key expansion algorithm in... | Nick Mathewson |
2005-12-07 | Make clients use CREATE_FAST cells. add an option to disable this. | Nick Mathewson |
2005-12-07 | what the heck is wrong with this little piece of code? | Roger Dingledine |
2005-12-03 | Clean up some comments; remove some dead code | Nick Mathewson |
2005-12-03 | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson |
2005-11-30 | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson |
2005-11-24 | minor cleanup | Roger Dingledine |
2005-11-24 | Fix a bug found by Lasse Overlier: when we were making internal circuits | Roger Dingledine |
2005-11-24 | remove some more dead code (found while hunting lasse's bug) | Roger Dingledine |
2005-11-19 | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine |
2005-11-19 | Bugfix: it looks like some middleman circuits were spending the | Roger Dingledine |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
2005-10-29 | make circ->onionskin a pointer, not a static array. moria2 was using | Roger Dingledine |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | Fix possible minor memory leak when parsing helpernode state | Nick Mathewson |
2005-10-24 | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne... | Nick Mathewson |
2005-10-18 | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson |
2005-10-17 | fix a few comments | Roger Dingledine |
2005-10-17 | Make a few INFO log lines into DEBUG | Peter Palfrader |
2005-10-17 | more log uncluttering | Roger Dingledine |
2005-10-12 | Make --hash-password not craash on exit. | Nick Mathewson |
2005-10-04 | Check for named servers when looking them up by nickname; | Nick Mathewson |
2005-10-04 | comment cleanups | Roger Dingledine |
2005-09-30 | free helper node status info on shutdown | Nick Mathewson |
2005-09-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-09-14 | Fix a bunch of log messages. Deprecate some routerlist fields; remove others... | Nick Mathewson |
2005-09-14 | Clean up a few warnings that make gcc twig out a bit. | Nick Mathewson |
2005-09-13 | a bit more code cleanup | Roger Dingledine |
2005-09-10 | generalize route length to three plus one if the exit node is risky. | Roger Dingledine |
2005-09-08 | add punctuation | Roger Dingledine |
2005-08-26 | Log when falling back to nonfast/nonstabl routers | Nick Mathewson |
2005-08-26 | when we're trying to build a circuit and we're being picky about what | Roger Dingledine |
2005-08-22 | whoops, avoid printing a null string sometimes | Roger Dingledine |
2005-08-22 | when we begin reachability testing, log the address:port for each | Roger Dingledine |
2005-08-15 | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |
2005-08-08 | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson |
2005-08-07 | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n... | Nick Mathewson |
2005-08-04 | Implement some more GETINFO goodness: expose helper nodes, config options, ge... | Nick Mathewson |