summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-23Add missing static keywordsTaylor Yu
2018-01-23openssl_mutexes code belongs in openssl_mgt.cNick Mathewson
2018-01-23add a missing "compat_openssl.h"Nick Mathewson
2018-01-23perhaps this was the missing include?Nick Mathewson
2018-01-23Add a missing include for openssl 1.0.2Nick Mathewson
2018-01-23Merge remote-tracking branch 'ffmancera/bug24658-openssl'Nick Mathewson
2018-01-22Move the openssl namespace back into .c files.Fernando Fernandez Mancera
2018-01-19Add crypto_openssl_mgt.[ch] for compiling dependencies.Fernando Fernandez Mancera
2018-01-19Tweaks into functions and variables in crypto_openssl_mgt.[ch]Fernando Fernandez Mancera
2018-01-19Don't call Libevent's event_base_free() on NULL.Nick Mathewson
2018-01-18Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]Fernando Fernandez Mancera
2018-01-17Merge branch 'bug22798_029_squashed'Nick Mathewson
2018-01-17Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.Nick Mathewson
2018-01-17Merge branch 'bug21074_029'Nick Mathewson
2018-01-17Add a cast to avoid a signed/unsigned comparisonNick Mathewson
2018-01-16Merge branch 'bug21074_029'Nick Mathewson
2018-01-12Merge remote-tracking branch 'ffmancera/bug24861'Nick Mathewson
2018-01-12Fix minGW compatibility issue with zu format specifier.Fernando Fernandez Mancera
2018-01-11On shutdown, mark openssl as uninitialized.Nick Mathewson
2018-01-11Merge branch 'restart_nocrash'Nick Mathewson
2018-01-10Merge branch 'bug24733_squashed_2'Nick Mathewson
2018-01-10Document the alignment limitation of tor_free()Nick Mathewson
2018-01-10Extract the raw_free() of ifc_buf into a new function.Nick Mathewson
2018-01-10Stop invoking undefined behaviour by using tor_free() on an unaligned pointerteor
2018-01-08Add free_openssl() to crypto_openssl module.Fernando Fernandez Mancera
2018-01-08Refactor crypto.[ch] into smaller OpenSSL module.Fernando Fernandez Mancera
2018-01-05Merge branch 'maint-0.3.2'Roger Dingledine
2018-01-05remove redundant "implement this" from log messageRoger Dingledine
2018-01-04Don't treat a setrlimit failure as fatal.Nick Mathewson
2017-12-20type error fix for monotime_coarse_add_msec on windowsNick Mathewson
2017-12-20Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-13Another attempt at fixing the STACK warning in tortls.cNick Mathewson
2017-12-13Add a function to add msec to a monotime.Nick Mathewson
2017-12-13Add monotime functions for clearing monotonic timesNick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Make sandbox.c compile when libseccomp-dev is installed on arm64Nick Mathewson
2017-12-12Fix compilation: logfile_is_external() must accept const*Nick Mathewson
2017-12-12Merge remote-tracking branch 'ahf-oniongit/bugs/24362'Nick Mathewson
2017-12-12Simplify explicit conditional checks into an inlined function.Alexander Færøy
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11Merge branch 'stack_fixes_032_v2' into maint-0.3.2Nick Mathewson
2017-12-11Stop checking for sandbox:new_element() failures: it can't fail.Nick Mathewson
2017-12-11Set DH parameters to NULL on shutdownNick Mathewson
2017-12-11On exit, free the event_base and set its pointer to NULL.Nick Mathewson
2017-12-11Merge remote-tracking branch 'public/feature24427'Nick Mathewson
2017-12-11Add support for Android's logging subsystem.Alexander Færøy
2017-12-11Fix compilation with --disable-memory-sentinelsNick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson