提交歷史

作者 SHA1 備註 提交日期
  Nick Mathewson a6eb8cd2a0 Move connection_or_remove_from_identity_map() to connection_unlink, but dont remove the other; just make it warn. 20 年之前
  Nick Mathewson 3bd613b44d Rename connection_get_by_identity_digest to reflect that it is OR-only. Make it use a hashtable instead of a linear search. 20 年之前
  Nick Mathewson 652e1899ac "How about 'never'? Does 'never' work for you?" 20 年之前
  Nick Mathewson 31d5d96739 Cut down a common call to circuit_get_by_conn by about half. 20 年之前
  Roger Dingledine 6452aecedb when calling connection_get_by_identity_digest, don't do a memcmp 20 年之前
  Roger Dingledine 7aae63994f Recover better from TCP connections to Tor servers that are broken but 20 年之前
  Roger Dingledine 26d8c3498c and another overly common log entry 20 年之前
  Roger Dingledine e6fd88c698 simplify a log entry 20 年之前
  Nick Mathewson 80758473f8 fix a signed/unsigned warning 20 年之前
  Roger Dingledine bf2be9abd7 Do round-robin writes of at most 16 kB per write. This might 20 年之前
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 20 年之前
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface 20 年之前
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 20 年之前
  Roger Dingledine fd165329b8 start calling it *ListenAddress rather than *BindAddress, 20 年之前
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG 20 年之前
  Roger Dingledine ae92a91d96 more log uncluttering 20 年之前
  Roger Dingledine 78edd804ff fix a malformed warning entry 20 年之前
  Peter Palfrader 14934dece2 Print address too when we say we cannot bind/listen 20 年之前
  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. 20 年之前
  Nick Mathewson 039edb3dbb Downgrade too-frequent "nothing happened" message from info to debug 20 年之前
  Nick Mathewson 6e4608701d and another leak. 20 年之前
  Roger Dingledine ae30c8101b by convention, addr is a uint32_t and address is a string. 20 年之前
  Nick Mathewson 5c5d2e82e6 Fix a leak when launching listeners. 20 年之前
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 20 年之前
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. 20 年之前
  Nick Mathewson 7c6679d8dc Add new config.c function to set options that can fail, and roll back if they do. This should solve the setconf-an-impossible-port bug. 20 年之前
  Roger Dingledine 63bb27f19d be more thorough about noticing when a directory request has failed: 20 年之前
  Nick Mathewson 3dc5e77b58 Numerous changes to move towards client-side v2 directories. 20 年之前
  Nick Mathewson 4ce0e01848 add conn->requested_resource to connection_t checks. 20 年之前
  Nick Mathewson 059148f588 Only caches download network-status for now, and they use a different strategy. Add an element to connection_t to remember what we are downloading, and a function to recognize our own fingerprint. 20 年之前