Commit History

Author SHA1 Message Date
  Roger Dingledine 53269f696d fix logic error: not unnamed is good. 18 years ago
  Nick Mathewson 6c361468c1 Loops without an increment step can suck, even on windows. 18 years ago
  Nick Mathewson 9b432311c4 Make new logging stuff work on windows; fix a couple of windows typos. 18 years ago
  Roger Dingledine 4cd7bddfc3 bump to 0.1.1.9-alpha 18 years ago
  Roger Dingledine 9d8aec0e92 last pieces of 0.1.1.9-alpha changelog 18 years ago
  Nick Mathewson e022aa73e6 Hm; looks like the callback business was unnecessary, since DHparams_dup() copies dh->length. 18 years ago
  Nick Mathewson 027d0ef18c Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE. 18 years ago
  Nick Mathewson 887178e710 Oops. It looks like there *was* an easy way to make openssl do what we wanted. 18 years ago
  Nick Mathewson 669fdde91b Fix number in error message 18 years ago
  Roger Dingledine 4ea6d71a26 shorten more of the startup log messages 18 years ago
  Roger Dingledine 6fc30a65fd when a stream times out, provide less (but better) explanation 18 years ago
  Roger Dingledine ed4f15b2a7 When logging via syslog, include the pid whenever we provide 18 years ago
  Roger Dingledine bf3e689eef cleanup and additions to 0.1.1.9-alpha changelog 18 years ago
  Roger Dingledine 8dc938ac31 confuse people less about what running a server means 18 years ago
  Roger Dingledine e87c6a03ab remove some completed items 18 years ago
  Roger Dingledine b72323fab8 start to clean up and add to and rearrange the todo 18 years ago
  Roger Dingledine 014c6bfe00 We were refusing to start if you define SocksListenAddress 18 years ago
  Roger Dingledine 5ef2927870 correct nick's comment 18 years ago
  Nick Mathewson f14743a975 Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for DH speed improvement: this wants auditing. [We have blessing from Ian on this.] (Note that DH in SSL is not yet affected.) 18 years ago
  Roger Dingledine a3c53e0af9 speed up the lookup-by-circid-orconn now that it seems that 18 years ago
  Roger Dingledine 862a997495 when we were cannibalizing a circuit with a particular exit 18 years ago
  Roger Dingledine 4d1c6bbfc4 fix function comment 18 years ago
  Roger Dingledine b7e1a87304 router twins are long gone from tor. take them out of the spec. 18 years ago
  Roger Dingledine c136bbe505 stop discouraging the old *BindAddress config options. we will 18 years ago
  Roger Dingledine e6fd88c698 simplify a log entry 18 years ago
  Roger Dingledine c074f528c1 fix a harmless warn and mark two points where we should 18 years ago
  Nick Mathewson b76f61ee66 If we stop knowing about a dirserver between request and answer, do not die. 18 years ago
  Peter Palfrader 43c253958e Tor26's IP has changed to 86.59.21.38 18 years ago
  Nick Mathewson 75d85c8214 On directory servers, old_routers was wasting hundreds of bytes per superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers. 18 years ago
  Nick Mathewson 757def59b6 Fix bugs in routerlist_remove_old_cached_routers_with_id() 18 years ago