提交歷史

作者 SHA1 備註 提交日期
  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 dd98412ce1 allow servers to publish descriptors from 12 hours in the future. 19 年之前
  Nick Mathewson b897cb1ec3 Change conn_(type|state)_to_string from const arrays to switch functions so we (I) will not make Tor crash the next time we (I) add a new state. 19 年之前
  Nick Mathewson 88dc243bb5 Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids! 19 年之前
  Nick Mathewson b7cdcf3462 Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. 19 年之前
  Roger Dingledine f1edeebf7d client now retries when streams end early for 'hibernating' or 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 年之前
  Roger Dingledine fcfe6d2e8b fix assert: stop trying to send a socks reply to an *exit* 19 年之前
  Roger Dingledine 9b9dbad0b7 fix another case where we need to send a socks reply (reject) 19 年之前
  Roger Dingledine 4abb54a876 forward-port the circuit_resume_edge_reading_helper fix. 19 年之前
  Roger Dingledine 22386ecf1e whoops, fix seg fault i just introduced 19 年之前
  Roger Dingledine 7373042a7b fix assert triggers (bugs 109 and 96), and put in some 19 年之前
  Nick Mathewson 7a0072cc1a Specify and implement close-stream and close-circuit control messages 19 年之前
  Roger Dingledine e07e0a4732 remove obsolete code 19 年之前
  Nick Mathewson df9c8feac7 Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. 19 年之前
  Nick Mathewson fd150459b3 Raise common code for "detach this stream and try it with a different circuit" into a separate function; make that function handle controller-managed streams right. 19 年之前
  Roger Dingledine cabb8624e2 bugfix: now that we don't do the client dns thing, our checks 19 年之前
  Nick Mathewson b17bb918ac Remove unused macro; add a comment on remaining macros. 19 年之前
  Nick Mathewson 99cc6bae0d Fix error codes to work on windows 19 年之前
  Nick Mathewson e14f812a67 Still more code to make sure we send the right number and kind of RELAY END cells 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 4ddf768a4f Forward-port new reasons; clean up code more; add code to convert new reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked. 19 年之前
  Roger Dingledine 5b24ca6cde cache .exit address better (i think) 19 年之前
  Roger Dingledine 8054f82992 stop a potential overflow (pointed out by ilja) 19 年之前
  Roger Dingledine 8727acf2f1 Add a new AddressMap directive to rewrite incoming socks addresses. 19 年之前
  Nick Mathewson d90ab823ea remove redundant unpack in critical path 19 年之前