summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-29Bump 0.3.1 to 0.3.1.4-alphaNick Mathewson
2017-06-29Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-29Merge branch 'trove-2017-006' into maint-0.3.0Nick Mathewson
2017-06-29Merge remote-tracking branch 'public/bug22670_031' into maint-0.3.1Nick Mathewson
2017-06-29Adjust unit tests to account for fix to bug 22753.Nick Mathewson
2017-06-29Consider the exit family when applying guard restrictions.Nick Mathewson
2017-06-28Log real error message when unable to remove a storagedir fileNick Mathewson
2017-06-28Replace crash on missing handle in consdiffmgr with nonfatal assertNick Mathewson
2017-06-28Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-28Merge remote-tracking branch 'teor/bug21507-029' into maint-0.2.9Nick Mathewson
2017-06-28Merge remote-tracking branch 'teor/bug21576_029_v2' into maint-0.2.9Nick Mathewson
2017-06-28whitespace fixNick Mathewson
2017-06-28Merge remote-tracking branch 'asn/bug21969_bridges_030' into maint-0.3.0Nick Mathewson
2017-06-28Fix crash in LZMA module when the Sandbox is enabled.Alexander Færøy
2017-06-27Return "304 not modified" if a client already have the most recent consensus.Alexander Færøy
2017-06-27Set published_out for consensus cache entries in spooled_resource_estimate_si...Alexander Færøy
2017-06-27Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-27Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-06-27Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-27Merge branch 'maint-0.2.7-redux' into maint-0.2.8Nick Mathewson
2017-06-27Merge branch 'maint-0.2.6' into maint-0.2.7-reduxNick Mathewson
2017-06-27Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-06-27Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
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-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-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-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-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