커밋 기록

작성자 SHA1 메시지 날짜
  Roger Dingledine 8f3bb66ebc simplify some code, since circuit_build_failed() is only called 19 년 전
  Nick Mathewson 853e2d99b6 Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) 19 년 전
  Roger Dingledine ae2648fb1c stop fetching descriptors if we're not a dir mirror and we 19 년 전
  Nick Mathewson 6ebd886511 forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. 19 년 전
  Roger Dingledine 21263982e4 Don't yell loudly about failed internal/bridge connections. These 19 년 전
  Roger Dingledine 6f08d121d9 Refactor and consolidate addr/exit policies into a new policies.c. 19 년 전
  Roger Dingledine 6fb2b6785d whoops. inform circuits again when we failed to connect to their 19 년 전
  Roger Dingledine 216e349cb2 parameterize two more timeout constants in circuit-land. 19 년 전
  Roger Dingledine 28fafb9022 new config option SocksTimeout: How long do we let a socks connection 19 년 전
  Roger Dingledine 8a8a84dd52 don't call circuit_n_conn_done() if the closing conn is already open. 19 년 전
  Roger Dingledine 65b575c03d Be more patient before giving up on in-progress circuits. 19 년 전
  Roger Dingledine c06e6ddadd Finish the transition from the word 'verified' to the words 19 년 전
  Nick Mathewson 053411e827 Comments: cleanups and additions. 19 년 전
  Nick Mathewson 474c60b743 Cleanup on time-relaqted constants. New conventions: 19 년 전
  Nick Mathewson 5777ee0e1a Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 19 년 전
  Roger Dingledine 36484f873a convert some more source files to the new log convention 19 년 전
  Nick Mathewson 1dc90be4f0 Retry pending server downloads as well as pending networkstatus downloads when we unexpectedly get an app connection 19 년 전
  Roger Dingledine 5f051574d5 Happy new year! 19 년 전
  Roger Dingledine 7d1f675c85 entry nodes are now entry guards. 20 년 전
  Nick Mathewson 878962bee1 Add reasons to DESTROY and RELAY_TRUNCATED cells. 20 년 전
  Roger Dingledine dbd7b97eff helper nodes are dead. long live entry nodes. 20 년 전
  Roger Dingledine bbc4c8cef8 fix a spacing problem introduced by our 80-column requirement 20 년 전
  Roger Dingledine d2171cb7a4 if the network is down, and we try to connect to a conn because we 20 년 전
  Nick Mathewson ce71b17224 Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_dir_info, and make the latter function smarter. 20 년 전
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 20 년 전
  Roger Dingledine 5981169440 mark the helper node as down if we time-out on the circuit handshake 20 년 전
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 20 년 전
  Nick Mathewson d2123388ad Better fix for last bug: avoids trying to double-mark circuits. 20 년 전
  Roger Dingledine 26b49dbc09 Bugfix for trackhostexits: write down the fingerprint of the chosen exit, 20 년 전
  Roger Dingledine bb8dc691eb Fix another time comparison bug in circuit_stream_is_being_handled(). 20 년 전