- 12 Dec, 2007 1 commit
-
-
Roger Dingledine authored
svn:r12786
-
- 22 Jul, 2007 1 commit
-
-
Nick Mathewson authored
Fix/note some relatively trivial mem usage issues svn:r10905
-
- 24 Feb, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9634
-
- 16 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Resolve 56 DOCDOC comments. svn:r9594
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 02 Feb, 2007 1 commit
-
-
Nick Mathewson authored
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
-
- 14 Nov, 2006 1 commit
-
-
Nick Mathewson authored
Try to compile with fewer warnings on irix64's MIPSpro compiler / environment, which apparently believes that: - off_t can be bigger than size_t. - only mean kids assign things they do not subsequently inspect. I don't try to fix the "error" that makes it say: cc-3970 cc: WARNING File = main.c, Line = 1277 conversion from pointer to same-sized integral type (potential portability problem) uintptr_t sig = (uintptr_t)arg; Because really, what can you do about a compiler that claims to be c99 but doesn't understand that void* x = NULL; uintptr_t y = (uintptr_t) x; is safe? svn:r8948
-
- 09 Oct, 2006 1 commit
-
-
Nick Mathewson authored
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
-
- 29 Sep, 2006 3 commits
-
-
Nick Mathewson authored
Now, all log messages should be distinct. svn:r8545
-
Nick Mathewson authored
Make distinct all non-bug messages at notice or higher that appear 3 or more times. svn:r8541
-
Nick Mathewson authored
Doxygen comments for code in common. Also simplify a few code paths to be more clear/speedy/correct. svn:r8536
-
- 29 Jun, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6701
-
- 24 Jun, 2006 1 commit
-
-
Nick Mathewson authored
Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as on running out of output space. This could well fix the assert bug reported by weasel and arma. svn:r6682
-
- 18 Jun, 2006 1 commit
-
-
Nick Mathewson authored
svn:r6636
-
- 03 Jun, 2006 1 commit
-
-
Nick Mathewson authored
Patch based on post by Mike C to or-dev; special-case based on use of MSVC, rather than on MS_WINDOWS, so that mingw builds. svn:r6523
-
- 21 Mar, 2006 1 commit
-
-
Nick Mathewson authored
Fix memory leak when uncompressing concatenated zlib streams. Unit tests and tor client work; looks ok. svn:r6211
-
- 20 Mar, 2006 2 commits
-
-
Roger Dingledine authored
leave it, and accept the memory leak for now. svn:r6201
-
Roger Dingledine authored
functionality that we might still want. Nick? svn:r6200
-
- 13 Feb, 2006 1 commit
-
-
Roger Dingledine authored
This is needed because Windows already has an err() that we can't clobber. And we need to be able to make the log functions a macro so we can print the function's name in the log entry. svn:r6000
-
- 12 Feb, 2006 2 commits
-
-
Roger Dingledine authored
wants to hear it. svn:r5990
-
Roger Dingledine authored
svn:r5989
-
- 09 Feb, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5949
-
- 14 Dec, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5582
-
- 18 Oct, 2005 1 commit
-
-
Nick Mathewson authored
Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284
-
- 13 Oct, 2005 1 commit
-
-
Nick Mathewson authored
Allow tor_gzip_uncompress to extract as much as possible from truncated compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.] svn:r5247
-
- 30 Sep, 2005 1 commit
-
-
Nick Mathewson authored
svn:r5160
-
- 29 Aug, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4882
-
- 13 Jul, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4540
-
- 12 Jul, 2005 1 commit
-
-
Roger Dingledine authored
nick? svn:r4537
-
- 11 Jun, 2005 1 commit
-
-
Roger Dingledine authored
svn:r4404
-
- 09 Jun, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4382
-
- 07 May, 2005 1 commit
-
-
Nick Mathewson authored
svn:r4184
-
- 01 Apr, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3982
-
- 22 Jan, 2005 1 commit
-
-
Roger Dingledine authored
svn:r3406
-
- 20 Jan, 2005 2 commits
-
-
Roger Dingledine authored
svn:r3388
-
Nick Mathewson authored
svn:r3384
-
- 19 Jan, 2005 2 commits
-
-
Nick Mathewson authored
svn:r3376
-
Nick Mathewson authored
Workaround for webservers that lie about Content-Encoding: Tor now tries to autodetect compressed directories and compression itself. (resolves bug 65) svn:r3374
-
- 29 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r3019
-
- 28 Nov, 2004 1 commit
-
-
Nick Mathewson authored
svn:r3003
-