Commit History

Author SHA1 Message Date
  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
  Nick Mathewson 830ac87611 Actually, dont send CREATE_FAST cells at all for now 20 years ago
  Nick Mathewson ab34901263 New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc! 20 years ago
  Nick Mathewson 16184f62dc Specify CREATE_FAST and CREATED_FAST 20 years ago
  Roger Dingledine 978648bff8 also print the platform string for rejected descriptors 20 years ago
  Roger Dingledine 15c1853bd6 don't print nulls 20 years ago
  Roger Dingledine b341ced9b8 correct changelog 20 years ago
  Roger Dingledine 50505e677e fix a comment 20 years ago
  Roger Dingledine c9e83eb1b4 when we refuse a router descriptor, log contactinfo and source address. 20 years ago
  Roger Dingledine 57b7427c2d reformat routerparse a bit 20 years ago
  Nick Mathewson 69dc4e1675 Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 20 years ago
  Roger Dingledine be4a496527 add a hint in the doc that we need ORPort to be defined. 20 years ago
  Thomas Sjögren b3307ec97b The man file was updated in May 20 years ago
  Roger Dingledine 383063f2b5 clarify accountingmax in man page 20 years ago
  Roger Dingledine 729e720095 workaround for user error: some people were putting "Address " in their 20 years ago
  Roger Dingledine 3d2fbeb979 bump to 0.1.0.5-rc-cvs 20 years ago
  Thomas Sjögren 4e7e2cfad5 TrackHostExists should be a comma-seperated list 20 years ago
  Roger Dingledine d279b1738c slight improvement on the declared syntax for trackhostexits 20 years ago
  Roger Dingledine 46b3c4e686 fix typos in changelog (too late now, but hey) 20 years ago
  Roger Dingledine 9e969f7a8f update package docs for 0.1.0.5-rc 20 years ago
  Nick Mathewson fe65e57ca1 Re-do fragmented control message handling to work with new buf_t system. 20 years ago