コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson e0cce8fba8 Unify tests for "did I originate this nonopen OR connection?" 22 年 前
  Nick Mathewson 30dd1c87a5 Add default trusted-dir-server entries only when no dirserver lines are given in the config file 22 年 前
  Nick Mathewson 508970f85d fix typo 22 年 前
  Nick Mathewson f14117bffd fix warning about always-false comparison; detect too-large realport better 22 年 前
  Nick Mathewson 149f57bdef answer question about rep_hist_note_connect_failed 22 年 前
  Nick Mathewson afd8b650ee hex-to-hex compare makes more sense than hex-to-bin. 22 年 前
  Nick Mathewson df3098367c Make directories get generated properly again; debug key lookup. Also, it is hard to find entries in a table when you never put them there. 22 年 前
  Roger Dingledine 918ce7a084 a few more ints to size_ts 22 年 前
  Roger Dingledine a1041154eb fix const char * vs char * issue 22 年 前
  Nick Mathewson 9dc72de41f Omit any exit rules that follow a catch-all rule when writing a router descriptor. 22 年 前
  Nick Mathewson 9c49947163 Check fingerprint list before generating running-routers lists; also add as-yet-uncalled function to update an OR connection nickname on the fly 22 年 前
  Roger Dingledine fe54bd00b9 ok, vim isn't the greatest editor in the world 22 年 前
  Roger Dingledine 0b4d3c4df7 parse HttpProxy address in config 22 年 前
  Roger Dingledine a7d858bd6e start the great migration from int to size_t 22 年 前
  Nick Mathewson 7cc126e8a9 Appease overzealous gcc 22 年 前
  Nick Mathewson f7404f6bb9 Use tor_parse_long in more places 22 年 前
  Nick Mathewson 19da1f36c2 Make a bounds-checking replacement for strtol with slightly easier error-checking in the common case 22 年 前
  Roger Dingledine 1c757b917d fix signed/unsigned comparison, plus typo 22 年 前
  Nick Mathewson e7241044e8 Better bounds checking on parsed ints 22 年 前
  Nick Mathewson e8748b3fa0 Add default directory servers 22 年 前
  Nick Mathewson f6fc2b9dd2 Add fix for remote-crash bug. 22 年 前
  Roger Dingledine 578a3e25e5 fix a signed/unsigned comparison 22 年 前
  Nick Mathewson 79636823b8 Oops, missed one 22 年 前
  Nick Mathewson a91fc48b39 Note byte-order on result for parse_addr_port() 22 年 前
  Nick Mathewson 0068415b80 Add an implementation of trusted_dir_server logic to switch towards simply remembering an addr/port/keyid for each trusted dir server 22 年 前
  Nick Mathewson 43ef5a3e37 Add long-term format for dir-signing-key fields (commented out) 22 年 前
  Nick Mathewson 0383afac9a Use parse_addr_port() function instead of ad-hoc variants 22 年 前
  Nick Mathewson 8b037509f3 Add functions to parse addr[:port] consistently 22 年 前
  Roger Dingledine 1efad74164 bugfix on my friday commit: make hidden services work again in cvs 22 年 前
  Roger Dingledine 24f9946db1 fix paul gardner's assert bug. 22 年 前