| Commit message (Expand) | Author | Age |
* | get rid of the special case for 'testing' circuits | Roger Dingledine | 2005-12-31 |
* | Finish implementing config's EntryNodes and StrictEntryNodes option. | Roger Dingledine | 2005-12-31 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | but only close the new conn if one of the earlier helper nodes | Roger Dingledine | 2005-12-28 |
* | but only close it if we have marked an earlier helper as up. | Roger Dingledine | 2005-12-28 |
* | when we connect to a helper node for the first time, close | Roger Dingledine | 2005-12-28 |
* | when we succeed at connecting to a helper that we've never connected | Roger Dingledine | 2005-12-27 |
* | helpful log | Roger Dingledine | 2005-12-27 |
* | slightly more accurate log messages | Roger Dingledine | 2005-12-27 |
* | first cut of the new helper stuff. seems to work in the normal | Roger Dingledine | 2005-12-27 |
* | normalize spaces | Nick Mathewson | 2005-12-27 |
* | comments? i'll show you comments. | Roger Dingledine | 2005-12-26 |
* | prevent a rare infinite loop on two-byte architectures, | Roger Dingledine | 2005-12-25 |
* | stop being sneaky, especially if we're being incorrectly sneaky | Roger Dingledine | 2005-12-24 |
* | more comments, and start to use the made_contact entry. | Roger Dingledine | 2005-12-24 |
* | simplify because we weren't using those return values anyway | Roger Dingledine | 2005-12-24 |
* | start to document the helper node functions | Roger Dingledine | 2005-12-24 |
* | fix a seg fault when you finish connecting to a server but | Roger Dingledine | 2005-12-18 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | bugfix: when we removed a dead helper node, we never committed that | Roger Dingledine | 2005-12-13 |
* | 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-11 |
* | 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-10 |
* | 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-08 |
* | 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-07 |
* | 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-12-03 |
* | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson | 2005-11-30 |
* | 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-24 |
* | 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 |