| Commit message (Expand) | Author | Age |
* | 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 |
* | When the controller was submitting a descriptor, we were checking to make | Roger Dingledine | 2006-01-12 |
* | oh hey. we were hanging up on every tor client because he | Roger Dingledine | 2006-01-11 |
* | add missing warning | Nick Mathewson | 2006-01-11 |
* | Fix double-free of torrc_fname | Nick Mathewson | 2006-01-11 |
* | Fix bug 240: dont dump descriptions when not dumping actual config lines. | Nick Mathewson | 2006-01-11 |
* | Fix bug 230: add a rollback function to reverse all changes since the last ma... | Nick Mathewson | 2006-01-11 |
* | we were leaking a smartlist every time we built a circuit | Roger Dingledine | 2006-01-11 |
* | Fix another memleak. I love you, valgrind! | Nick Mathewson | 2006-01-11 |
* | Fix wide lines | Nick Mathewson | 2006-01-11 |
* | Appease verbose gcc warning: make dirserv_compute_stable_uptime() static. | Nick Mathewson | 2006-01-11 |
* | if we learn that a down entry guard is up, count our working entry | Roger Dingledine | 2006-01-11 |
* | Fix memory leak in routerlist_remove_old_routers(). | Nick Mathewson | 2006-01-11 |
* | Convert some more ints to long longs in rephist.c, as suggested by windows co... | Nick Mathewson | 2006-01-11 |
* | we were leaking 3KB every time the entry guards changed, every time | Roger Dingledine | 2006-01-11 |
* | we changed the name of AccountingBytesReadInInterval | Roger Dingledine | 2006-01-10 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | and even more so | Roger Dingledine | 2006-01-10 |
* | make entry node logging slightly less chatty. | Roger Dingledine | 2006-01-10 |
* | #undef FOO is cleaner than #define FOO_XX | Nick Mathewson | 2006-01-10 |
* | Make unittests pass again. | Nick Mathewson | 2006-01-10 |
* | or_state_validate() needs an extra arg too or it will crash | Roger Dingledine | 2006-01-10 |
* | hack to address bug 238. | Roger Dingledine | 2006-01-10 |
* | implement getinfo desc/all-recent | Roger Dingledine | 2006-01-10 |
* | fix bug 235 | Roger Dingledine | 2006-01-10 |
* | Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229. | Nick Mathewson | 2006-01-10 |