| Commit message (Expand) | Author | Age |
... | |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | stop calling it a "libevent poll" -- the word "poll" has | Roger Dingledine | 2006-02-09 |
* | correct the comments that don't realize it's the opposite | Roger Dingledine | 2006-02-09 |
* | and make sure that never happens again | Roger Dingledine | 2006-02-09 |
* | fix bug 245: When modifying the orconn_circid_map map, we would | Roger Dingledine | 2006-02-09 |
* | tweak comment | Roger Dingledine | 2006-02-09 |
* | Move "sort list of versions" logic into routerparse.c; make version-checking ... | Nick Mathewson | 2006-02-06 |
* | char *x = "y"; is not good C. | Nick Mathewson | 2006-02-06 |
* | Only v1 authorities get hidden service descriptors with current protocol | Nick Mathewson | 2006-02-06 |
* | Fix a const-non-const warning | Nick Mathewson | 2006-02-06 |
* | more typos and nits | Roger Dingledine | 2006-02-05 |
* | Stupid cut-and-paste bug. | Nick Mathewson | 2006-02-05 |
* | as soon as we've fetched some more directory info, that's time | Roger Dingledine | 2006-02-05 |
* | cosmetic fix | Roger Dingledine | 2006-02-05 |
* | clean up tabs and wide-lines from weasel's commit | Roger Dingledine | 2006-02-05 |
* | when building v2 statuses or v1 running-routers, don't admit the | Roger Dingledine | 2006-02-05 |
* | fix bug: we were caching the newest descriptor for each server, | Roger Dingledine | 2006-02-05 |
* | typos and nits | Roger Dingledine | 2006-02-05 |
* | forward-port the part where ordinary users try to fetch directories | Roger Dingledine | 2006-02-05 |
* | Fix a major load balance bug: we were round-robining in 16 KB chunks, and | Roger Dingledine | 2006-02-04 |
* | Fix compiler warning on 64 bit archs | Peter Palfrader | 2006-02-03 |
* | Try to make tor work better through squid: Limit number of descriptors we fetch | Peter Palfrader | 2006-02-03 |
* | when we fail to bind a listener, try to provide a more useful log msg. | Roger Dingledine | 2006-02-03 |
* | don't warn when we receive a 503 from a dirserver/cache -- this | Roger Dingledine | 2006-02-03 |
* | Fix bug 225: now "attachstream 0" treats conn like it just connected, | Roger Dingledine | 2006-02-03 |
* | Add a new config option ExitPolicyRejectPrivate which defaults to 1. | Roger Dingledine | 2006-02-01 |
* | avoid a minor confusing log message | Roger Dingledine | 2006-02-01 |
* | Try to fix policy_includes_addr_mask_implicitly() | Peter Palfrader | 2006-02-01 |
* | Also catch 0/8 in exit_policy_implicitly_allows_local_networks() | Peter Palfrader | 2006-02-01 |
* | don't try to upload hidden service descriptors until we have | Roger Dingledine | 2006-02-01 |
* | provide a more useful warn message when our onion queue | Roger Dingledine | 2006-01-31 |
* | only start testing reachability once we've established a circuit. | Roger Dingledine | 2006-01-29 |
* | bump the default bandwidthrate to 3 MB, and burst to 6 MB | Roger Dingledine | 2006-01-28 |
* | a slightly more useful message when you get a sighup | Roger Dingledine | 2006-01-26 |
* | Add a missing printf arg | Nick Mathewson | 2006-01-24 |
* | make it louder when we're running an unrecommended version. | Roger Dingledine | 2006-01-24 |
* | Make dirservers generate a separate "guard" flag to mean, "would make a good ... | Nick Mathewson | 2006-01-24 |
* | Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ... | Roger Dingledine | 2006-01-23 |
* | Stop complaining loudly whenever some poor client falls off | Roger Dingledine | 2006-01-23 |
* | remove unused code | Roger Dingledine | 2006-01-20 |
* | Jan 18 18:42:05.671 [debug] Encountered eof | Roger Dingledine | 2006-01-19 |
* | when the controller asks for a signal we don't recognize, don't | Roger Dingledine | 2006-01-19 |
* | attempted patch for bug 220: don't assert when we've tried all the | Roger Dingledine | 2006-01-17 |
* | add another assert to make sure we're not scribbling on the stack. | Roger Dingledine | 2006-01-17 |
* | oh, and the other bits of the commit | Roger Dingledine | 2006-01-17 |
* | when you tried to set orport through the controller, it would | Roger Dingledine | 2006-01-17 |
* | try to detect an assert error earlier | Roger Dingledine | 2006-01-17 |
* | Clients should not download descriptors for non-running descriptors. | Nick Mathewson | 2006-01-16 |
* | turn crypto hardware acceleration off by default, until we find | Roger Dingledine | 2006-01-16 |
* | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson | 2006-01-12 |