aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2006-02-01Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine
2006-02-01avoid a minor confusing log messageRoger Dingledine
2006-02-01Try to fix policy_includes_addr_mask_implicitly()Peter Palfrader
2006-02-01Also catch 0/8 in exit_policy_implicitly_allows_local_networks()Peter Palfrader
2006-02-01don't try to upload hidden service descriptors until we haveRoger Dingledine
2006-01-31provide a more useful warn message when our onion queueRoger Dingledine
2006-01-29only start testing reachability once we've established a circuit.Roger Dingledine
2006-01-28bump the default bandwidthrate to 3 MB, and burst to 6 MBRoger Dingledine
2006-01-26a slightly more useful message when you get a sighupRoger Dingledine
2006-01-24Add a missing printf argNick Mathewson
2006-01-24make it louder when we're running an unrecommended version.Roger Dingledine
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson
2006-01-23Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ...Roger Dingledine
2006-01-23Stop complaining loudly whenever some poor client falls offRoger Dingledine
2006-01-20remove unused codeRoger Dingledine
2006-01-19Jan 18 18:42:05.671 [debug] Encountered eofRoger Dingledine
2006-01-19when the controller asks for a signal we don't recognize, don'tRoger Dingledine
2006-01-17attempted patch for bug 220: don't assert when we've tried all theRoger Dingledine
2006-01-17add another assert to make sure we're not scribbling on the stack.Roger Dingledine
2006-01-17oh, and the other bits of the commitRoger Dingledine
2006-01-17when you tried to set orport through the controller, it wouldRoger Dingledine
2006-01-17try to detect an assert error earlierRoger Dingledine
2006-01-16Clients should not download descriptors for non-running descriptors.Nick Mathewson
2006-01-16turn crypto hardware acceleration off by default, until we findRoger Dingledine
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-12When the controller was submitting a descriptor, we were checking to makeRoger Dingledine
2006-01-11oh hey. we were hanging up on every tor client because heRoger Dingledine
2006-01-11add missing warningNick Mathewson
2006-01-11Fix double-free of torrc_fnameNick Mathewson
2006-01-11Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
2006-01-11Fix wide linesNick Mathewson
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
2006-01-11Fix memory leak in routerlist_remove_old_routers().Nick Mathewson
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows co...Nick Mathewson
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10and even more soRoger Dingledine
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
2006-01-10Make unittests pass again.Nick Mathewson
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
2006-01-10hack to address bug 238.Roger Dingledine
2006-01-10implement getinfo desc/all-recentRoger Dingledine
2006-01-10fix bug 235Roger Dingledine
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson