커밋 기록

작성자 SHA1 메시지 날짜
  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 년 전
  Roger Dingledine 893acb3acc Make a new AssumeReachable config option that will publish anyway. 20 년 전
  Nick Mathewson 4e735da5da Also set event_mask=0 in connection_free_all, and dont send events to marked control conns (for good measure) 20 년 전
  Roger Dingledine 5c4da9dec6 incomplete patch for matt's info controller signal term bug 20 년 전
  Nick Mathewson 303258972b Fix idiot bug. The "free the IP history" code belons in connection_free_all(), not in connection_free(). You can all mock me now. 20 년 전
  Nick Mathewson 11ff0aba80 Make clients regenerate their keys when their IP address changes. 20 년 전
  Nick Mathewson 18c11eb3bc Be consistent about preferring foo* to struct foo* 20 년 전
  Nick Mathewson c3a62c1739 Initial, somewhat dodgy implementation of helper nodes. It has too many XXXXs, it logs too verbosely, and it doesnt do persistence. 20 년 전
  Roger Dingledine 452c98058f missed one 20 년 전
  Roger Dingledine d8d0feb633 tell us what kind of listener it is, too 20 년 전
  Nick Mathewson f86a1e634f fix opening listener log msg 20 년 전
  Nick Mathewson e94f95a716 Populate address field of listeners with an actually sane value. 20 년 전
  Roger Dingledine 2259032ea1 trivial changes on nick's rendezvous commit 20 년 전