Commit History

Author SHA1 Message Date
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  Roger Dingledine 31f2705d9a and make sure that never happens again 18 years ago
  Nick Mathewson 2bb4fd24de char *x = "y"; is not good C. 18 years ago
  Roger Dingledine 640c555f02 Fix a major load balance bug: we were round-robining in 16 KB chunks, and 18 years ago
  Roger Dingledine a1dd751f30 when we fail to bind a listener, try to provide a more useful log msg. 18 years ago
  Roger Dingledine d682c84e79 attempted patch for bug 220: don't assert when we've tried all the 18 years ago
  Roger Dingledine 7d1f675c85 entry nodes are now entry guards. 18 years ago
  Roger Dingledine d4d7a49411 fix typo 18 years ago
  Nick Mathewson 878962bee1 Add reasons to DESTROY and RELAY_TRUNCATED cells. 18 years ago
  Roger Dingledine d8e3bc0288 fix a wrong string 18 years ago
  Roger Dingledine dbd7b97eff helper nodes are dead. long live entry nodes. 18 years ago
  Roger Dingledine 4088f7dfd1 fix typo 18 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, 18 years ago
  Nick Mathewson b03e8733f3 Change how OR conns get removed from the identity map; fix some warnings on shutdown. 18 years ago
  Nick Mathewson a6eb8cd2a0 Move connection_or_remove_from_identity_map() to connection_unlink, but dont remove the other; just make it warn. 18 years ago
  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. 18 years ago
  Nick Mathewson 652e1899ac "How about 'never'? Does 'never' work for you?" 18 years ago
  Nick Mathewson 31d5d96739 Cut down a common call to circuit_get_by_conn by about half. 18 years ago
  Roger Dingledine 6452aecedb when calling connection_get_by_identity_digest, don't do a memcmp 18 years ago
  Roger Dingledine 7aae63994f Recover better from TCP connections to Tor servers that are broken but 18 years ago
  Roger Dingledine 26d8c3498c and another overly common log entry 18 years ago
  Roger Dingledine e6fd88c698 simplify a log entry 18 years ago
  Nick Mathewson 80758473f8 fix a signed/unsigned warning 18 years ago
  Roger Dingledine bf2be9abd7 Do round-robin writes of at most 16 kB per write. This might 18 years ago
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. 18 years ago
  Nick Mathewson 452f4cfa09 Convert circuituse, command, config, connection, relay, router, test to new logging interface 18 years ago
  Peter Palfrader 0d9aedfcea Downgrade a few INFO level logs to DEBUG again. Also add two or three new 18 years ago
  Roger Dingledine fd165329b8 start calling it *ListenAddress rather than *BindAddress, 18 years ago
  Peter Palfrader 7b15f77dd6 Make a few INFO log lines into DEBUG 18 years ago