Nick Mathewson 881f7157f6 Return -1 from our PEM password callback 8 yıl önce
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 11 yıl önce
address.c 0e13ff4815 Fix an LCOV exclusion pattern in address.c 8 yıl önce
address.h 46bd2aed91 Add an address-set backend using a bloom filter. 8 yıl önce
address_set.c 99fbbc6c47 Fix a typo in an address_set.c comment. 8 yıl önce
address_set.h 0640da4269 Function to add an ipv4 address to an address_set 8 yıl önce
aes.c 0bd55ed96a Always Use EVP_aes_*_ctr() with openssl 1.1 9 yıl önce
aes.h 981d0a24b8 In aes.c, support 192-bit and 256-bit keys. 9 yıl önce
backtrace.c 5927ed8d33 checkSpace.pl now forbids more identifiers. 9 yıl önce
backtrace.h 57699de005 Update the copyright year. 10 yıl önce
ciphers.inc 0dbe3ddc33 Make Tor support TLS1.3 ciphers with OpenSSL 1.1.1 8 yıl önce
compat.c 0bfd5a6597 Add a cast to avoid a signed/unsigned comparison 8 yıl önce
compat.h 4c55e8a58f Fix cases where the tests were doing closesocket() on a non-socket 9 yıl önce
compat_libevent.c 7f145b54af Merge remote-tracking branch 'public/Fix_19450' 10 yıl önce
compat_libevent.h 7f145b54af Merge remote-tracking branch 'public/Fix_19450' 10 yıl önce
compat_openssl.h 850ec1e282 Stop implying that we support openssl 1.0.0; we don't. 9 yıl önce
compat_pthreads.c a633baf632 Merge branch 'osx_sierra_028' 9 yıl önce
compat_threads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' 10 yıl önce
compat_threads.h 57699de005 Update the copyright year. 10 yıl önce
compat_time.c a757f76967 Withstand failures in CLOCK_MONOTONIC_COARSE 9 yıl önce
compat_time.h 22314f9050 loony mingwcross bug: insist we dont have clock_gettime. 10 yıl önce
compat_winthreads.c 57699de005 Update the copyright year. 10 yıl önce
container.c 41ad244dd6 Fix a comment typo in smartlist_get_most_frequent_() 9 yıl önce
container.h 5927ed8d33 checkSpace.pl now forbids more identifiers. 9 yıl önce
crypto.c 881f7157f6 Return -1 from our PEM password callback 8 yıl önce
crypto.h 6cb9c2cf77 Add support for AES256 and AES192 9 yıl önce
crypto_curve25519.c f3174428e2 Fix a syntax problem 9 yıl önce
crypto_curve25519.h aae034d13e Write a bunch of module documentation. 9 yıl önce
crypto_ed25519.c aae034d13e Write a bunch of module documentation. 9 yıl önce
crypto_ed25519.h b8bfdf638e Introduce ed25519_{sign,checksig}_prefixed functions(). 9 yıl önce
crypto_format.c aae034d13e Write a bunch of module documentation. 9 yıl önce
crypto_format.h 57699de005 Update the copyright year. 10 yıl önce
crypto_pwbox.c 820b1984ad Mark three lines unreachable, with extensive docs and use of BUG macros 10 yıl önce
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 11 yıl önce
crypto_s2k.c 44ea3dc331 Merge branch 'maint-0.2.8' 10 yıl önce
crypto_s2k.h 57699de005 Update the copyright year. 10 yıl önce
di_ops.c 9eeaeddbb1 Reduce make check-spaces noise 10 yıl önce
di_ops.h 9eeaeddbb1 Reduce make check-spaces noise 10 yıl önce
handles.h e015f7c9cc Basic 'handle' implementation and tests. 10 yıl önce
include.am 46bd2aed91 Add an address-set backend using a bloom filter. 8 yıl önce
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 12 yıl önce
log.c 64149353dd dos: Initial code of Denial of Service mitigation 8 yıl önce
memarea.c a3ec811c2e Merge branch 'maint-0.2.8' 10 yıl önce
memarea.h 57699de005 Update the copyright year. 10 yıl önce
procmon.c bd1a85cc91 Address review comments from cypherpunks 10 yıl önce
procmon.h 57699de005 Update the copyright year. 10 yıl önce
pubsub.c 99c0e1bd5b Fix bad allocation in pubsub.c 10 yıl önce
pubsub.h 9eeaeddbb1 Reduce make check-spaces noise 10 yıl önce
sandbox.c c4be6dfeab Permit the nanosleep system call in the seccomp2 callbox 8 yıl önce
sandbox.h 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 10 yıl önce
testsupport.h 2154160a24 Add support for mocking functions declared with attributes without causing gcc warnings 10 yıl önce
timers.c 6a2002fc09 convert timers.c to use real monotonic time. 10 yıl önce
timers.h 1995328a3d Keep make check-spaces happy 10 yıl önce
torgzip.c bac160b4e0 One more implicit fallthrough warning to fix on GCC 7 8 yıl önce
torgzip.h 57699de005 Update the copyright year. 10 yıl önce
torint.h 57699de005 Update the copyright year. 10 yıl önce
torlog.h 64149353dd dos: Initial code of Denial of Service mitigation 8 yıl önce
tortls.c 0dbe3ddc33 Make Tor support TLS1.3 ciphers with OpenSSL 1.1.1 8 yıl önce
tortls.h 39b7e89c28 Test prerequisites: function to dup a cert, make get_own_cert mockable. 9 yıl önce
util.c fca1934c88 Suppress clang4-specific -Wdouble-promotion warnings 9 yıl önce
util.h 05aed5b635 Allow a unix: address to contain a C-style quoted string. 9 yıl önce
util_bug.c 3269307daf Treat all nonfatal assertion failures as unit test failures. 9 yıl önce
util_bug.h 32b9edeb91 Fix build warnings from Coverity related to our BUG macro 9 yıl önce
util_format.c 251b348d7b It is not a bug to attempt to base32_decode a non-base32 string 9 yıl önce
util_format.h 4e4a7d2b0c Fix base32 API to take any source length in bytes 10 yıl önce
util_process.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 10 yıl önce
util_process.h 57699de005 Update the copyright year. 10 yıl önce
workqueue.c aae034d13e Write a bunch of module documentation. 9 yıl önce
workqueue.h 8ba4ba0a74 Grammar. 10 yıl önce