Commit History

Author SHA1 Message Date
  Nick Mathewson d56f699399 Merge branch 'bug22737_024' into maint-0.2.4 7 years ago
  Nick Mathewson 8d2978b13c Fix an errant memset() into the middle of a struct in cell_pack(). 7 years ago
  Nick Mathewson fd16dd2608 Merge branch 'bug22719_031' into maint-0.3.1 7 years ago
  Nick Mathewson 50be4600ae changes file for bug 22719 7 years ago
  Nick Mathewson 32596016a2 Merge branch 'bug22105_031' into maint-0.3.1 7 years ago
  Nick Mathewson d72cfb259d Patch for 22720 from huyvq: exit(1) more often 7 years ago
  Nick Mathewson 8f59661dba Merge branch 'bug22212_squashed' into maint-0.3.1 7 years ago
  Mike Perry 0c4751b591 Changes file for Bug 22212. 7 years ago
  Mike Perry 0592ee45fc Demote a log message due to libevent delays. 7 years ago
  Nick Mathewson 0c7c49483f Fix a coverity warning about a no-op assert with-64 bit size_t 7 years ago
  Nick Mathewson b546d8bc2b Try a little harder to make sure we never call tor_compress_process wrong. 7 years ago
  Nick Mathewson 2c49a9852d Merge branch 'maint-0.3.0' into maint-0.3.1 7 years ago
  Nick Mathewson bdd267e74d Combine our "don't do this if no consensus" entryguards checks 7 years ago
  Nick Mathewson 784b29a2bf Merge branch 'bug22356_029' into maint-0.3.1 7 years ago
  Nick Mathewson e51e7bd38b Merge branch 'bug22502_redux_031' into maint-0.3.1 7 years ago
  Nick Mathewson c999e84436 Merge branch 'bug22672_031' into maint-0.3.1 7 years ago
  Nick Mathewson c4152a25e3 Note that bw_accounting is obsoleted by values in the state file 7 years ago
  Nick Mathewson fecc66d1e6 Note that pkgconfig is now needed, and has been for a few releases. 7 years ago
  Nick Mathewson 392e5457b8 Merge remote-tracking branch 'argonblue/bug22638' into maint-0.3.1 7 years ago
  Nick Mathewson 9328bd524e Enforce the rule that COMPRESS_OK means progress was made. 7 years ago
  Nick Mathewson 945256188a mingw/windows printf lacks %zd ; use %lu and casts instead 7 years ago
  Nick Mathewson 5537e1fc45 If we successfully decompress an HTTP body, return immediately. 7 years ago
  Nick Mathewson d8cd68caf1 If a _guessed_ compression method fails, it is never PROTOCOL_WARN. 7 years ago
  Nick Mathewson 7b3161f008 It should be a PROTOCOL_WARN when we have an incorrect content-encoding. 7 years ago
  Nick Mathewson 9018da06c7 Short-circuit the no-decompression-needed case, for clarity 7 years ago
  Nick Mathewson c0e9698fca Extract "decompress" portion of connection_dir_client_reached_eof() 7 years ago
  Taylor Yu 25edb41e6f Fix compress_none.c header comment 7 years ago
  Nick Mathewson 782eb02b79 Send the correct content-encoding when serving cached_dir_t objects 7 years ago
  Nick Mathewson eb632afb17 Correct the fix to bug 22629 to permit trailing non-garbage 7 years ago
  Nick Mathewson 94a1b8b66c Add a unit test for decompressing concatenated inputs. 7 years ago