tor/src/common
2016-07-19 11:40:47 +02:00
..
address.c Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage 2016-06-15 17:28:26 -04:00
address.h Keep make check-spaces happy 2016-06-12 21:47:14 +00:00
aes.c add LCOV_EXCL for unreachable exit() blocks in src/common 2016-06-16 09:50:52 -04:00
aes.h Update the copyright year. 2016-02-27 18:48:19 +01:00
backtrace.c More coverage in backtrace.c 2016-06-20 10:31:36 -04:00
backtrace.h Update the copyright year. 2016-02-27 18:48:19 +01:00
ciphers.inc Update ciphers.inc to match ff28 2014-04-08 11:42:07 -04:00
compat_libevent.c Remove tor_gettimeofday_cached_monotonic as broken and unneeded 2016-07-19 11:40:47 +02:00
compat_libevent.h Remove tor_gettimeofday_cached_monotonic as broken and unneeded 2016-07-19 11:40:47 +02:00
compat_openssl.h Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_pthreads.c Merge remote-tracking branch 'public/thread_coverage' 2016-06-19 12:15:55 -04:00
compat_threads.c Merge remote-tracking branch 'public/thread_coverage' 2016-06-19 12:15:55 -04:00
compat_threads.h Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_time.c Expose monotonic time ratchet functions for testing. 2016-07-19 11:40:47 +02:00
compat_time.h Expose monotonic time ratchet functions for testing. 2016-07-19 11:40:47 +02:00
compat_winthreads.c Update the copyright year. 2016-02-27 18:48:19 +01:00
compat.c Move our "what time is it now" compat functions into a new module 2016-07-08 10:38:59 -04:00
compat.h Move our "what time is it now" compat functions into a new module 2016-07-08 10:38:59 -04:00
container.c Update the copyright year. 2016-02-27 18:48:19 +01:00
container.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_curve25519.c Mark unreachable lines in crypto_curve25519.c 2016-05-16 08:25:53 -04:00
crypto_curve25519.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_ed25519.c Use calloc, not malloc(a*b), in ed25519 batch signature check fn 2016-05-25 08:59:08 -04:00
crypto_ed25519.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_format.c Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_format.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_pwbox.c Mark three lines unreachable, with extensive docs and use of BUG macros 2016-05-16 08:25:53 -04:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Merge branch 'maint-0.2.8' 2016-05-25 10:21:15 -04:00
crypto_s2k.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto.c Merge branch 'maint-0.2.8' 2016-06-27 13:17:42 -04:00
crypto.h Add -Wmissing-variable-declarations, with attendant fixes 2016-06-11 10:11:54 -04:00
di_ops.c Reduce make check-spaces noise 2016-06-09 11:50:25 +00:00
di_ops.h Reduce make check-spaces noise 2016-06-09 11:50:25 +00:00
handles.h Basic 'handle' implementation and tests. 2016-04-19 14:07:43 -04:00
include.am Move our "what time is it now" compat functions into a new module 2016-07-08 10:38:59 -04:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverage 2016-06-15 17:28:26 -04:00
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
memarea.c Merge branch 'maint-0.2.8' 2016-05-25 09:27:47 -04:00
memarea.h Update the copyright year. 2016-02-27 18:48:19 +01:00
procmon.c Address review comments from cypherpunks 2016-07-04 16:34:40 +02:00
procmon.h Update the copyright year. 2016-02-27 18:48:19 +01:00
pubsub.c Fix bad allocation in pubsub.c 2016-05-12 09:56:42 -04:00
pubsub.h Reduce make check-spaces noise 2016-06-09 11:50:25 +00:00
sandbox.c Grammar. 2016-07-05 12:10:12 -04:00
sandbox.h Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 2016-06-17 10:17:44 -04:00
testsupport.h Add support for mocking functions declared with attributes without causing gcc warnings 2016-06-30 07:03:26 +00:00
timers.c convert timers.c to use real monotonic time. 2016-07-19 11:40:46 +02:00
timers.h convert timers.c to use real monotonic time. 2016-07-19 11:40:46 +02:00
torgzip.c Mark some torgzip lines as unreachable/untestable. 2016-06-19 12:20:24 -04:00
torgzip.h Update the copyright year. 2016-02-27 18:48:19 +01:00
torint.h Update the copyright year. 2016-02-27 18:48:19 +01:00
torlog.h Use autoconf, not gcc version, to decide which warnings we have 2016-06-11 10:11:53 -04:00
tortls.c Merge branch 'maint-0.2.8' 2016-06-14 12:17:24 -04:00
tortls.h Add -Wmissing-variable-declarations, with attendant fixes 2016-06-11 10:11:54 -04:00
util_bug.c Add a BUG macro for usage in if checks. 2016-04-14 16:25:06 -04:00
util_bug.h Reduce make check-spaces noise 2016-06-09 11:50:25 +00:00
util_format.c util: zero target buffer of base*_encode/decode 2016-06-20 13:47:19 -04:00
util_format.h Fix base32 API to take any source length in bytes 2016-06-17 13:53:47 -04:00
util_process.c Add the -Wextra-semi warning from clang, and fix the cases where it triggers 2016-06-11 10:11:54 -04:00
util_process.h Update the copyright year. 2016-02-27 18:48:19 +01:00
util.c Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 2016-07-01 15:29:05 -04:00
util.h Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 2016-07-01 15:29:05 -04:00
workqueue.c Mark the unreachable lines in compat_{,p}threads and workqueue 2016-06-08 17:30:22 -04:00
workqueue.h Grammar. 2016-07-05 12:10:12 -04:00