Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Nick Mathewson 13e079f9ec Log a little more when credential-switching fails. 17 yıl önce
  Nick Mathewson dcfbd1e024 Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they are all in the code now. 17 yıl önce
  Roger Dingledine 1d824f8dc2 remove a bunch of obsolete html files. they haven't been linked 17 yıl önce
  Roger Dingledine 5d19fe5124 bump to 0.2.1.7-alpha 17 yıl önce
  Roger Dingledine 5ad3669e93 some changes i found in my other sandbox 17 yıl önce
  Roger Dingledine 39f2b6a849 some minor changes i found in my sandbox 17 yıl önce
  Nick Mathewson 9f1e06bd0e but to not attempt to download a specific certificate we already have. 17 yıl önce
  Nick Mathewson bda4ca065c Aaaaand, do not reset the download count just because we have a certificate that is listed in a consensus. 17 yıl önce
  Nick Mathewson aa405f29e6 fix up signs in r17208 17 yıl önce
  Nick Mathewson 5e2cdc1666 When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want. 17 yıl önce
  Nick Mathewson a15bdd3edd patch from karsten to not use or accept expired certs. fixes bug 851. 17 yıl önce
  Roger Dingledine 311b8b274c minor changelog cleanups. declare that friday is when we release it. 17 yıl önce
  Roger Dingledine bc128c0b03 vidalia asks us for the value of the Group config option. but now 17 yıl önce
  Roger Dingledine b32e600d50 while we're cleaning code, get rid of some unreachable code at 17 yıl önce
  Roger Dingledine 14773f42a7 now that we drop privs more thoroughly, switch_id() is no longer 17 yıl önce
  Roger Dingledine 7c65792500 remove more redundant code from r17200 17 yıl önce
  Roger Dingledine d27337bf17 i needed a piece of the 'patching patches' action too 17 yıl önce
  Nick Mathewson 1b98f45b3d Developers should usually configure with --enable-gcc-warnings, and should regularly make check-spaces. Also, int fn() does not mean the same in C as it does in C++ or Java. 17 yıl önce
  Steven Murdoch 9d68ed08e9 Patch from Jacob Appelbaum and me to make User option more robust, properly set supplementary groups, deprecated the Group option, and log more information on credential switching 17 yıl önce
  Nick Mathewson 6e3de8530e Remove bug 811/845 debugging code 17 yıl önce
  Nick Mathewson a38026bb06 fix wide lines 17 yıl önce
  Nick Mathewson 3ebd1ebeca The chunk_size field in memarea_t was never actually set. Remove the whole thing. 17 yıl önce
  Nick Mathewson 35bef7fefd make read_all and write_all return ssize_t. 17 yıl önce
  Nick Mathewson ad6971d3b3 Make multiplicity of dir-address match code. Fix bug 849 17 yıl önce
  Nick Mathewson 39db9fbe00 Yes, "NL" means "LF" to Tor. 17 yıl önce
  Nick Mathewson 3f858b5b26 Fix a compile error found under pcc. It wants single-quites to be escaped in strings, it seems. 17 yıl önce
  Nick Mathewson b56d1545db Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850. 17 yıl önce
  Karsten Loesing b31e2c2491 (a - b) / 2 != a - (b / 2); this is the reason why tunneled directory requests and client-side introduction circuits don't time out after the intended 30 seconds (task #847). Bugfix on r17106. Found by miner. 17 yıl önce
  Nick Mathewson 73c6cb8353 Fix unit test failure related to intro point parsing. 17 yıl önce
  Nick Mathewson 3f84ed3d46 Add a new memcmpstart to use instead of strcmpstart when the thing we are comparing is not nul-terminated. 17 yıl önce