提交歷史

作者 SHA1 備註 提交日期
  Roger Dingledine 7871ad9116 failing in a support function is a warn, not an err. 19 年之前
  Nick Mathewson 6d9632ba23 Check return value from GetVersionEx (even though the MSDN example doesnt) and zero out the LPOSVERSIONINFOEX struct before getting the version. This may fix the "johnboy" [major=-858993460,minor=-858993460] problem. 19 年之前
  Roger Dingledine 6ce36ead42 Start the process of converting warn to log_warn and so on. 20 年之前
  Roger Dingledine 5f051574d5 Happy new year! 20 年之前
  Roger Dingledine 28f3765b5a and maybe some function documentation will help too 20 年之前
  Roger Dingledine f1864dfff3 On systems that don't have getrlimit (like windows), we were artificially 20 年之前
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 20 年之前
  Roger Dingledine 9b0a40ec78 crank the max line limit down to 150 chars. 20 年之前
  Nick Mathewson 9b432311c4 Make new logging stuff work on windows; fix a couple of windows typos. 20 年之前
  Nick Mathewson 932106f54c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 20 年之前
  Nick Mathewson a20835ac92 Check for even more windows version flags, and note any we do not recognize. 20 年之前
  Nick Mathewson edf5698474 Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet. 20 年之前
  Nick Mathewson 010bcfa9df Win32 compilation/correctness fixes. 20 年之前
  Nick Mathewson ba24193ab5 Make doxygen marginally happier 20 年之前
  Nick Mathewson 92abf1b653 Make windows platform detection smarter. {Untested.} 20 年之前
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 20 年之前
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. 20 年之前
  Nick Mathewson 6973ef9be4 Add a touch_file() function to compat so we can update cache mtimes. 20 年之前
  Nick Mathewson 922cee3d0c Clean up a few warnings that make gcc twig out a bit. 20 年之前
  Roger Dingledine fa507c63e8 put quotes around user-supplied strings so they are more likely to 20 年之前
  Roger Dingledine d5e426ab51 add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() 20 年之前
  Nick Mathewson 9321db8c29 Fix bug with tor_memmem finding a match at the end of the string. 20 年之前
  Nick Mathewson 98f1265309 Fix compile failures on tor_gettimeofday() fix for windows 20 年之前
  Nick Mathewson 176e9055cc Probably broken attempt to improve tor_gettimeofday granularity on windows. 20 年之前
  Nick Mathewson 18c11eb3bc Be consistent about preferring foo* to struct foo* 20 年之前
  Nick Mathewson 97c58f066a whitespace fixes 20 年之前
  Nick Mathewson 278bac421f Fix windows compilation 20 年之前
  Nick Mathewson d85bfe83bf Make errors retrievable from tor_socketpair; resolve bug 163. 20 年之前
  Nick Mathewson 1647b6f837 Fix libc compilation 20 年之前
  Nick Mathewson 806da0d8b2 Compile on win32 20 年之前