Nick Mathewson 1d52ac4d3f Lay down some infrastructure for bridges in the New Guard Order. před 9 roky
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. před 11 roky
address.c 1d52ac4d3f Lay down some infrastructure for bridges in the New Guard Order. před 9 roky
address.h 1d52ac4d3f Lay down some infrastructure for bridges in the New Guard Order. před 9 roky
aes.c 0bd55ed96a Always Use EVP_aes_*_ctr() with openssl 1.1 před 9 roky
aes.h 981d0a24b8 In aes.c, support 192-bit and 256-bit keys. před 9 roky
backtrace.c 5927ed8d33 checkSpace.pl now forbids more identifiers. před 9 roky
backtrace.h 57699de005 Update the copyright year. před 10 roky
ciphers.inc 4231729176 Update ciphers.inc to match ff28 před 12 roky
compat.c 4614f8e681 Merge remote-tracking branch 'teor/fix-mingw-pagesize' před 9 roky
compat.h 4c55e8a58f Fix cases where the tests were doing closesocket() on a non-socket před 9 roky
compat_libevent.c 7f145b54af Merge remote-tracking branch 'public/Fix_19450' před 9 roky
compat_libevent.h 7f145b54af Merge remote-tracking branch 'public/Fix_19450' před 9 roky
compat_openssl.h 850ec1e282 Stop implying that we support openssl 1.0.0; we don't. před 9 roky
compat_pthreads.c a633baf632 Merge branch 'osx_sierra_028' před 9 roky
compat_threads.c b421648da2 Merge remote-tracking branch 'public/thread_coverage' před 9 roky
compat_threads.h 57699de005 Update the copyright year. před 10 roky
compat_time.c 1995328a3d Keep make check-spaces happy před 9 roky
compat_time.h 22314f9050 loony mingwcross bug: insist we dont have clock_gettime. před 9 roky
compat_winthreads.c 57699de005 Update the copyright year. před 10 roky
container.c 21c47c4410 Add a smartlist_remove_keeporder() function, with tests. před 9 roky
container.h 21c47c4410 Add a smartlist_remove_keeporder() function, with tests. před 9 roky
crypto.c 957bdc4a42 Merge branch 'bug20553_028' před 9 roky
crypto.h 6cb9c2cf77 Add support for AES256 and AES192 před 9 roky
crypto_curve25519.c f3174428e2 Fix a syntax problem před 9 roky
crypto_curve25519.h aae034d13e Write a bunch of module documentation. před 9 roky
crypto_ed25519.c aae034d13e Write a bunch of module documentation. před 9 roky
crypto_ed25519.h b8bfdf638e Introduce ed25519_{sign,checksig}_prefixed functions(). před 9 roky
crypto_format.c aae034d13e Write a bunch of module documentation. před 9 roky
crypto_format.h 57699de005 Update the copyright year. před 10 roky
crypto_pwbox.c 820b1984ad Mark three lines unreachable, with extensive docs and use of BUG macros před 9 roky
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. před 11 roky
crypto_s2k.c 44ea3dc331 Merge branch 'maint-0.2.8' před 9 roky
crypto_s2k.h 57699de005 Update the copyright year. před 10 roky
di_ops.c 9eeaeddbb1 Reduce make check-spaces noise před 9 roky
di_ops.h 9eeaeddbb1 Reduce make check-spaces noise před 9 roky
handles.h e015f7c9cc Basic 'handle' implementation and tests. před 10 roky
include.am 518c8fe0ec Also ship compat_time.h in release tarballs. Fixes bug #19746 před 9 roky
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen před 12 roky
log.c bf64564e37 Add a GUARD log domain, for use with new guards code před 9 roky
memarea.c a3ec811c2e Merge branch 'maint-0.2.8' před 9 roky
memarea.h 57699de005 Update the copyright year. před 10 roky
procmon.c bd1a85cc91 Address review comments from cypherpunks před 9 roky
procmon.h 57699de005 Update the copyright year. před 10 roky
pubsub.c 99c0e1bd5b Fix bad allocation in pubsub.c před 9 roky
pubsub.h 9eeaeddbb1 Reduce make check-spaces noise před 9 roky
sandbox.c b9a43c8f43 For me, asan/ubsan require more syscalls. před 9 roky
sandbox.h 94762e37b9 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS před 9 roky
testsupport.h 2154160a24 Add support for mocking functions declared with attributes without causing gcc warnings před 9 roky
timers.c 6a2002fc09 convert timers.c to use real monotonic time. před 9 roky
timers.h 1995328a3d Keep make check-spaces happy před 9 roky
torgzip.c 9fe6fea1cc Fix a huge pile of -Wshadow warnings. před 9 roky
torgzip.h 57699de005 Update the copyright year. před 10 roky
torint.h 57699de005 Update the copyright year. před 10 roky
torlog.h bf64564e37 Add a GUARD log domain, for use with new guards code před 9 roky
tortls.c 1eef543f9d Merge branch 'bug20551_028' před 9 roky
tortls.h 67e66898d2 For testing: add a tor_x509_cert_dup(). před 9 roky
util.c 539eba0a4b Teach parse_iso_time about the spaceless variant. před 9 roky
util.h 539eba0a4b Teach parse_iso_time about the spaceless variant. před 9 roky
util_bug.c 265d5446fa Automated change to use smartlist_add_strdup před 9 roky
util_bug.h b88f918227 Remove an extraneous parenthesis in IF_BUG_OHNCE__ před 9 roky
util_format.c 251b348d7b It is not a bug to attempt to base32_decode a non-base32 string před 9 roky
util_format.h 4e4a7d2b0c Fix base32 API to take any source length in bytes před 9 roky
util_process.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers před 9 roky
util_process.h 57699de005 Update the copyright year. před 10 roky
workqueue.c aae034d13e Write a bunch of module documentation. před 9 roky
workqueue.h 8ba4ba0a74 Grammar. před 9 roky