Nick Mathewson 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
..
Makefile.nmake 300ac49685 Add `compress_zlib.obj` to `src/common/Makefile.nmake`. 7 years ago
address.c 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
address.h 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
address_set.c 99fbbc6c47 Fix a typo in an address_set.c comment. 6 years ago
address_set.h 0640da4269 Function to add an ipv4 address to an address_set 6 years ago
aes.c 7505f452c8 Run the copyright update script. 7 years ago
aes.h 7505f452c8 Run the copyright update script. 7 years ago
backtrace.c 7505f452c8 Run the copyright update script. 7 years ago
backtrace.h 7505f452c8 Run the copyright update script. 7 years ago
ciphers.inc 86583ad78e Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
compat.c eccef6ba60 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
compat.h 0698a0beca fix two typos in comments 6 years ago
compat_libevent.c 95fa7d1cf8 In channelpadding tests that touch libevent, call event_reinit(). 6 years ago
compat_libevent.h 95fa7d1cf8 In channelpadding tests that touch libevent, call event_reinit(). 6 years ago
compat_openssl.h 7505f452c8 Run the copyright update script. 7 years ago
compat_pthreads.c 7505f452c8 Run the copyright update script. 7 years ago
compat_rust.c f8ef7c65d1 Add some Rust utility functions and print support 6 years ago
compat_rust.h f8ef7c65d1 Add some Rust utility functions and print support 6 years ago
compat_threads.c 71c8974af0 Fix coverity cid 1405509 7 years ago
compat_threads.h 4266ec766a Use atomic counters for compressor allocation. 7 years ago
compat_time.c 7505f452c8 Run the copyright update script. 7 years ago
compat_time.h 7505f452c8 Run the copyright update script. 7 years ago
compat_winthreads.c 7505f452c8 Run the copyright update script. 7 years ago
compress.c 8d6940814a Better error handling when trying to compress/decompress into empty buffer. 6 years ago
compress.h 77511aed6c Fix whitespace issue. 6 years ago
compress_lzma.c 7465ea4ad9 Remove some LCOV_EXCL stuff that I think may be testable after all. 6 years ago
compress_lzma.h 49868340f7 Merge branch 'unified_compress_squashed' 7 years ago
compress_none.c 25edb41e6f Fix compress_none.c header comment 6 years ago
compress_none.h 1bc21111d8 Treat the identity transformation as another kind of compression. 7 years ago
compress_zlib.c 7a37cbbea3 Whitespace fixes. 7 years ago
compress_zlib.h 49868340f7 Merge branch 'unified_compress_squashed' 7 years ago
compress_zstd.c 427c2cc9e8 in zstd compression, fix 32 bit build 6 years ago
compress_zstd.h 49868340f7 Merge branch 'unified_compress_squashed' 7 years ago
confline.c 72832086e2 Use a single free-and-exit strategy in config_process_include. 6 years ago
confline.h ba3a5f82f1 Add support for %include funcionality on torrc #1922 6 years ago
container.c 7505f452c8 Run the copyright update script. 7 years ago
container.h 7505f452c8 Run the copyright update script. 7 years ago
crypto.c ee48eb1eb5 Merge branch 'maint-0.3.0' into maint-0.3.1 6 years ago
crypto.h e7506c03cf Isolate dmalloc/openssl bridge code to crypto.c 7 years ago
crypto_curve25519.c 7505f452c8 Run the copyright update script. 7 years ago
crypto_curve25519.h 7505f452c8 Run the copyright update script. 7 years ago
crypto_ed25519.c 3fc4f81de3 Make crypto_ed25519.c no longer depend on openssl 7 years ago
crypto_ed25519.h 7505f452c8 Run the copyright update script. 7 years ago
crypto_format.c 7505f452c8 Run the copyright update script. 7 years ago
crypto_format.h 7505f452c8 Run the copyright update script. 7 years ago
crypto_pwbox.c 7505f452c8 Run the copyright update script. 7 years ago
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 9 years ago
crypto_s2k.c 7505f452c8 Run the copyright update script. 7 years ago
crypto_s2k.h 7505f452c8 Run the copyright update script. 7 years ago
di_ops.c 7505f452c8 Run the copyright update script. 7 years ago
di_ops.h 7505f452c8 Run the copyright update script. 7 years ago
handles.h 7505f452c8 Run the copyright update script. 7 years ago
include.am 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 10 years ago
log.c 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
memarea.c 7505f452c8 Run the copyright update script. 7 years ago
memarea.h 7505f452c8 Run the copyright update script. 7 years ago
procmon.c 7505f452c8 Run the copyright update script. 7 years ago
procmon.h 7505f452c8 Run the copyright update script. 7 years ago
pubsub.c 7505f452c8 Run the copyright update script. 7 years ago
pubsub.h 7505f452c8 Run the copyright update script. 7 years ago
sandbox.c b2c4d4e7fa Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
sandbox.h 7505f452c8 Run the copyright update script. 7 years ago
storagedir.c cabcb752d7 In storagedir, take more care with errno on empty or mislabeled file 6 years ago
storagedir.h 7a0964279f Functionality to ensure there is space to add files to cache. 7 years ago
testsupport.h 7505f452c8 Run the copyright update script. 7 years ago
timers.c 72ea4a8f08 Extract the important parts of the run-pending-timers function. 6 years ago
timers.h 72ea4a8f08 Extract the important parts of the run-pending-timers function. 6 years ago
torint.h 7505f452c8 Run the copyright update script. 7 years ago
torlog.h 2bcd264a28 Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
tortls.c 86583ad78e Merge branch 'maint-0.2.9' into maint-0.3.1 6 years ago
tortls.h e3b1573be6 Merge branch 'maint-0.3.0' 6 years ago
util.c d068f3359f Merge branch 'maint-0.3.0' into maint-0.3.1 6 years ago
util.h ba3a5f82f1 Add support for %include funcionality on torrc #1922 6 years ago
util_bug.c 7505f452c8 Run the copyright update script. 7 years ago
util_bug.h 431c8d09ee Merge branch 'maint-0.3.0' into maint-0.3.1 6 years ago
util_format.c 2b38bb28b4 Remove base64_decode_nopad() 7 years ago
util_format.h e04da2828d Fixed error on BASEXX_NOPAD LEN and BUFSIZE macros #21872 6 years ago
util_process.c 7505f452c8 Run the copyright update script. 7 years ago
util_process.h 7505f452c8 Run the copyright update script. 7 years ago
workqueue.c af3079a492 Try to work around a compile warning in workqueue.c 6 years ago
workqueue.h 10e0bff4ca Add support for multi-priority workqueues 6 years ago