提交历史

作者 SHA1 备注 提交日期
  Nick Mathewson e572d5990c MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t and double, and needs more persuasion than usual to cast one to the other. Issue identified by Frediano Ziglio; patch revised for minimal impact on non-MSVC6 compilers. 18 年之前
  Roger Dingledine f88d555ce0 refuse to write an iso_time which we can't parse, when dumping 18 年之前
  Roger Dingledine c74c24a989 make more hibernate log messages use local time. we should audit 18 年之前
  Nick Mathewson dad60905a8 Be a little more careful when our calculated bandwidth is so high that we could never ever exhaust our bandwidth limit. This should resolve bug 130. 18 年之前
  Nick Mathewson 474c60b743 Cleanup on time-relaqted constants. New conventions: 18 年之前
  Roger Dingledine aa63a84fe1 the things we do for our windows users. 18 年之前
  Roger Dingledine 5f051574d5 Happy new year! 18 年之前
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 年之前
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 18 年之前
  Nick Mathewson 39265dd72e In my private little universe, terminals are still 80 columns. Impose a 160-character-per-line limit; this will creep down. 18 年之前
  Nick Mathewson 669fdde91b Fix number in error message 18 年之前
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 年之前
  Nick Mathewson 049f6c0131 Switch remaining files to new log interface. 18 年之前
  Roger Dingledine 26cc51ffea a bit more code cleanup 19 年之前
  Nick Mathewson 943ef5256b fix whitespace issues 19 年之前
  Nick Mathewson 299af3d393 Possibly broken implementation of persistant state; handles helper nodes; does not handle accounting info yet. 19 年之前
  Nick Mathewson 3cb7b97660 Fix out-of-place declaration 19 年之前
  Nick Mathewson 18c11eb3bc Be consistent about preferring foo* to struct foo* 19 年之前
  Nick Mathewson 5b4e11fa5d Add getinfo logic for accounting; add options for helper nodes 19 年之前
  Nick Mathewson 232861ba42 Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 19 年之前
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 年之前
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 19 年之前
  Nick Mathewson 055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 19 年之前
  Nick Mathewson 0e81265359 update copyright notices. 19 年之前
  Roger Dingledine 36baf7219d stop most cases of hanging up on a socks connection without sending 19 年之前
  Roger Dingledine fe768d1d2a change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 19 年之前
  Nick Mathewson afe414f070 Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. 19 年之前
  Nick Mathewson 70c3580f81 Patch to localtime/gmtime handling: use the _r variants where available. Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. 19 年之前
  Roger Dingledine 33569e40d7 if we're hibernating and we get a sigint, exit immediately. 19 年之前
  Roger Dingledine f575d29a59 note a bug that wmf just found 19 年之前