Deepesh Pathak ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
..
Makefile.nmake 300ac49685 Add `compress_zlib.obj` to `src/common/Makefile.nmake`. il y a 7 ans
address.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
address.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
aes.c 13a2acba3c Merge remote-tracking branch 'ffmancera/bug24658-openssl' il y a 6 ans
aes.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
backtrace.c c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
backtrace.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
buffers.c 5ee0cccd49 Merge branch 'macro_free_v2_squashed' il y a 6 ans
buffers.h 5ee0cccd49 Merge branch 'macro_free_v2_squashed' il y a 6 ans
buffers_tls.c b0ddaac074 Make some assertions nonfatal to help prevent bug23690 recurrence. il y a 6 ans
buffers_tls.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
ciphers.inc 4f1dc34e36 Regenerate ciphers.inc il y a 7 ans
compat.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
compat.h 77026f8a87 Merge branch 'bug22798_029_squashed' il y a 6 ans
compat_libevent.c e7907f15f9 Don't call Libevent's event_base_free() on NULL. il y a 6 ans
compat_libevent.h 322abc030e On exit, free the event_base and set its pointer to NULL. il y a 6 ans
compat_openssl.h ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
compat_pthreads.c c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
compat_threads.c 5ee0cccd49 Merge branch 'macro_free_v2_squashed' il y a 6 ans
compat_threads.h 5ee0cccd49 Merge branch 'macro_free_v2_squashed' il y a 6 ans
compat_time.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
compat_time.h dd6dec2665 Add a function to add msec to a monotime. il y a 6 ans
compat_winthreads.c 35746a9ee7 Comment-only change: annotate exit() calls. il y a 6 ans
compress.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
compress.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
compress_lzma.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
compress_lzma.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
compress_none.c 25edb41e6f Fix compress_none.c header comment il y a 7 ans
compress_none.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
compress_zlib.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
compress_zlib.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
compress_zstd.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
compress_zstd.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
confline.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
confline.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
container.c fa0d24286b Convert remaining function (mostly static) to new free style il y a 6 ans
container.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
crypto.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
crypto.h 54783b4c22 Refactor crypto.[ch] into smaller RSA module. il y a 6 ans
crypto_curve25519.c a64d79ca4c Move around some LCOV_EXCLs in src/common il y a 6 ans
crypto_curve25519.h 5cd74b4884 Add crypto_openssl_mgt.[ch] for compiling dependencies. il y a 6 ans
crypto_ed25519.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
crypto_ed25519.h 17dcce3fe1 Fix wide lines introduced by previous patch. il y a 6 ans
crypto_format.c 7505f452c8 Run the copyright update script. il y a 7 ans
crypto_format.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
crypto_openssl_mgt.c 37f26aa470 Add missing static keywords il y a 6 ans
crypto_openssl_mgt.h f2fca51976 Move the openssl namespace back into .c files. il y a 6 ans
crypto_pwbox.c a64d79ca4c Move around some LCOV_EXCLs in src/common il y a 6 ans
crypto_pwbox.h fa78546dbc Make sure all C files have copyright/license notices il y a 6 ans
crypto_rsa.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
crypto_rsa.h 3812319bb1 Tweaks into functions and variables in crypto_rsa.[ch] il y a 6 ans
crypto_s2k.c a64d79ca4c Move around some LCOV_EXCLs in src/common il y a 6 ans
crypto_s2k.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
di_ops.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
di_ops.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
handles.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
include.am bdaf7ebc26 Add crypto_rsa.[ch] to include.am il y a 6 ans
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen il y a 10 ans
log.c cd81403cc0 Merge branch 'ticket24902_029_05' into ticket24902_033_02 il y a 6 ans
memarea.c 58e8094816 Fix compilation with --disable-memory-sentinels il y a 6 ans
memarea.h c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
procmon.c c92ac9f5cb Convert the rest of src/common's headers to use FREE_AND_NULL il y a 6 ans
procmon.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
pubsub.c 7505f452c8 Run the copyright update script. il y a 7 ans
pubsub.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
sandbox.c ea8e9f17f5 Revert "Change the sandbox behavior on all failed opens() to EACCES" il y a 6 ans
sandbox.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
storagedir.c 5ee0cccd49 Merge branch 'macro_free_v2_squashed' il y a 6 ans
storagedir.h 17dcce3fe1 Fix wide lines introduced by previous patch. il y a 6 ans
testsupport.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
timers.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
timers.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. il y a 6 ans
torint.h 06368e5310 Fix minGW compatibility issue with zu format specifier. il y a 6 ans
torlog.h cd81403cc0 Merge branch 'ticket24902_029_05' into ticket24902_033_02 il y a 6 ans
tortls.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
tortls.h 17dcce3fe1 Fix wide lines introduced by previous patch. il y a 6 ans
util.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 il y a 6 ans
util.h 519fa1a3e6 Document the alignment limitation of tor_free() il y a 6 ans
util_bug.c c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
util_bug.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
util_format.c a64d79ca4c Move around some LCOV_EXCLs in src/common il y a 6 ans
util_format.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
util_process.c c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
util_process.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans
workqueue.c fa0d24286b Convert remaining function (mostly static) to new free style il y a 6 ans
workqueue.h c1deabd3b0 Run our #else/#endif annotator on our source code. il y a 6 ans