| Commit message (Expand) | Author | Age |
* | 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-19 |
* | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson | 2005-11-05 |
* | make circ->onionskin a pointer, not a static array. moria2 was using | Roger Dingledine | 2005-10-29 |
* | 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-25 |
* | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne... | Nick Mathewson | 2005-10-24 |
* | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson | 2005-10-18 |
* | 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-17 |
* | Make --hash-password not craash on exit. | Nick Mathewson | 2005-10-12 |
* | Check for named servers when looking them up by nickname; | Nick Mathewson | 2005-10-04 |
* | comment cleanups | Roger Dingledine | 2005-10-04 |
* | free helper node status info on shutdown | Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson | 2005-09-29 |
* | 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-14 |
* | a bit more code cleanup | Roger Dingledine | 2005-09-13 |
* | generalize route length to three plus one if the exit node is risky. | Roger Dingledine | 2005-09-10 |
* | add punctuation | Roger Dingledine | 2005-09-08 |
* | 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-26 |
* | 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-22 |
* | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine | 2005-08-15 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson | 2005-08-12 |
* | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson | 2005-08-08 |
* | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n... | Nick Mathewson | 2005-08-07 |
* | Implement some more GETINFO goodness: expose helper nodes, config options, ge... | Nick Mathewson | 2005-08-04 |
* | Fix bug in state parsing | Nick Mathewson | 2005-07-28 |
* | Possibly broken implementation of persistant state; handles helper nodes; doe... | Nick Mathewson | 2005-07-28 |
* | fix typos | Roger Dingledine | 2005-07-23 |
* | document code for hibernation | Nick Mathewson | 2005-07-23 |
* | Be consistent about preferring foo* to struct foo* | Nick Mathewson | 2005-07-22 |
* | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX... | Nick Mathewson | 2005-07-22 |
* | in circuit_list_path(), don't redundantly print the intended exit | Roger Dingledine | 2005-07-20 |
* | stop asserting if we have a controller listening for circuit events | Roger Dingledine | 2005-07-18 |
* | trivial changes on nick's rendezvous commit | Roger Dingledine | 2005-07-14 |
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-06-29 |
* | Remove code that has been #if-0ed for a long time. | Nick Mathewson | 2005-06-15 |
* | some more cleaning and docing | Roger Dingledine | 2005-06-11 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 |
* | allow the middle hop of the testing circuit to be running | Roger Dingledine | 2005-05-17 |
* | clean up some log entries | Roger Dingledine | 2005-05-15 |
* | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | 2005-05-07 |
* | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine | 2005-05-03 |
* | Actually, dont send CREATE_FAST cells at all for now | Nick Mathewson | 2005-05-02 |