Commit History

Author SHA1 Message Date
  Roger Dingledine b99f903e34 and don't warn when it happens here either, unless the user 18 years ago
  Roger Dingledine 53c54b75c9 Correct a function comment. Nick: is this right? 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 edf5698474 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. 18 years ago
  Nick Mathewson 11b76b9ca5 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.] 18 years ago
  Nick Mathewson 92451f74a8 Reformat inconsistent function declarations. 18 years ago
  Nick Mathewson 29a6c17d67 Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. 19 years ago
  Nick Mathewson 50e11ee16a Fix possible double call to inflateEnd. 19 years ago
  Roger Dingledine 4457c181f5 note a worrying double-free possibility in torgzip. 19 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 10b2208d93 Make Tor compile with no warnings with gcc4.0 on OSX 19 years ago
  Nick Mathewson 0e81265359 update copyright notices. 19 years ago
  Roger Dingledine 2a908e5180 forward-port: fix win32 compile 19 years ago
  Roger Dingledine a2e441da06 give a header file for ntohs 19 years ago
  Nick Mathewson 432e313c81 Make zlib detection happy on little-endian platforms; fix unit tests. 19 years ago
  Nick Mathewson 2c803bff9a Make detect_compression_method work on platforms with more evil chars. 19 years ago
  Nick Mathewson 69fa5be7b6 Workaround for webservers that lie about Content-Encoding: Tor now tries to autodetect compressed directories and compression itself. (resolves bug 65) 19 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 19 years ago
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 19 years ago
  Nick Mathewson b74b72a5ce Fix windows build 19 years ago
  Roger Dingledine 6d873e5743 don't assert multiple things in the same tor_assert() 19 years ago
  Nick Mathewson a4ef916b8e fix tab/space in torgzip.c 19 years ago
  Nick Mathewson b6798866d0 Idiot-proof uncompress; make sure it always nul-terminates its output. Also, make all compression methods nonzero. 20 years ago
  Nick Mathewson 3590eb535a Add basic wrappers for zlib/gzip 20 years ago