summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-19which brings us to 0.1.1.16-rctor-0.1.1.16-rcRoger Dingledine
2006-03-19first cut of a changelog for 0.1.1.16-rcRoger Dingledine
2006-03-19Allow non-printable characters for exit streams (both forRoger Dingledine
2006-03-19i'm a little teapot, short and stoutRoger Dingledine
2006-03-19man page entry for safesocks. also correct the man pageRoger Dingledine
2006-03-19Implement Jason Holt's SafeSocks config option.Roger Dingledine
2006-03-19and fix the AllowInvalidNodes man page entry too.Roger Dingledine
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-18simplify when we're picking a default address forRoger Dingledine
2006-03-18make it so there is one place to edit for new dirservers, not two.Roger Dingledine
2006-03-18fix some typosRoger Dingledine
2006-03-18authdirs shouldn't complain about unreachability when theyRoger Dingledine
2006-03-18auth dir servers were only modifying a server's is_running fieldRoger Dingledine
2006-03-18let an authdir that's not a naming authdir start evenRoger Dingledine
2006-03-17Actually, only v1 auth dir servers need to define recommendedversions.Roger Dingledine
2006-03-17when we're an auth dir server but don't claim to be a versioningRoger Dingledine
2006-03-17right now we don't support entryguards on auth dirservers,Roger Dingledine
2006-03-17Implement router purposes, and don't choose a non-generalRoger Dingledine
2006-03-17specify SETROUTERPURPOSE and modify +POSTDESCRIPTORRoger Dingledine
2006-03-17but i made the line too longRoger Dingledine
2006-03-17stop tricking server operators into thinking they got theirRoger Dingledine
2006-03-17Comments: cleanups and additions.Nick Mathewson
2006-03-17normalize whitespace.Nick Mathewson
2006-03-17Only warn about lack of name binding for self if we have tried downloading ev...Nick Mathewson
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-14remove extraneous (i hope) include from the openssl detectionRoger Dingledine
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-13fix some punctuation and tabsRoger Dingledine
2006-03-13Use INLINE (which we define) instead of __inline (which is nonstandard) in ht...Nick Mathewson
2006-03-13fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friendNick Mathewson
2006-03-13Add a missing include in ssl version test.Nick Mathewson
2006-03-13Nuke space after backslash in contrib/osx/Makefile.am.Nick Mathewson
2006-03-13Another configure.in fix. We copied some idiocy from our example "look for o...Nick Mathewson
2006-03-13Fix a couple of bugs in OpenSSL detection. Also, deal better when there are m...Nick Mathewson
2006-03-13Added tor_logo.gif to dist and corrected tor html doc linksAndrew Lewman
2006-03-13Be a little more careful when our calculated bandwidth is so high that we cou...Nick Mathewson