提交历史

作者 SHA1 备注 提交日期
  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 9b432311c4 Make new logging stuff work on windows; fix a couple of windows typos. 18 年之前
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 年之前
  Nick Mathewson f9b0be526e Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface 18 年之前
  Nick Mathewson 1bd3f6cc9a Update more files to new log stuff. 18 年之前
  Nick Mathewson cc35e1720f Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it. 19 年之前
  Nick Mathewson 61ea516885 Check for named servers when looking them up by nickname; 19 年之前
  Roger Dingledine 35b78b2d8e clean up the rendezvous warn log msgs, and downgrade some to info 19 年之前
  Roger Dingledine 2259032ea1 trivial changes on nick's rendezvous commit 19 年之前
  Nick Mathewson ec83652357 Logic to implement rendezvous/introduction via unknown servers. 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 年之前
  Roger Dingledine 5265bbd2b8 first iteration of scrubbing sensitive strings from logs. 19 年之前
  Nick Mathewson ab34901263 New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc! 19 年之前
  Roger Dingledine adaf3d31e6 hidden service client connections were using some of their 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 7a79acd9f6 clean up socks reply stuff more. 19 年之前
  Roger Dingledine 36baf7219d stop most cases of hanging up on a socks connection without sending 19 年之前
  Nick Mathewson 631ab5c69b Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths from freed ones. I audited this once; it could use another audit. 19 年之前
  Roger Dingledine f1ba4296c1 clean up and refactor some more 19 年之前
  Roger Dingledine 35953edae0 Implement controller's "extendcircuit" directive. 19 年之前
  Roger Dingledine 38be533c69 Handle unavailable hidden services better. We try each intro point 19 年之前
  Roger Dingledine cfcc93296c bugfix for cvs: we were needing a rendezvous circ, so we cannibalized 19 年之前
  Roger Dingledine d2400a5afd Introduce a notion of 'internal' circs, which are chosen without regard 19 年之前
  Roger Dingledine 22f7934718 start generating version 1 style introduce cells 19 年之前
  Nick Mathewson 0c4186d6ee Use correct logic to decide whether there are more directory servers to retry. 19 年之前
  Roger Dingledine 33cf6f2f61 clean two more minor memory leaks 19 年之前