tor/src/common
2017-06-05 15:52:06 -04:00
..
address.c Cleanup MOCK_IMPL (etc) to be findable with etags 2017-05-26 14:07:06 -04:00
address.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
aes.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
aes.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
backtrace.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
backtrace.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
ciphers.inc Regenerate ciphers.inc 2017-01-24 15:05:35 -05:00
compat_libevent.c In channelpadding tests that touch libevent, call event_reinit(). 2017-05-10 11:01:13 -04:00
compat_libevent.h In channelpadding tests that touch libevent, call event_reinit(). 2017-05-10 11:01:13 -04:00
compat_openssl.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat_pthreads.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat_rust.c Add some Rust utility functions and print support 2017-05-19 08:47:10 -04:00
compat_rust.h Add some Rust utility functions and print support 2017-05-19 08:47:10 -04:00
compat_threads.c Fix coverity cid 1405509 2017-04-26 08:48:24 +02:00
compat_threads.h Use atomic counters for compressor allocation. 2017-04-25 10:29:07 -04:00
compat_time.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat_time.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat_winthreads.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat.c Cleanup MOCK_IMPL (etc) to be findable with etags 2017-05-26 14:07:06 -04:00
compat.h fix two typos in comments 2017-05-22 01:43:52 -04:00
compress_lzma.c Enforce 16 MB upper bound of memory usage in LZMA decoder. 2017-04-27 20:09:20 +02:00
compress_lzma.h Merge branch 'unified_compress_squashed' 2017-04-25 10:51:13 -04:00
compress_none.c Treat the identity transformation as another kind of compression. 2017-05-02 08:31:32 -04:00
compress_none.h Treat the identity transformation as another kind of compression. 2017-05-02 08:31:32 -04:00
compress_zlib.c Whitespace fixes. 2017-04-25 10:54:34 -04:00
compress_zlib.h Merge branch 'unified_compress_squashed' 2017-04-25 10:51:13 -04:00
compress_zstd.c Fix handling of "final" flag in zstd decompression 2017-04-27 10:42:05 -04:00
compress_zstd.h Merge branch 'unified_compress_squashed' 2017-04-25 10:51:13 -04:00
compress.c Add API for getting human readable descriptions of a compress_method_t 2017-05-12 17:18:45 +02:00
compress.h Add API for getting human readable descriptions of a compress_method_t 2017-05-12 17:18:45 +02:00
confline.c Replace 3-star pointer with 2-star pointer 2017-05-28 20:24:48 +01:00
confline.h Add support for %include funcionality on torrc #1922 2017-05-18 23:44:16 +01:00
container.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
container.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_curve25519.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_curve25519.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_ed25519.c Make crypto_ed25519.c no longer depend on openssl 2017-03-31 10:04:44 -04:00
crypto_ed25519.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_format.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_format.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_pwbox.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto_s2k.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
crypto.c Cleanup MOCK_IMPL (etc) to be findable with etags 2017-05-26 14:07:06 -04:00
crypto.h Isolate dmalloc/openssl bridge code to crypto.c 2017-03-31 10:04:44 -04:00
di_ops.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
di_ops.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
handles.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
include.am Merge branch 'add_rust_squashed' 2017-05-19 08:47:18 -04:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Merge branch 'prop140_21643_diff_only_squashed' 2017-03-16 14:58:43 -04:00
Makefile.nmake Add compress_zlib.obj to src/common/Makefile.nmake. 2017-04-25 08:06:01 -04:00
memarea.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
memarea.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
procmon.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
procmon.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
pubsub.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
pubsub.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
sandbox.c Merge branch 'maint-0.3.0' 2017-05-08 13:40:41 -04:00
sandbox.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
storagedir.c If we do underflow the know usage of a storage, recalculate it 2017-05-28 22:34:43 +10:00
storagedir.h Functionality to ensure there is space to add files to cache. 2017-04-27 21:40:13 -04:00
testsupport.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
timers.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
timers.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
torint.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
torlog.h Merge branch 'prop140_21643_diff_only_squashed' 2017-03-16 14:58:43 -04:00
tortls.c Merge branch 'maint-0.3.0' 2017-06-05 15:52:06 -04:00
tortls.h Merge branch 'maint-0.3.0' 2017-06-05 15:52:06 -04:00
util_bug.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
util_bug.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
util_format.c Remove base64_decode_nopad() 2017-04-07 18:18:23 -04:00
util_format.h Fixed error on BASEXX_NOPAD LEN and BUFSIZE macros #21872 2017-05-17 00:22:11 +01:00
util_process.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
util_process.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
util.c Fix comments of functions that return tor_snprintf 2017-05-23 18:44:45 +10:00
util.h Add support for %include funcionality on torrc #1922 2017-05-18 23:44:16 +01:00
workqueue.c Correctly handle fd-drain errors on windows workqueues 2017-03-15 12:16:17 -04:00
workqueue.h Expand cpuworker API to allow other work types 2017-04-15 11:21:33 -04:00