summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-16remove obsolete IgnoreVersion config from or.hRoger Dingledine
2005-10-14Enable trivial "download by descriptor digest" functionality.Nick Mathewson
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-13Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson
2005-10-12Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader
2005-10-12Be a bit more verbose in our AUTHENTICATE error messages in the control proto...Peter Palfrader
2005-10-12When no descriptors changed, do not send a NEWDESC event.Nick Mathewson
2005-10-12Make --hash-password not craash on exit.Nick Mathewson
2005-10-12Avoid warning on end-of-functionNick Mathewson
2005-10-12Remove 08_add_newlines_between_serverdescriptors.dpatchPeter Palfrader
2005-10-12authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson
2005-10-12Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson
2005-10-12More work towards a sane digest-based liveness testing.Nick Mathewson
2005-10-12Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson
2005-10-12Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson
2005-10-11add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson
2005-10-08Add directory format fix to debian's 0.1.1.8-alpha-1debian-version-0.1.1.8-alpha-1Peter Palfrader
2005-10-08Insert a newline between all router descriptors when generating (old style) s...Nick Mathewson
2005-10-08Now that directory admins assure me they have adjested teir configs, it is sa...Nick Mathewson
2005-10-08Okay, try to use RAND_poll() from OpenSSL where available.Nick Mathewson
2005-10-08Bump version to 0.1.1.8-alpha-cvsNick Mathewson
2005-10-07New upstream releasePeter Palfrader
2005-10-07do not try to download a routerdesc if we would immediately reject it as obso...tor-0.1.1.8-alphaNick Mathewson
2005-10-07Warn less about intro nodes by nickname; remember our own intro nodes by key.Nick Mathewson
2005-10-07the installer screenshot lists no version, so stop being so defensiveRoger Dingledine
2005-10-07bump to 0.1.1.8-alphaRoger Dingledine
2005-10-07a changelog for 0.1.1.8-alphaRoger Dingledine
2005-10-07LOG_ERR is for when we know we're going to exit. use LOG_WARN in otherRoger Dingledine
2005-10-07fix a malformed warning entryRoger Dingledine
2005-10-07Win32 compilation/correctness fixes.Nick Mathewson
2005-10-07doxygen fixRoger Dingledine
2005-10-07disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...Nick Mathewson
2005-10-07Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...Nick Mathewson
2005-10-07you can't declare variables in the middle of a blockRoger Dingledine
2005-10-07Print address too when we say we cannot bind/listenPeter Palfrader
2005-10-07Strip extra trailing newlines when parsing router descriptors.Nick Mathewson
2005-10-06Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-06without braces, what will hold up the code?Roger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-06sparc64 doesn't like unaligned access eitherPeter Palfrader
2005-10-05add a todo: clients should use Stable/Fast flagsNick Mathewson
2005-10-05Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson
2005-10-05On sighup, if usehelpernodes changed to 1, use new circuits.Nick Mathewson
2005-10-05call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine
2005-10-05I *knew* something was wrong here. Flip some comparison operators and make d...Nick Mathewson
2005-10-05Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson
2005-10-05infrastructure for the 'change pseudonym' button.Roger Dingledine
2005-10-05Make windows platform detection smarter. {Untested.}Nick Mathewson
2005-10-05improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson