Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Nick Mathewson 5a5be93f80 Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c 20 yıl önce
  Nick Mathewson 7daab4034d Fix windows build for VC6; centralize newline-fiasco-damage-control logic 20 yıl önce
  Nick Mathewson cd753df7bf Resolve many XXXs and all DOCDOCs 20 yıl önce
  Roger Dingledine 9f3e3d2b71 stop wanting to split init_keys() 20 yıl önce
  Nick Mathewson 180e0a9326 Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore). 20 yıl önce
  Roger Dingledine 6521c2ce51 Stop using the wrong DataDirectory when we're validating. 20 yıl önce
  Roger Dingledine 8b9d7da59f while we hibernate, our declared bandwidth capacity is 0 20 yıl önce
  Roger Dingledine 394554cfbf Clean up copyrights. 20 yıl önce
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 20 yıl önce
  Roger Dingledine d0c158c8d6 clarify the bandwidthburst and bandwidthrate are in bytes 20 yıl önce
  Nick Mathewson 451f8b5045 - Implement all of control interface except authentication, setconfig, 20 yıl önce
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) 20 yıl önce
  Nick Mathewson 2fbf31533b Tricksy compiler warnings! We hates them, hates them forever, my precious! 20 yıl önce
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf 20 yıl önce
  Nick Mathewson 06fa8fc05f Avoid strcat; use snprintf or strlcat instead 20 yıl önce
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 20 yıl önce
  Nick Mathewson e5049d5aa3 Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to 20 yıl önce
  Roger Dingledine 97a0a43511 start the process of making 0.0.7* obsolete 20 yıl önce
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() 20 yıl önce
  Nick Mathewson a42adce362 fix memory leak in router.c; start relying on NULL==(zero bytes) 20 yıl önce
  Nick Mathewson 7fa5d224d4 Implement "families" of coadministered nodes; prevent them all from appearing on the same circuit. 20 yıl önce
  Nick Mathewson 08c33f0b46 Compile without warnings on windows 20 yıl önce
  Nick Mathewson bd10bf4b5b Try to always dtrt if routerlist==NULL 20 yıl önce
  Nick Mathewson 1c9426d6e0 Build without warnings on mac gcc 3.3 20 yıl önce
  Roger Dingledine aebc3a03ba more int to size_t conversions, fixing one or more amd64 bugs 20 yıl önce
  Nick Mathewson 0d5a847f12 Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one. 20 yıl önce
  Nick Mathewson 9dc72de41f Omit any exit rules that follow a catch-all rule when writing a router descriptor. 20 yıl önce
  Nick Mathewson dad7c71686 Workaround for bug on windows where cached-directories get crlf corruption. 20 yıl önce
  Nick Mathewson 2bba65148b Refactor fingerprint handling: remember hex digests (no spaces) instead of beautified fingerprints 20 yıl önce
  Roger Dingledine 136d4e5739 prefer tor_free to free 20 yıl önce