Daniel Martí 590ffdb2c9 Consensus diff backend from Daniel Martí GSOC project. 7 anos atrás
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 9 anos atrás
address.c f23ec14d62 Make tor_addr_lookup() mockable. 7 anos atrás
address.h f23ec14d62 Make tor_addr_lookup() mockable. 7 anos atrás
aes.c 0bd55ed96a Always Use EVP_aes_*_ctr() with openssl 1.1 7 anos atrás
aes.h 981d0a24b8 In aes.c, support 192-bit and 256-bit keys. 7 anos atrás
backtrace.c 27df23abb6 Use the standard OpenBSD preprocessor definition 7 anos atrás
backtrace.h 57699de005 Update the copyright year. 8 anos atrás
ciphers.inc 4f1dc34e36 Regenerate ciphers.inc 7 anos atrás
compat.c 498287b3c3 Add compatibility function for fgets(3). 7 anos atrás
compat.h 498287b3c3 Add compatibility function for fgets(3). 7 anos atrás
compat_libevent.c 7f145b54af Merge remote-tracking branch 'public/Fix_19450' 7 anos atrás
compat_libevent.h 7f145b54af Merge remote-tracking branch 'public/Fix_19450' 7 anos atrás
compat_openssl.h 850ec1e282 Stop implying that we support openssl 1.0.0; we don't. 7 anos atrás
compat_pthreads.c a633baf632 Merge branch 'osx_sierra_028' 7 anos atrás
compat_threads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' 8 anos atrás
compat_threads.h 57699de005 Update the copyright year. 8 anos atrás
compat_time.c a757f76967 Withstand failures in CLOCK_MONOTONIC_COARSE 7 anos atrás
compat_time.h 22314f9050 loony mingwcross bug: insist we dont have clock_gettime. 7 anos atrás
compat_winthreads.c 57699de005 Update the copyright year. 8 anos atrás
container.c 21c47c4410 Add a smartlist_remove_keeporder() function, with tests. 7 anos atrás
container.h 21c47c4410 Add a smartlist_remove_keeporder() function, with tests. 7 anos atrás
crypto.c e2aeaeb76c Make a bunch of signature/digest-checking functions mockable 7 anos atrás
crypto.h 558c04f5b1 Merge branch 'combined-fuzzing-v4' 7 anos atrás
crypto_curve25519.c 2e656d19e5 comment fix from pastly 7 anos atrás
crypto_curve25519.h aae034d13e Write a bunch of module documentation. 7 anos atrás
crypto_ed25519.c e2aeaeb76c Make a bunch of signature/digest-checking functions mockable 7 anos atrás
crypto_ed25519.h e2aeaeb76c Make a bunch of signature/digest-checking functions mockable 7 anos atrás
crypto_format.c 6aac6c6bee Make ed25519_fmt() log 0-valued keys more nicely. 7 anos atrás
crypto_format.h 2cdd24ddd6 Helper function for logging ed25519 public keys. 7 anos atrás
crypto_pwbox.c 820b1984ad Mark three lines unreachable, with extensive docs and use of BUG macros 8 anos atrás
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 9 anos atrás
crypto_s2k.c 44ea3dc331 Merge branch 'maint-0.2.8' 8 anos atrás
crypto_s2k.h 57699de005 Update the copyright year. 8 anos atrás
di_ops.c 9eeaeddbb1 Reduce make check-spaces noise 8 anos atrás
di_ops.h 9eeaeddbb1 Reduce make check-spaces noise 8 anos atrás
handles.h e015f7c9cc Basic 'handle' implementation and tests. 8 anos atrás
include.am 518c8fe0ec Also ship compat_time.h in release tarballs. Fixes bug #19746 7 anos atrás
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 10 anos atrás
log.c 590ffdb2c9 Consensus diff backend from Daniel Martí GSOC project. 7 anos atrás
memarea.c b923c4dc9f Code to disable memory sentinels for fuzzing 7 anos atrás
memarea.h 57699de005 Update the copyright year. 8 anos atrás
procmon.c bd1a85cc91 Address review comments from cypherpunks 7 anos atrás
procmon.h 57699de005 Update the copyright year. 8 anos atrás
pubsub.c 99c0e1bd5b Fix bad allocation in pubsub.c 8 anos atrás
pubsub.h 9eeaeddbb1 Reduce make check-spaces noise 8 anos atrás
sandbox.c 51ee549a90 fix typos and trivial syntax problems 7 anos atrás
sandbox.h 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 8 anos atrás
testsupport.h 2154160a24 Add support for mocking functions declared with attributes without causing gcc warnings 7 anos atrás
timers.c e6facbfe7a Add accessor for inspecting timer callbacks. 7 anos atrás
timers.h e6facbfe7a Add accessor for inspecting timer callbacks. 7 anos atrás
torgzip.c 27df23abb6 Use the standard OpenBSD preprocessor definition 7 anos atrás
torgzip.h 57699de005 Update the copyright year. 8 anos atrás
torint.h 57699de005 Update the copyright year. 8 anos atrás
torlog.h 590ffdb2c9 Consensus diff backend from Daniel Martí GSOC project. 7 anos atrás
tortls.c 6747c62386 Merge branch 'bug21420_029_squashed' into maint-0.3.0 7 anos atrás
tortls.h 67e66898d2 For testing: add a tor_x509_cert_dup(). 7 anos atrás
util.c 3dca5a6e71 Use tor_fgets() instead of fgets(). 7 anos atrás
util.h 7e469c1002 Merge branch 'bug20894_029_v3' 7 anos atrás
util_bug.c 265d5446fa Automated change to use smartlist_add_strdup 7 anos atrás
util_bug.h b88f918227 Remove an extraneous parenthesis in IF_BUG_OHNCE__ 7 anos atrás
util_format.c a23fd15786 Fix unreachable heap corruption in base64_decode() 7 anos atrás
util_format.h 4e4a7d2b0c Fix base32 API to take any source length in bytes 8 anos atrás
util_process.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 anos atrás
util_process.h 57699de005 Update the copyright year. 8 anos atrás
workqueue.c aae034d13e Write a bunch of module documentation. 7 anos atrás
workqueue.h 8ba4ba0a74 Grammar. 7 anos atrás