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