Nick Mathewson 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
..
Makefile.nmake 300ac49685 Add `compress_zlib.obj` to `src/common/Makefile.nmake`. 7 år sedan
address.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
address.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
aes.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
aes.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
backtrace.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
backtrace.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
buffers.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
buffers.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
buffers_tls.c b0ddaac074 Make some assertions nonfatal to help prevent bug23690 recurrence. 6 år sedan
buffers_tls.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
ciphers.inc 4f1dc34e36 Regenerate ciphers.inc 7 år sedan
compat.c 4eb5753bd2 New function for Tor to treat itself as the "owner" of a socket 6 år sedan
compat.h 4eb5753bd2 New function for Tor to treat itself as the "owner" of a socket 6 år sedan
compat_libevent.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compat_libevent.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
compat_openssl.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
compat_pthreads.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
compat_threads.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compat_threads.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
compat_time.c 35746a9ee7 Comment-only change: annotate exit() calls. 6 år sedan
compat_time.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
compat_winthreads.c 35746a9ee7 Comment-only change: annotate exit() calls. 6 år sedan
compress.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compress.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
compress_lzma.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compress_lzma.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
compress_none.c 25edb41e6f Fix compress_none.c header comment 7 år sedan
compress_none.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
compress_zlib.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compress_zlib.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
compress_zstd.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
compress_zstd.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
confline.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
confline.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
container.c 94db8f32e4 Make all the free() functions from container.h clear their targets 6 år sedan
container.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
crypto.c 2f086888b1 Make all the crypto free() functions macros that clear their targets 6 år sedan
crypto.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
crypto_curve25519.c a64d79ca4c Move around some LCOV_EXCLs in src/common 6 år sedan
crypto_curve25519.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
crypto_ed25519.c 2f086888b1 Make all the crypto free() functions macros that clear their targets 6 år sedan
crypto_ed25519.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
crypto_format.c 7505f452c8 Run the copyright update script. 7 år sedan
crypto_format.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
crypto_pwbox.c a64d79ca4c Move around some LCOV_EXCLs in src/common 6 år sedan
crypto_pwbox.h fa78546dbc Make sure all C files have copyright/license notices 6 år sedan
crypto_s2k.c a64d79ca4c Move around some LCOV_EXCLs in src/common 6 år sedan
crypto_s2k.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
di_ops.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
di_ops.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
handles.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
include.am 91bca5c31b move to allocating c strings from rust 6 år sedan
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 10 år sedan
log.c 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
memarea.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
memarea.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
procmon.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
procmon.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
pubsub.c 7505f452c8 Run the copyright update script. 7 år sedan
pubsub.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
sandbox.c b76a161e01 Merge branch 'fix-torrcd-sandbox-22605v2' 6 år sedan
sandbox.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
storagedir.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
storagedir.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
testsupport.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
timers.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
timers.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
torint.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
torlog.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
tortls.c 2f086888b1 Make all the crypto free() functions macros that clear their targets 6 år sedan
tortls.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
util.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL 6 år sedan
util.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 år sedan
util_bug.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
util_bug.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
util_format.c a64d79ca4c Move around some LCOV_EXCLs in src/common 6 år sedan
util_format.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
util_process.c c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
util_process.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan
workqueue.c af3079a492 Try to work around a compile warning in workqueue.c 6 år sedan
workqueue.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 år sedan