tor/src/common
Nick Mathewson f48fb8a720 Merge branch 'maint-0.2.9' into maint-0.3.1 2018-05-24 09:40:06 -04:00
..
Makefile.nmake Add `compress_zlib.obj` to `src/common/Makefile.nmake`. 2017-04-25 08:06:01 -04:00
address.c Merge branch 'maint-0.2.9' into maint-0.3.1 2018-04-16 13:48:23 -04:00
address.h Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-16 09:48:11 -05:00
address_set.c Fix a typo in an address_set.c comment. 2018-02-12 11:14:34 -05:00
address_set.h Function to add an ipv4 address to an address_set 2018-02-08 14:38:14 -05: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 Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-10 16:09:00 -05:00
compat.c Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-11 16:51:56 -05:00
compat.h fix two typos in comments 2017-05-22 01:43:52 -04: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
compress.c Better error handling when trying to compress/decompress into empty buffer. 2017-09-28 20:17:41 +02:00
compress.h Fix whitespace issue. 2017-05-17 13:23:46 +00:00
compress_lzma.c Remove some LCOV_EXCL stuff that I think may be testable after all. 2017-08-08 10:08:06 -04:00
compress_lzma.h Merge branch 'unified_compress_squashed' 2017-04-25 10:51:13 -04:00
compress_none.c Fix compress_none.c header comment 2017-06-20 11:27:17 -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 in zstd compression, fix 32 bit build 2017-09-20 09:43:08 -04:00
compress_zstd.h Merge branch 'unified_compress_squashed' 2017-04-25 10:51:13 -04:00
confline.c Use a single free-and-exit strategy in config_process_include. 2017-08-08 20:08:43 -04: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.c Merge branch 'maint-0.2.9' into maint-0.3.1 2018-05-24 09:40:06 -04:00
crypto.h Isolate dmalloc/openssl bridge code to crypto.c 2017-03-31 10:04:44 -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
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 'maint-0.2.9' into maint-0.3.1 2018-02-16 09:48:11 -05:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-16 09:48:11 -05: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.2.9' into maint-0.3.1 2018-04-23 09:23:31 -04:00
sandbox.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
storagedir.c In storagedir, take more care with errno on empty or mislabeled file 2017-11-20 10:10:13 -05: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 Extract the important parts of the run-pending-timers function. 2017-09-11 13:48:39 -04:00
timers.h Extract the important parts of the run-pending-timers function. 2017-09-11 13:48:39 -04:00
torint.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
torlog.h Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-16 09:48:11 -05:00
tortls.c Merge branch 'maint-0.2.9' into maint-0.3.1 2018-02-10 16:09:00 -05:00
tortls.h Merge branch 'maint-0.3.0' 2017-06-05 15:52:06 -04:00
util.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-07-26 12:53:38 -04:00
util.h Add support for %include funcionality on torrc #1922 2017-05-18 23:44:16 +01:00
util_bug.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
util_bug.h Merge branch 'maint-0.3.0' into maint-0.3.1 2017-07-26 12:58:22 -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
workqueue.c Try to work around a compile warning in workqueue.c 2017-07-27 20:32:59 -04:00
workqueue.h Add support for multi-priority workqueues 2017-07-27 16:28:05 -04:00