Nick Mathewson bbffd0a018 Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 9 years ago
address.c b0767e85b8 Tell autoconf to make the compiler act as c99 9 years ago
address.h 53a94c4b4b Clear up another clangalyzer issue 9 years ago
aes.c 4da083db3b Update the copyright date to 201. 11 years ago
aes.h 4da083db3b Update the copyright date to 201. 11 years ago
backtrace.c cc9e86db61 Log a backtrace when the sandbox finds a failure 10 years ago
backtrace.h 211b8cc318 Only expose clean_backtrace() if we'll implement it 10 years ago
ciphers.inc 4231729176 Update ciphers.inc to match ff28 10 years ago
compat.c 1eea7a68ed Use S?SIZE_MAX, not S?SIZE_T_MAX 9 years ago
compat.h 867f5e6a76 Add a tor_ftruncate to replace ftruncate. 9 years ago
compat_libevent.c 6e7cbfc465 Avoid a "constant variable guards dead code" warning from coverity 9 years ago
compat_libevent.h e6785ee16d Get Libevent's PRNG functioning under the linux sandbox 10 years ago
container.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 years ago
container.h 01800ea1e4 Add unittests for finding the third quartile of a set. 9 years ago
crypto.c e72a5b3c07 Move secret-to-key functionality into a separate module 9 years ago
crypto.h e84e1c9745 More generic passphrase hashing code, including scrypt support 9 years ago
crypto_curve25519.c 4e87b97872 Fix on that last fix. 9 years ago
crypto_curve25519.h ed48b0fe56 Support for writing ed25519 public/private components to disk. 9 years ago
crypto_ed25519.c 46cda485bc Comments and tweaks based on review by asn 9 years ago
crypto_ed25519.h f0eb7ae79f More documentation for ed25519 stuff. 9 years ago
crypto_format.c c75e275574 Add encode/decode functions for ed25519 public keys 9 years ago
crypto_pwbox.c 3b7d0ed08e Use trunnel for crypto_pwbox encoding/decoding. 9 years ago
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 9 years ago
crypto_s2k.c 7c52a0555a Check key_len in secret_to_key_new() 9 years ago
crypto_s2k.h 2b2cab4141 Tweak and expose secret_to_key_compute_key for testing 9 years ago
di_ops.c 917e1042f7 Suppress coverity warning about overflowing in safe_mem_is_zero 9 years ago
di_ops.h 4da083db3b Update the copyright date to 201. 11 years ago
include.am 1c5d680b3d Merge branch 'ed25519_ref10_squashed' 9 years ago
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 10 years ago
log.c 8c7fbdf3af fix a c99-ism 9 years ago
memarea.c 3b1f7f75a7 scan-build: memarea_strndup() undefined behavior 10 years ago
memarea.h 4da083db3b Update the copyright date to 201. 11 years ago
mempool.c 4da083db3b Update the copyright date to 201. 11 years ago
mempool.h d3063da691 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 11 years ago
procmon.c 4ed03965a5 New waitpid-handler functions to run callbacks when a child exits. 10 years ago
procmon.h 4da083db3b Update the copyright date to 201. 11 years ago
sandbox.c 2e607ff519 Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
sandbox.h 2e607ff519 Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
testsupport.h b6e8c74667 Add rudimentary test mocking support. 11 years ago
torgzip.c 991545acf1 Whitespace fixes 9 years ago
torgzip.h 8e55cafd67 Count zlib buffer memory towards OOM totals. 9 years ago
torint.h 1eea7a68ed Use S?SIZE_MAX, not S?SIZE_T_MAX 9 years ago
torlog.h 15e170e01b Add an option to overwrite logs 9 years ago
tortls.c bbffd0a018 Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
tortls.h 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 years ago
util.c 48558ed1aa Merge remote-tracking branch 'public/bug13104_025' 9 years ago
util.h 19b137bc05 Add reallocarray clone so we can stop doing multiply-then-reallocate 9 years ago
util_codedigest.c 913067f788 Resolve about 24 DOCDOCs 12 years ago
util_process.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 years ago
util_process.h dd362b52f3 whitespace fixes 10 years ago