Commit History

Author SHA1 Message Date
  Roger Dingledine 22727b4edc wrong is ok, and right is fine, but in between is apparently 21 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 21 years ago
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 21 years ago
  Nick Mathewson f91152ce6a Clarify a bunch of log messages 21 years ago
  Nick Mathewson 22dba27d8d Normalize a few more kinds of whitespace. We now dislike: 21 years ago
  Roger Dingledine 310a8da0d2 break reached_eof() out of process_inbuf() 21 years ago
  Nick Mathewson 22a0d82749 Cache running-routers; compress running-routers; serve compressed running-routers.z 21 years ago
  Roger Dingledine 47993ae6fb some fixes so far 21 years ago
  Nick Mathewson 2078b136f6 Make running-routers fetch (apparently) work 21 years ago
  Roger Dingledine 5864f4ac01 fix a seg fault when fetching rendezvous descs 21 years ago
  Nick Mathewson 5109de5626 Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. 21 years ago
  Nick Mathewson 60880cda84 Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. 21 years ago
  Nick Mathewson 5a5be93f80 Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c 21 years ago
  Roger Dingledine 394554cfbf Clean up copyrights. 21 years ago
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 21 years ago
  Roger Dingledine 2ba3a9de16 make the default default options.FirewallPorts be the default 21 years ago
  Roger Dingledine f7a30fa73e break out validate_options 21 years ago
  Nick Mathewson 11d330be5e Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1) Cache a received directory as soon as the signature checks out. (2) Treat a cached directory as "recent" based on its mtime. (3) If we have a recent directory, we dont need to fetch a newer one for DirFetchPostPeriod. This needs review! 21 years ago
  Nick Mathewson 2fbf31533b Tricksy compiler warnings! We hates them, hates them forever, my precious! 21 years ago
  Nick Mathewson 6980929e64 Use strlcpy, not strcpy. 21 years ago
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf 21 years ago
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 21 years ago
  Roger Dingledine 0113a643a2 quick-and-dirty dir policy since the dirservers are getting hammered 21 years ago
  Roger Dingledine 560a4a1407 switch conn->addr and conn->dir_port to reflect the final destination, 21 years ago
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() 21 years ago
  Nick Mathewson f882bd92ed Remove unused locals 21 years ago
  Nick Mathewson fa9c121343 Add a comment 21 years ago
  Nick Mathewson 28dd458eaf Upload to trusted dir servers based on DirServer config options, not on routerinfos. 21 years ago
  Nick Mathewson 88e0c080cf Ignore fascistfirewall when dealing with service descriptors; obey fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set. 21 years ago
  Roger Dingledine 95644480c5 better warn message for the Content-Length attack 21 years ago