Commit History

Author SHA1 Message Date
  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
  Nick Mathewson 0e81265359 update copyright notices. 19 years ago
  Roger Dingledine 36baf7219d stop most cases of hanging up on a socks connection without sending 19 years ago
  Roger Dingledine fe768d1d2a change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 19 years ago
  Nick Mathewson afe414f070 Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. 19 years ago
  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 years ago
  Roger Dingledine 33569e40d7 if we're hibernating and we get a sigint, exit immediately. 19 years ago
  Roger Dingledine f575d29a59 note a bug that wmf just found 19 years ago
  Roger Dingledine 1e847aebb1 Go into soft hibernation after 95% of the bandwidth is used, 19 years ago
  Roger Dingledine c6771e5ce4 reset published uptime when you wake up from hibernation, 19 years ago
  Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file. 19 years ago
  Roger Dingledine 011ad3cba5 clean up logging, 19 years ago
  Roger Dingledine 470cdea7f8 make the 64 bit args print correctly on 64 bit archs 19 years ago
  Nick Mathewson fc8a2596e1 Log contents of bw_accounting when we read it; fix memory leak. 19 years ago