Nick Mathewson 16d2bce893 Allow setsockopt(IPV6_V6ONLY) in sandbox. hace 6 años
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. hace 9 años
address.c 2e7e635c59 Switch from "AF_UNIX is always equal" to "always unequal" to avoid wacky bugs. See discussion on 20261 hace 7 años
address.h 925f76b486 Keep make check-spaces happy hace 8 años
aes.c 0bd55ed96a Always Use EVP_aes_*_ctr() with openssl 1.1 hace 7 años
aes.h 981d0a24b8 In aes.c, support 192-bit and 256-bit keys. hace 7 años
backtrace.c 5927ed8d33 checkSpace.pl now forbids more identifiers. hace 7 años
backtrace.h 57699de005 Update the copyright year. hace 8 años
ciphers.inc 4231729176 Update ciphers.inc to match ff28 hace 10 años
compat.c 286fa94064 Use va_copy() in pure-windows version of tor_asprintf(). hace 7 años
compat.h 4c55e8a58f Fix cases where the tests were doing closesocket() on a non-socket hace 7 años
compat_libevent.c 7f145b54af Merge remote-tracking branch 'public/Fix_19450' hace 7 años
compat_libevent.h 7f145b54af Merge remote-tracking branch 'public/Fix_19450' hace 7 años
compat_openssl.h 850ec1e282 Stop implying that we support openssl 1.0.0; we don't. hace 7 años
compat_pthreads.c a633baf632 Merge branch 'osx_sierra_028' hace 7 años
compat_threads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' hace 8 años
compat_threads.h 57699de005 Update the copyright year. hace 8 años
compat_time.c a757f76967 Withstand failures in CLOCK_MONOTONIC_COARSE hace 7 años
compat_time.h 22314f9050 loony mingwcross bug: insist we dont have clock_gettime. hace 7 años
compat_winthreads.c 57699de005 Update the copyright year. hace 8 años
container.c 41ad244dd6 Fix a comment typo in smartlist_get_most_frequent_() hace 7 años
container.h 5927ed8d33 checkSpace.pl now forbids more identifiers. hace 7 años
crypto.c 3bb49c0110 Merge branch 'maint-0.2.8' into maint-0.2.9 hace 7 años
crypto.h 6cb9c2cf77 Add support for AES256 and AES192 hace 7 años
crypto_curve25519.c f3174428e2 Fix a syntax problem hace 7 años
crypto_curve25519.h aae034d13e Write a bunch of module documentation. hace 7 años
crypto_ed25519.c aae034d13e Write a bunch of module documentation. hace 7 años
crypto_ed25519.h b8bfdf638e Introduce ed25519_{sign,checksig}_prefixed functions(). hace 7 años
crypto_format.c aae034d13e Write a bunch of module documentation. hace 7 años
crypto_format.h 57699de005 Update the copyright year. hace 8 años
crypto_pwbox.c 820b1984ad Mark three lines unreachable, with extensive docs and use of BUG macros hace 8 años
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. hace 9 años
crypto_s2k.c 44ea3dc331 Merge branch 'maint-0.2.8' hace 8 años
crypto_s2k.h 57699de005 Update the copyright year. hace 8 años
di_ops.c 9eeaeddbb1 Reduce make check-spaces noise hace 8 años
di_ops.h 9eeaeddbb1 Reduce make check-spaces noise hace 8 años
handles.h e015f7c9cc Basic 'handle' implementation and tests. hace 8 años
include.am 518c8fe0ec Also ship compat_time.h in release tarballs. Fixes bug #19746 hace 7 años
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen hace 10 años
log.c 5927ed8d33 checkSpace.pl now forbids more identifiers. hace 7 años
memarea.c a3ec811c2e Merge branch 'maint-0.2.8' hace 8 años
memarea.h 57699de005 Update the copyright year. hace 8 años
procmon.c bd1a85cc91 Address review comments from cypherpunks hace 7 años
procmon.h 57699de005 Update the copyright year. hace 8 años
pubsub.c 99c0e1bd5b Fix bad allocation in pubsub.c hace 8 años
pubsub.h 9eeaeddbb1 Reduce make check-spaces noise hace 8 años
sandbox.c 16d2bce893 Allow setsockopt(IPV6_V6ONLY) in sandbox. hace 6 años
sandbox.h 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS hace 8 años
testsupport.h 2154160a24 Add support for mocking functions declared with attributes without causing gcc warnings hace 8 años
timers.c 6a2002fc09 convert timers.c to use real monotonic time. hace 7 años
timers.h 1995328a3d Keep make check-spaces happy hace 7 años
torgzip.c 9fe6fea1cc Fix a huge pile of -Wshadow warnings. hace 7 años
torgzip.h 57699de005 Update the copyright year. hace 8 años
torint.h 57699de005 Update the copyright year. hace 8 años
torlog.h f74916a98f setup_capture_of_logs: no longer suppress log messages hace 7 años
tortls.c ec84fc1d8e Improve documentation on get_{peer,own}_certificate() hace 7 años
tortls.h 39b7e89c28 Test prerequisites: function to dup a cert, make get_own_cert mockable. hace 7 años
util.c bb97f680e7 Merge branch 'bug22801_028' into maint-0.2.9 hace 6 años
util.h 05aed5b635 Allow a unix: address to contain a C-style quoted string. hace 7 años
util_bug.c 3269307daf Treat all nonfatal assertion failures as unit test failures. hace 7 años
util_bug.h b88f918227 Remove an extraneous parenthesis in IF_BUG_OHNCE__ hace 7 años
util_format.c 251b348d7b It is not a bug to attempt to base32_decode a non-base32 string hace 7 años
util_format.h 4e4a7d2b0c Fix base32 API to take any source length in bytes hace 8 años
util_process.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers hace 8 años
util_process.h 57699de005 Update the copyright year. hace 8 años
workqueue.c aae034d13e Write a bunch of module documentation. hace 7 años
workqueue.h 8ba4ba0a74 Grammar. hace 7 años