summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-27Fix an errant memset() into the middle of a struct in cell_pack().Nick Mathewson
2017-06-27Merge branch 'bug22719_031' into maint-0.3.1Nick Mathewson
2017-06-27changes file for bug 22719Nick Mathewson
2017-06-26Merge branch 'bug22105_031' into maint-0.3.1Nick Mathewson
2017-06-26Patch for 22720 from huyvq: exit(1) more oftenNick Mathewson
2017-06-26Merge branch 'bug22212_squashed' into maint-0.3.1Nick Mathewson
2017-06-26Changes file for Bug 22212.Mike Perry
2017-06-26Demote a log message due to libevent delays.Mike Perry
2017-06-26Fix a coverity warning about a no-op assert with-64 bit size_tNick Mathewson
2017-06-26Try a little harder to make sure we never call tor_compress_process wrong.Nick Mathewson
2017-06-22Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-22Combine our "don't do this if no consensus" entryguards checksNick Mathewson
2017-06-21Merge branch 'bug22356_029' into maint-0.3.1Nick Mathewson
2017-06-20Merge branch 'bug22502_redux_031' into maint-0.3.1Nick Mathewson
2017-06-20Merge branch 'bug22672_031' into maint-0.3.1Nick Mathewson
2017-06-20Note that bw_accounting is obsoleted by values in the state fileNick Mathewson
2017-06-20Note that pkgconfig is now needed, and has been for a few releases.Nick Mathewson
2017-06-20Merge remote-tracking branch 'argonblue/bug22638' into maint-0.3.1Nick Mathewson
2017-06-20Enforce the rule that COMPRESS_OK means progress was made.Nick Mathewson
2017-06-20mingw/windows printf lacks %zd ; use %lu and casts insteadNick Mathewson
2017-06-20If we successfully decompress an HTTP body, return immediately.Nick Mathewson
2017-06-20If a _guessed_ compression method fails, it is never PROTOCOL_WARN.Nick Mathewson
2017-06-20It should be a PROTOCOL_WARN when we have an incorrect content-encoding.Nick Mathewson
2017-06-20Short-circuit the no-decompression-needed case, for clarityNick Mathewson
2017-06-20Extract "decompress" portion of connection_dir_client_reached_eof()Nick Mathewson
2017-06-20Fix compress_none.c header commentTaylor Yu
2017-06-20Send the correct content-encoding when serving cached_dir_t objectsNick Mathewson
2017-06-20Correct the fix to bug 22629 to permit trailing non-garbageNick Mathewson
2017-06-20Add a unit test for decompressing concatenated inputs.Nick Mathewson
2017-06-20add a changes file for 22626, 22628, and 22629 (parts of 22502)Nick Mathewson
2017-06-20Merge remote-tracking branch 'teor/bug22502' into maint-0.3.1Nick Mathewson
2017-06-19Don't expand guard sample set unless consensus is "reasonably live"Nick Mathewson
2017-06-19Remove hardwired libfuzzer path; closes 22105.Nick Mathewson
2017-06-19Downgrade "assign_to_cpuworker failed" to INFO.Nick Mathewson
2017-06-19Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-19Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-19Merge remote-tracking branch 'public/bug22516_029' into maint-0.2.9Nick Mathewson
2017-06-19Document more files in the datadirectory.Nick Mathewson
2017-06-16Document sr-random and diff-cache.Nick Mathewson
2017-06-16Document key-pinning-journalNick Mathewson
2017-06-16Permit the fchmod system call.Nick Mathewson
2017-06-16Add extra logging during compression and decompressionteor
2017-06-16Return TOR_COMPRESS_BUFFER_FULL when zstd has additional inputteor
2017-06-16Remove a redundant conditional in tor_zstd_compress_processteor
2017-06-16Move a comment to the right place in tor_zstd_compress_processteor
2017-06-16Check for trailing input garbage in tor_compress_impl() when decompressingteor
2017-06-16Check if tor_compress_new() returns NULL in tor_compress_impl()teor
2017-06-14Remove old callgraph scripts; recommend calltool instead.Nick Mathewson
2017-06-09Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-09Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson