Commit History

Author SHA1 Message Date
  Thomas Sjögren 97663ea65d Only list showmyip and ipid as test sites since they are very user friendly 20 years ago
  Thomas Sjögren 8185e3b0e2 People need to know their IP or else they dont know if it has changed. Task #137 20 years ago
  Nick Mathewson 776b411dc9 Fix a segfault 20 years ago
  Nick Mathewson dcc1b8a838 Better error message when osx script is invoked without an argument 20 years ago
  Nick Mathewson 3893b3c7ac Patch for task 133 20 years ago
  Nick Mathewson d0c0d6c86a Apply patch from Geoff for bug 132. Clean it up a little to fix a memory leak and to avoid unnecessary parse/unparse code. 20 years ago
  Nick Mathewson ea5591ee4d Implement --disable-threads 20 years ago
  Nick Mathewson 13126eeb0f Patch from goodell for task 131: Do not die on internal address if we are not publishing. 20 years ago
  Peter Palfrader c8ad2fc003 Fix debian/patches/03_tor_manpage_in_section_8.dpatch: 20 years ago
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 20 years ago
  Nick Mathewson 6567ec9ccf Functions work better when you call them. Resolve a bug which would prevent unreachable dirports from getting suppressed. 20 years ago
  Nick Mathewson bc51c8b074 Implement --verify-config command-line option to fix bug 69. 20 years ago
  Roger Dingledine cee7c5988c fix massive memory leak 20 years ago
  Roger Dingledine cc0b19888d log buffer sizes on kill -usr1 too. 20 years ago
  Roger Dingledine 7901c6e390 clean up some grammar 20 years ago
  Roger Dingledine 1f263bf6f5 whine at you if you're a server and you don't set your contactinfo 20 years ago
  Roger Dingledine 68ba303323 fix compile error if you're not multithreaded 20 years ago
  Roger Dingledine 6ea839265d remove archaic debugging aid that was probably unsafe 20 years ago
  Roger Dingledine 87850c47b0 cleanup now that 0.0.9pre1 is obsolete 20 years ago
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 20 years ago
  Nick Mathewson b35f7dacef Call tor_free_all instead of connections_free_all after forking 20 years ago
  Nick Mathewson 8b9ae25224 Change some >=s to >s in buf_resize, so that we do not denormalize buffers on resize. 20 years ago
  Nick Mathewson 86e73d7005 Define LOCALSTATEDIR in orconfig.h 20 years ago
  Nick Mathewson 4666b801fa If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDIR/tor instead. 20 years ago
  Nick Mathewson 14bac4dad4 Elaborate on buf_shrink comment. 20 years ago
  Roger Dingledine aa6bcd50ca comment buf_shrink 20 years ago
  Nick Mathewson ad547cbb8c Correct and simplify buf_shrink logic 20 years ago
  Nick Mathewson d6a6c8785b When removing all bytes from a buffer, reset buf->cur=buf->mem 20 years ago
  Nick Mathewson a312ce1d3b Change buffer shrinking strategy: only try to shrink once every 3 minutes. Do not try to read over buffer size unless buffer is nearly empty. 20 years ago
  Nick Mathewson 9c683c7613 Make buffer shrinking algorithm a little smarter. 20 years ago