Nick Mathewson aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 9 лет назад
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 11 лет назад
address.c 7b54d7ebbd Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage 9 лет назад
address.h 925f76b486 Keep make check-spaces happy 9 лет назад
aes.c d1ab295d7b add LCOV_EXCL for unreachable exit() blocks in src/common 9 лет назад
aes.h 57699de005 Update the copyright year. 10 лет назад
backtrace.c 2b74e13a7c More coverage in backtrace.c 9 лет назад
backtrace.h 57699de005 Update the copyright year. 10 лет назад
ciphers.inc 4231729176 Update ciphers.inc to match ff28 12 лет назад
compat.c 603cb712ef Small coverage improvements on compat.c 9 лет назад
compat.h 0279e48473 Add support for temporarily suppressing a warning 9 лет назад
compat_libevent.c d1ab295d7b add LCOV_EXCL for unreachable exit() blocks in src/common 9 лет назад
compat_libevent.h 57699de005 Update the copyright year. 10 лет назад
compat_openssl.h 57699de005 Update the copyright year. 10 лет назад
compat_pthreads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' 9 лет назад
compat_threads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' 9 лет назад
compat_threads.h 57699de005 Update the copyright year. 10 лет назад
compat_winthreads.c 57699de005 Update the copyright year. 10 лет назад
container.c 57699de005 Update the copyright year. 10 лет назад
container.h 57699de005 Update the copyright year. 10 лет назад
crypto.c 2197bfcc6a Merge branch 'maint-0.2.8' 9 лет назад
crypto.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 9 лет назад
crypto_curve25519.c 8a536be705 Mark unreachable lines in crypto_curve25519.c 9 лет назад
crypto_curve25519.h 57699de005 Update the copyright year. 10 лет назад
crypto_ed25519.c 0ef36626ea Use calloc, not malloc(a*b), in ed25519 batch signature check fn 9 лет назад
crypto_ed25519.h 57699de005 Update the copyright year. 10 лет назад
crypto_format.c 57699de005 Update the copyright year. 10 лет назад
crypto_format.h 57699de005 Update the copyright year. 10 лет назад
crypto_pwbox.c 820b1984ad Mark three lines unreachable, with extensive docs and use of BUG macros 9 лет назад
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 11 лет назад
crypto_s2k.c 44ea3dc331 Merge branch 'maint-0.2.8' 9 лет назад
crypto_s2k.h 57699de005 Update the copyright year. 10 лет назад
di_ops.c 9eeaeddbb1 Reduce make check-spaces noise 9 лет назад
di_ops.h 9eeaeddbb1 Reduce make check-spaces noise 9 лет назад
handles.h e015f7c9cc Basic 'handle' implementation and tests. 9 лет назад
include.am 6d6c8287d5 Include __mulodi4 in libor_ctime when it fixes clang -m32 -ftrapv 9 лет назад
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 11 лет назад
log.c 7b54d7ebbd Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage 9 лет назад
memarea.c a3ec811c2e Merge branch 'maint-0.2.8' 9 лет назад
memarea.h 57699de005 Update the copyright year. 10 лет назад
procmon.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 9 лет назад
procmon.h 57699de005 Update the copyright year. 10 лет назад
pubsub.c 99c0e1bd5b Fix bad allocation in pubsub.c 9 лет назад
pubsub.h 9eeaeddbb1 Reduce make check-spaces noise 9 лет назад
sandbox.c 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 9 лет назад
sandbox.h 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 9 лет назад
testsupport.h 2154160a24 Add support for mocking functions declared with attributes without causing gcc warnings 9 лет назад
timers.c 11a09778d6 Test coverage for timers. 9 лет назад
timers.h dcf948da06 Add wrappers to tie the new timeouts into libevent. 9 лет назад
torgzip.c 5a725dab0a Mark some torgzip lines as unreachable/untestable. 9 лет назад
torgzip.h 57699de005 Update the copyright year. 10 лет назад
torint.h 57699de005 Update the copyright year. 10 лет назад
torlog.h 9bbd6502f0 Use autoconf, not gcc version, to decide which warnings we have 9 лет назад
tortls.c df4fa92a88 Merge branch 'maint-0.2.8' 9 лет назад
tortls.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 9 лет назад
util.c aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 9 лет назад
util.h aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 9 лет назад
util_bug.c 532820b11c Add a BUG macro for usage in if checks. 10 лет назад
util_bug.h 9eeaeddbb1 Reduce make check-spaces noise 9 лет назад
util_format.c 49e8f47505 util: zero target buffer of base*_encode/decode 9 лет назад
util_format.h 4e4a7d2b0c Fix base32 API to take any source length in bytes 9 лет назад
util_process.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 9 лет назад
util_process.h 57699de005 Update the copyright year. 10 лет назад
workqueue.c 429d15c529 Mark the unreachable lines in compat_{,p}threads and workqueue 9 лет назад
workqueue.h 57699de005 Update the copyright year. 10 лет назад