Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson | |
The subversion $Id$ fields made every commit force a rebuild of whatever file got committed. They were not actually useful for telling the version of Tor files in the wild. svn:r17867 | |||
2008-12-29 | Use a consistent naming standard for header file guard macros, taking care ↵ | Nick Mathewson | |
not to collide with any system headers. This tripped us up on Android. svn:r17805 | |||
2008-02-07 | r17963@catbus: nickm | 2008-02-07 10:14:25 -0500 | Nick Mathewson | |
Be more thorough about memory poisoning and clearing. Add an in-place version of aes_crypt in order to remove a memcpy from relay_crypt_one_payload. svn:r13414 | |||
2008-02-07 | Update some copyright notices: it is now 2008. | Nick Mathewson | |
svn:r13412 | |||
2008-01-07 | r17491@catbus: nickm | 2008-01-07 11:50:24 -0500 | Nick Mathewson | |
Remove some dead code. svn:r13053 | |||
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine | |
svn:r12786 | |||
2007-09-19 | r15171@catbus: nickm | 2007-09-19 11:44:54 -0400 | Nick Mathewson | |
Switch our AES implementation from "128 bit counter with to 64 bits set to 0" to a proper implementation of counter mode. Also, add an aes_set_iv function to initialize the counter to a nonzero value. svn:r11518 | |||
2007-08-08 | r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 | Nick Mathewson | |
Include fewer redundant headers; use the compiler search paths better. svn:r11060 | |||
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson | |
Update copyright dates. svn:r9570 | |||
2006-02-09 | Happy new year! | Roger Dingledine | |
svn:r5949 | |||
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ↵ | Nick Mathewson | |
intended. svn:r5582 | |||
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | |
svn:r4382 | |||
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | |
svn:r4378 | |||
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | |
svn:r4184 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | |
every file. svn:r3019 | |||
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | |
svn:r2989 | |||
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson | |
svn:r2614 | |||
2004-05-10 | doxygen markup for common/*.h | Roger Dingledine | |
svn:r1840 | |||
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | |
svn:r1502 | |||
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ↵ | Nick Mathewson | |
ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458 | |||
2003-08-11 | autoconf around missing stdint.h | Nick Mathewson | |
svn:r376 | |||
2003-06-30 | Add a the public-domain AES implementation, with a minimal counter-mode wrapper. | Nick Mathewson | |
svn:r361 |