summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-15resume being printist: if the hostname contains non-printableRoger Dingledine
2006-03-15add tor_strisprint() back in, this time with comments.Roger Dingledine
2006-03-15quiet another entry guard log messageRoger Dingledine
2006-03-15and remove now-extraneous functionRoger Dingledine
2006-03-15Stop being printist: just because our local platform doesn'tRoger Dingledine
2006-03-15Interim fix for 272: Only warn that we are not named if we have status docs f...Nick Mathewson
2006-03-15Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson
2006-03-15(Missing header change) Do not warn about unknown servers in our family when ...Nick Mathewson
2006-03-15Do not warn about unknown servers in our family when they are given as hex di...Nick Mathewson
2006-03-15if we as a directory mirror don't know of any v1 directoryRoger Dingledine
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-14I wonder what an internal internet protocol isPeter Palfrader
2006-03-14When we try to be a server and Address is not explicitly setPeter Palfrader
2006-03-14Fix an off-by-one buffer size in dirserv.c that magically never hit ourPeter Palfrader
2006-03-13when event_add or event_del fail, tell us why.Roger Dingledine
2006-03-13Fix minor semantic error with no real effect:Peter Palfrader
2006-03-13Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...Nick Mathewson
2006-03-13Be a little more careful when our calculated bandwidth is so high that we cou...Nick Mathewson
2006-03-13Fix bug in close_logs(): when we close and delete logs, remove them all from ...Nick Mathewson
2006-03-13Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12lower the reachability timeout, so we're more likely to actRoger Dingledine
2006-03-12We screwed up in anticipating how to add new dirservers:Roger Dingledine
2006-03-12a better clean-upRoger Dingledine
2006-03-12and another fixRoger Dingledine
2006-03-12make tor --verify-config closer to workingRoger Dingledine
2006-03-12Now do address rewriting when the controller asks us to attachRoger Dingledine
2006-03-12when we get funny-looking lines on our dirport, shut up about it.Roger Dingledine
2006-03-12fix assert while attachstream'ing a connect-wait orRoger Dingledine
2006-03-12avoid shadowing a variable so we don't get sad later.Roger Dingledine
2006-03-12bump to 0.1.1.15-rc-cvsRoger Dingledine
2006-03-11bump to 0.1.1.15-rcRoger Dingledine
2006-03-11fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine
2006-03-11huge warning sign for esc_router_info()Roger Dingledine
2006-03-11Use escaped() for remaining cases.Nick Mathewson
2006-03-10make entry guard logs even quieterRoger Dingledine
2006-03-09stop printing a log message at every iteration through theRoger Dingledine
2006-03-09Let the controller attachstream conns that are in connect_waitRoger Dingledine
2006-03-09don't abandon entry guards until they've been dead a whole month.Roger Dingledine
2006-03-09Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine
2006-03-09clean up typoRoger Dingledine
2006-03-08start using OR_CONN_EVENT_NEW.Roger Dingledine
2006-03-08remove some redundant code now that we compress exit policiesRoger Dingledine
2006-03-08Possible bug 265 fix: authorities must be more strict than clients about age ...Nick Mathewson
2006-03-06fix infinite loopRoger Dingledine
2006-03-06mark bug 261Roger Dingledine
2006-03-06Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though...Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-03-05Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson