aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23On systems that don't have getrlimit (like windows), we were artificiallyRoger Dingledine
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-22Split PARANOIA_B into B1 and B2.Nick Mathewson
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-17Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...Nick Mathewson
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-17take AllowUnverifiedNodes out of the sample torrcRoger 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-12bump to 0.1.1.12-alpha-cvsRoger Dingledine
2006-01-12When the controller was submitting a descriptor, we were checking to makeRoger Dingledine
2006-01-11bump to 0.1.1.12-alphaRoger 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-11bump to 0.1.1.11-alpha-cvsRoger Dingledine
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-10bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson
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
2006-01-10Warn about actual offending hiddenservice* config option, now that more than ...Nick Mathewson