Commit History

Author SHA1 Message Date
  Nick Mathewson 6c8075d8a0 r11462@Kushana: nickm | 2006-12-07 13:42:21 -0500 17 years ago
  Nick Mathewson 1913cb915e r9308@totoro: nickm | 2006-11-13 18:41:23 -0500 17 years ago
  Nick Mathewson 7551c44a53 r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400 17 years ago
  Nick Mathewson 7d366f61cb r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 17 years ago
  Nick Mathewson 5cff4164a0 r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700 18 years ago
  Nick Mathewson 4ff4577beb r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400 18 years ago
  Nick Mathewson 7fcb267e24 Oh. And apparently, msvc6 doesnt think very much of doing u64-and-double arithmetic either. 18 years ago
  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 years ago
  Roger Dingledine f88d555ce0 refuse to write an iso_time which we can't parse, when dumping 18 years ago
  Roger Dingledine c74c24a989 make more hibernate log messages use local time. we should audit 18 years ago
  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 years ago
  Nick Mathewson 474c60b743 Cleanup on time-relaqted constants. New conventions: 18 years ago
  Roger Dingledine aa63a84fe1 the things we do for our windows users. 18 years ago
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 18 years ago
  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 years ago
  Nick Mathewson 669fdde91b Fix number in error message 18 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 years ago
  Nick Mathewson 049f6c0131 Switch remaining files to new log interface. 18 years ago
  Roger Dingledine 26cc51ffea a bit more code cleanup 19 years ago
  Nick Mathewson 943ef5256b fix whitespace issues 19 years ago
  Nick Mathewson 299af3d393 Possibly broken implementation of persistant state; handles helper nodes; does not handle accounting info yet. 19 years ago
  Nick Mathewson 3cb7b97660 Fix out-of-place declaration 19 years ago
  Nick Mathewson 18c11eb3bc Be consistent about preferring foo* to struct foo* 19 years ago
  Nick Mathewson 5b4e11fa5d Add getinfo logic for accounting; add options for helper nodes 19 years ago
  Nick Mathewson 232861ba42 Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 19 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 years ago
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 19 years ago
  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 years ago