Historial de Commits

Autor SHA1 Mensaje Fecha
  Roger Dingledine 261bf4c4d4 rfc 3536 "provides a glossary of terms used in the IETF when discussing hace 19 años
  Nick Mathewson 224fecb281 Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!) hace 19 años
  Nick Mathewson 197eb2b2cb fix harmless copy-and-paste error hace 19 años
  Nick Mathewson ea2aa107a7 cover a few more cases; needs testing and once-over hace 19 años
  Nick Mathewson 3fa821d911 oops, that array got bigger hace 19 años
  Nick Mathewson 7a9eb49f5f Discard special bignum values. hace 19 años
  Nick Mathewson 2aff87caae Load hardware acceleration options when/where available. Can anybody test this? hace 19 años
  Nick Mathewson d4972bd2e1 Remove code that has been #if-0ed for a long time. hace 19 años
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen hace 19 años
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. hace 19 años
  Nick Mathewson 5420aed38e Possible bugfix for 151: backport candidate. hace 19 años
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX hace 19 años
  Nick Mathewson 0e81265359 update copyright notices. hace 19 años
  Nick Mathewson 837d7dff69 Try to make crash-on-shutdown bug harder to trigger. hace 19 años
  Nick Mathewson 905c16846a Fix a few more instances of memory not freed on exit (found by weasel). hace 19 años
  Nick Mathewson aac97a3c6a Tell openssl how to use locks and how to find thread ids -- this may prevent race conditions surrounding the error queue. hace 19 años
  Nick Mathewson f6221b695f Apply windows patch from Dmitri Bely hace 19 años
  Roger Dingledine 9e6d6c6096 Bugfix: we've been using openssl's BIO_get_mem_data incorrectly. hace 20 años
  Nick Mathewson 8c85c0bef8 Note that length checking on base64_decode is kinda conservative hace 20 años
  Nick Mathewson fd4c624677 Belt *or* suspenders will be sufficient when casting things to unsigned char. hace 20 años
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug hace 20 años
  Nick Mathewson a980446d0c Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble. hace 20 años
  Nick Mathewson b457cfb5eb Spell-check strings and comments hace 20 años
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. hace 20 años
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. hace 20 años
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore hace 20 años
  Nick Mathewson 5a5be93f80 Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c hace 20 años
  Nick Mathewson cea9125d71 Implement two flavors of authentication for control connections: one for trusted FS, one for untrusted FS. hace 20 años
  Nick Mathewson ad4dc74482 Use a stricter set of warnings; make them all pass. hace 20 años
  Roger Dingledine 85c79ffbc7 canonicalize "src" and "dest" arg order in crypto.c (and others) hace 20 años