Commit History

Author SHA1 Message Date
  Roger Dingledine 1d8a8063b9 clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc 16 years ago
  Nick Mathewson 6f7847b378 r15530@catbus: nickm | 2007-10-04 12:16:27 -0400 16 years ago
  Nick Mathewson 8439c4ec2f r15512@catbus: nickm | 2007-10-02 16:27:43 -0400 16 years ago
  Nick Mathewson f0634bb7ca r14532@Kushana: nickm | 2007-09-20 13:25:38 -0400 16 years ago
  Nick Mathewson 262d5ab0a8 r15210@catbus: nickm | 2007-09-20 13:04:05 -0400 16 years ago
  Roger Dingledine d4e950ccc8 poke at svn until it compiles. nick, you should decide if this 16 years ago
  Nick Mathewson 7e93139a85 r15171@catbus: nickm | 2007-09-19 11:44:54 -0400 16 years ago
  Nick Mathewson dec9e4f0d8 r12011@catbus: nickm | 2007-02-28 18:13:32 -0500 17 years ago
  Nick Mathewson d6368fd075 r11976@catbus: nickm | 2007-02-27 19:35:59 -0500 17 years ago
  Nick Mathewson 16f1008d01 Add a missing paren, and the results of an experiment. 17 years ago
  Nick Mathewson 9d714e6258 r11959@catbus: nickm | 2007-02-26 22:53:36 -0500 17 years ago
  Nick Mathewson 230fbd95c0 r11956@catbus: nickm | 2007-02-26 13:33:49 -0500 17 years ago
  Nick Mathewson 82e2d6001a r11954@catbus: nickm | 2007-02-26 13:01:19 -0500 17 years ago
  Nick Mathewson 759c58151e r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 17 years ago
  Nick Mathewson bd8ffccae7 More cleanups noticed by weasel; also, remove macros that nobody uses. 18 years ago
  Roger Dingledine 5f051574d5 Happy new year! 18 years ago
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. 18 years ago
  Nick Mathewson 4a0b6af935 Ive spent about 10 hours benchmarking permutations on our counter-mode implementation. This is the one that flies. (Avoid OpenSSL; optimizze rijndael calling convention to avoid needing to marshall and unmarshall counter.) This should speed up cell encryption by about 27%. 18 years ago
  Nick Mathewson fd04db90b5 Stop leaking storage for EVP keys. (This would be a critical bug if it had ever appeared in a released version.) 18 years ago
  Nick Mathewson de198d800b Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work. 18 years ago
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 18 years ago
  Nick Mathewson 5c53545d81 Add a bunch more warnings to out warning suite; resolve them; pack structs a little better. 18 years ago
  Nick Mathewson 2999cbf233 Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist). 18 years ago
  Nick Mathewson 0873386600 Point readers of the code to opensslv.h, since everybody who sees 0x0090700f looks at me like some kind of loon 18 years ago
  Nick Mathewson d661fde082 Possible fix to make aes build on woody 18 years ago
  Nick Mathewson 96988b45b4 Use OpenSSL AES when OpenSSL has version 0.9.7 or later. 18 years ago
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen 19 years ago
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 years ago
  Nick Mathewson a6f51001a5 New whitespace normalization rule: no blank line at EOF. 19 years ago
  Nick Mathewson 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 19 years ago