aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-03-19Move rust-specific declarations outside of #else blockNick Mathewson
2018-03-19Merge remote-tracking branch 'isis/bug23881_r1'Nick Mathewson
2018-03-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-03Update tor.1.txt with the currently available log domains.Alexander Færøy
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-18Use autoconf to check for optional zstd functionality.Nick Mathewson
2018-02-16Whoops. 256 was not big enough.Nick Mathewson
2018-02-16Allow checkpointing of non-sha1 digests.Nick Mathewson
2018-02-16tor_zstd_format_version shouldn't be built when !HAVE_ZSTDNick Mathewson
2018-02-15Merge branch 'bug24914'Nick Mathewson
2018-02-15Merge branch '25162_zstd_static'Nick Mathewson
2018-02-15Merge branch 'bug18105'Nick Mathewson
2018-02-15Merge branch 'bug24484_squashed'Nick Mathewson
2018-02-15Remove workaround code for systems where free(NULL) is busted.Nick Mathewson
2018-02-13Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson
2018-02-12Have tor_addr hashes return a randomized hash for AF_UNSPEC.Nick Mathewson
2018-02-12Fix a typo in an address_set.c comment.Nick Mathewson
2018-02-11fix compilation.Nick Mathewson
2018-02-11Merge branch 'bug25120'Nick Mathewson
2018-02-11Lower log-level in different error conditions in entropy selection.Alexander Færøy
2018-02-10Merge branch 'maint-0.3.2'Nick Mathewson
2018-02-10Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-10Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-09whitespace and typo cleanupsRoger Dingledine
2018-02-09Merge remote-tracking branch 'dgoulet/ticket24902_029_05'Nick Mathewson
2018-02-08Merge branch 'ticket25183_029_01' into ticket24902_029_05David Goulet
2018-02-08Function to add an ipv4 address to an address_setNick Mathewson
2018-02-08Add an address-set backend using a bloom filter.Nick Mathewson
2018-02-07more fixes for typos, grammar, whitespace, etcRoger Dingledine
2018-02-07Fix wide lines from typo-fix patch.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-06Add configure option to control ZSTD_STATIC_LINKING_ONLYNick Mathewson
2018-02-06Warn on zstd header/library version mismatchNick Mathewson
2018-02-06Use "static-only" zstd functions to estimate memory usage.Nick Mathewson
2018-02-06Enable (safe) use of zstd static-only APIsNick Mathewson
2018-02-01Slightly different wording for error cases around entropy source selection.Alexander Færøy
2018-02-01Merge branch 'bug24658-rsa_squashed'Nick Mathewson
2018-02-01Add crypto_rsa.[ch] to include.amFernando Fernandez Mancera
2018-02-01Tweaks into functions and variables in crypto_rsa.[ch]Fernando Fernandez Mancera
2018-02-01Remove commented functions in crypto module.Fernando Fernandez Mancera
2018-02-01Revert "Change the sandbox behavior on all failed opens() to EACCES"Nick Mathewson
2018-01-31Merge remote-tracking branch 'public/bug16106_02_nm'Nick Mathewson
2018-01-30Merge branch 'ticket24902_029_05' into ticket24902_033_02David Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet
2018-01-26Change the sandbox behavior on all failed opens() to EACCESNick Mathewson
2018-01-26Use tor_addr_from_getsockname() in several placesNick Mathewson
2018-01-26Add a new tor_addr_from_getsockname()Nick Mathewson
2018-01-26Refactor crypto.[ch] into smaller RSA module.Fernando Fernandez Mancera
2018-01-25In relay_digest_matches(), use stack instead of heap.Nick Mathewson
2018-01-23Add missing static keywordsTaylor Yu