커밋 기록

작성자 SHA1 메시지 날짜
  Roger Dingledine 40cc536307 rewrite conn->address for GET commands as well as POST commands. 19 년 전
  Roger Dingledine 0b5ad1bcfb use tor_mem_is_zero() in more places. 19 년 전
  Nick Mathewson 4280218a42 Delete trailing whitespace in eventdns.c 19 년 전
  Nick Mathewson 1c0f02f657 Add (void) lines for unused parameters in eventdns.c 19 년 전
  Nick Mathewson f4e506f423 Remove STRUCT_OFFSET from config.c 19 년 전
  Nick Mathewson 35960e1162 Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET macro (we already need this). 19 년 전
  Roger Dingledine 1c266c3352 more todo items 19 년 전
  Roger Dingledine ee789052b8 whitespace and docs 19 년 전
  Roger Dingledine 00aefaab6b think harder about my logic 19 년 전
  Roger Dingledine 2d6a4d283b i lied, that won't work at all. maybe this will. 19 년 전
  Roger Dingledine 444f096d2d more bulletproof reachability testing 19 년 전
  Nick Mathewson 64c14d8ce3 These asserts will either cause spurious crashes or help debug the pend->conn->s == -1 issue. 19 년 전
  Nick Mathewson 08a4114abf Another MSVC6 fix. Grnk. 19 년 전
  Roger Dingledine 2249180b60 bugfix: if you find yourself reachable, then don't ever make any client 19 년 전
  Roger Dingledine 4d5fab4f9a tweak 19 년 전
  Roger Dingledine 9283ddb760 an entry guard that is "unlisted", as well as not known to be "down", is 19 년 전
  Andrew Lewman 3f0e4622b6 Grammar fixes for clarity. 19 년 전
  Roger Dingledine 237c7ecbfd tweak 19 년 전
  Roger Dingledine 97a14b2018 tweak 19 년 전
  Nick Mathewson 8930468582 Document HELLO cells and proposed connection protocol versioning scheme. NOTE: This will not work as documented; see notes. 19 년 전
  Nick Mathewson 0c3ca41d3c Add a few more paragraphs to path-spec.txt 19 년 전
  Nick Mathewson ee32b06897 Fork off v0 of the protocol spec; we are going to add versioning soon so we can make backward-incompatible changes without breaking the whole network. Also, fork the v0 directory protocol into its own document, and turn dir-spec.txt into the present tense. 19 년 전
  Roger Dingledine db657ea0af don't squeal if the first few retries fail. 19 년 전
  Roger Dingledine 892f671f59 Define a schedule for how long to wait between retrying 19 년 전
  Andrew Lewman 1d02d24afa Load and start tor in launchd at end of installation 19 년 전
  Andrew Lewman cb32336e19 Add the output of OSX arch into the package name in preparation for ppc 19 년 전
  Roger Dingledine e1f30a5f21 when we find our dirport to be reachable, mark our descriptor 19 년 전
  Roger Dingledine ac258d2cc8 Start publishing one minute or so after we find our ORPort 19 년 전
  Nick Mathewson 7fcb267e24 Oh. And apparently, msvc6 doesnt think very much of doing u64-and-double arithmetic either. 19 년 전
  Nick Mathewson 77c28d112b Hm. We probably should define INT64_MAX if we really want it. (Especially since we only want it on one platform, where, coincidentally, it is not defined.) 19 년 전