提交歷史

作者 SHA1 備註 提交日期
  Nick Mathewson 06e09cdd47 Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as on running out of output space. This could well fix the assert bug reported by weasel and arma. 19 年之前
  Nick Mathewson aafc309414 Mark some more TODO items done. 19 年之前
  Nick Mathewson b82dfdd4a3 Make some more verbose gcc warnings go away. 19 年之前
  Nick Mathewson 06ffee3b67 Ooh, that could have been bad. Sort digests as digests, not strings. 19 年之前
  Nick Mathewson 52b8dfa95a Fix a bunch of spaces. 19 年之前
  Nick Mathewson 89a1453776 Set offset properly when parsing cache. 19 年之前
  Nick Mathewson 58b05fc84d #if out test that was failing because of an extra newline. 19 年之前
  Nick Mathewson b7910202a3 Next batch of memory miserdom: mmap cached-routers file. This is sure to break somewhere. 19 年之前
  Peter Palfrader fb6d4855ba Fix 07_log_to_file_by_default in debian head 19 年之前
  Nick Mathewson e2697a62ac When requesting or serving resources via fingerprint/digest, request and respond in-order, removing duplicates. 19 年之前
  Andrew Lewman 03bea739f8 Remove the osx version requirements on install due to a messy Installer 19 年之前
  Peter Palfrader 7b6c435066 <nickm> ooh, that log shouldn't be there. can you take it out? 19 年之前
  Nick Mathewson 0799154ae1 Fix bug in networkstatus spooling: spool more than the first networkstatus. 19 年之前
  Nick Mathewson 0e09b26112 Fishy, but harmless. 19 年之前
  Roger Dingledine ef78e4245f add a note for nick to fix 19 年之前
  Nick Mathewson a9e1a4c33c Ah. We need a new zlib_state for each networkstatus we spool out. 19 年之前
  Andrew Lewman ed2fb517d3 Minor fix to pre-instllation version check for OSX 19 年之前
  Andrew Lewman 0109540091 First crack at version checking for OSX installer. 19 年之前
  Nick Mathewson 4283b81a48 Start spooling v2 networkstatus docs as well. 19 年之前
  Nick Mathewson 3f7f069a05 Fix a tricky crash: making the_directory heap-allocated (so we could refcount it and have multiple instances as neeeded) means that calls to dirserv_regenerate_directory could invalidate the auth_dir value passed to dirserv_pick_cached_dir_obj. Big fun. 19 年之前
  Nick Mathewson 2552d5e60f Fix an assert that still isnt the assert we are hunting. 19 年之前
  Roger Dingledine 37c441d96f correct a function comment in compute_preferred_testing_list() 19 年之前
  Nick Mathewson f1993b8b30 Become capable of noticing that we are done sending a directory. 19 年之前
  Nick Mathewson 5c0d7fb016 Resolve control flow warning. 19 年之前
  Nick Mathewson 0932f463ff Ah. That seems to work. 19 年之前
  Nick Mathewson 5ba72d0ae5 another write_to_buf_zlib fix. 19 年之前
  Nick Mathewson b5c599412f Backport candidate: implement the "is this uptime change cosmetic" test properly. 19 年之前
  Nick Mathewson a9cffd2ff0 Re-enable buffer RAM guard values. 19 年之前
  Nick Mathewson 11c2e97d51 Another _zlib fix. 19 年之前
  Nick Mathewson 337ad6420b Make connection_write_to_buf_zlib set outbuf_flushlen right. 19 年之前