summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2017-06-28Fix crash in LZMA module when the Sandbox is enabled.Alexander Færøy
2017-06-26Fix a coverity warning about a no-op assert with-64 bit size_tNick 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-20Fix compress_none.c header commentTaylor Yu
2017-06-20Correct the fix to bug 22629 to permit trailing non-garbageNick Mathewson
2017-06-20Merge remote-tracking branch 'teor/bug22502' into maint-0.3.1Nick 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-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-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-05Improve documentation on get_{peer,own}_certificate()Nick Mathewson
2017-06-05Test prerequisites: function to dup a cert, make get_own_cert mockable.Nick Mathewson
2017-06-05On v3 link handshake, send the correct link certificateNick Mathewson
2017-05-30Merge remote-tracking branch 'teor/bug22424'Nick Mathewson
2017-05-28Replace 3-star pointer with 2-star pointerDaniel Pinto
2017-05-28If we do underflow the know usage of a storage, recalculate itteor
2017-05-28Refactor storage usage reductions into a static functionteor
2017-05-28Don't underflow usage when it is unknown and a file is removedteor
2017-05-28Always check for usage underflow when removing a file in storage.cteor
2017-05-28Fix comment typos in storage.cteor
2017-05-28Fix crash with %includeDaniel Pinto
2017-05-26Cleanup MOCK_IMPL (etc) to be findable with etagsNick Mathewson
2017-05-23Fix comments of functions that return tor_snprintfteor
2017-05-22fix two typos in commentsRoger Dingledine
2017-05-19Remove call to get_unquoted_path in config_process_include()Nick Mathewson
2017-05-19strlen() returns size_tNick Mathewson
2017-05-19Merge branch 'add_rust_squashed'Nick Mathewson
2017-05-19Add some Rust utility functions and print supportSebastian Hahn
2017-05-19Merge remote-tracking branch 'jigsaw/torrc-dir-fix-1922_squashed2'Nick Mathewson
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-05-17Fixed error on BASEXX_NOPAD LEN and BUFSIZE macros #21872Daniel Pinto
2017-05-12Add API for getting human readable descriptions of a compress_method_tAlexander Færøy
2017-05-10In channelpadding tests that touch libevent, call event_reinit().Nick Mathewson
2017-05-08Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-08Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-05-02Merge branch 'compress_none_v2_squashed'Nick Mathewson
2017-05-02Treat the identity transformation as another kind of compression.Nick Mathewson
2017-05-01Rename x-lzma to x-tor-lzmaNick Mathewson
2017-05-01Merge remote-tracking branch 'ahf/bugs/21665'Nick Mathewson