Historial de Commits

Autor SHA1 Mensaje Fecha
  Nick Mathewson a6eb8cd2a0 Move connection_or_remove_from_identity_map() to connection_unlink, but dont remove the other; just make it warn. hace 20 años
  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. hace 20 años
  Nick Mathewson 652e1899ac "How about 'never'? Does 'never' work for you?" hace 20 años
  Nick Mathewson 31d5d96739 Cut down a common call to circuit_get_by_conn by about half. hace 20 años
  Roger Dingledine 6452aecedb when calling connection_get_by_identity_digest, don't do a memcmp hace 20 años
  Roger Dingledine 7aae63994f Recover better from TCP connections to Tor servers that are broken but hace 20 años
  Roger Dingledine 26d8c3498c and another overly common log entry hace 20 años
  Roger Dingledine e6fd88c698 simplify a log entry hace 20 años
  Nick Mathewson 80758473f8 fix a signed/unsigned warning hace 20 años
  Roger Dingledine bf2be9abd7 Do round-robin writes of at most 16 kB per write. This might hace 20 años
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. hace 20 años
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface hace 20 años
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new hace 20 años
  Roger Dingledine fd165329b8 start calling it *ListenAddress rather than *BindAddress, hace 20 años
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG hace 20 años
  Roger Dingledine ae92a91d96 more log uncluttering hace 20 años
  Roger Dingledine 78edd804ff fix a malformed warning entry hace 20 años
  Peter Palfrader 14934dece2 Print address too when we say we cannot bind/listen hace 20 años
  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. hace 20 años
  Nick Mathewson 039edb3dbb Downgrade too-frequent "nothing happened" message from info to debug hace 20 años
  Nick Mathewson 6e4608701d and another leak. hace 20 años
  Roger Dingledine ae30c8101b by convention, addr is a uint32_t and address is a string. hace 20 años
  Nick Mathewson 5c5d2e82e6 Fix a leak when launching listeners. hace 20 años
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. hace 20 años
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. hace 20 años
  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. hace 20 años
  Roger Dingledine 63bb27f19d be more thorough about noticing when a directory request has failed: hace 20 años
  Nick Mathewson 3dc5e77b58 Numerous changes to move towards client-side v2 directories. hace 20 años
  Nick Mathewson 4ce0e01848 add conn->requested_resource to connection_t checks. hace 20 años
  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. hace 20 años