Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | Update Tor Project copyright years | Nick Mathewson | |
2009-05-04 | Update copyright to 2009. | Karsten Loesing | |
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-12-22 | Add DOCDOC comments for all undocumented functions. Add missing *s to other ↵ | Nick Mathewson | |
comments so that they will get recognized as doxygen. svn:r17729 | |||
2008-02-07 | Update some copyright notices: it is now 2008. | Nick Mathewson | |
svn:r13412 | |||
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine | |
svn:r12786 | |||
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson | |
Update copyright dates. svn:r9570 | |||
2007-02-05 | r11639@catbus: nickm | 2007-02-05 13:33:38 -0500 | Nick Mathewson | |
Add documentation to src/common/*.h; improve documentation for SMARTLIST_FOREACH; remove never-used options and corresponding tests from tor_strpartition. svn:r9483 | |||
2007-02-02 | r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 | Nick Mathewson | |
Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477 | |||
2006-10-09 | r8967@totoro: nickm | 2006-10-08 23:38:50 -0400 | Nick Mathewson | |
Fix some test and warn failures in last commit svn:r8665 | |||
2006-10-09 | r8957@totoro: nickm | 2006-10-08 22:35:17 -0400 | Nick Mathewson | |
The otherwise regrettable MIPSpro C compiler warns about values set but never used, and about mixing enums and ints; these are good warnings, and so should be fixed. This removes some dead code and some potential bugs. Thanks to pnx. svn:r8664 | |||
2006-06-18 | Add some incremental encryption wrappers to torgzip code | Nick Mathewson | |
svn:r6636 | |||
2006-02-12 | and don't warn when it happens here either, unless the user | Roger Dingledine | |
wants to hear it. svn:r5990 | |||
2006-02-09 | Happy new year! | Roger Dingledine | |
svn:r5949 | |||
2005-10-13 | Allow tor_gzip_uncompress to extract as much as possible from truncated ↵ | Nick Mathewson | |
compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.] svn:r5247 | |||
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | |
svn:r4382 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2005-01-19 | Workaround for webservers that lie about Content-Encoding: Tor now tries to ↵ | Nick Mathewson | |
autodetect compressed directories and compression itself. (resolves bug 65) svn:r3374 | |||
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | |
every file. svn:r3019 | |||
2004-10-14 | fix tab/space in torgzip.h | Nick Mathewson | |
svn:r2493 | |||
2004-09-08 | Idiot-proof uncompress; make sure it always nul-terminates its output. Also, ↵ | Nick Mathewson | |
make all compression methods nonzero. svn:r2334 | |||
2004-09-02 | Add basic wrappers for zlib/gzip | Nick Mathewson | |
svn:r2324 |