tor/src/common
Alexander Færøy 6b5172bcf2
Expose tor_compress_memory_level() as a public function in the compression module.
This patch makes the internal `get_memlevel()` a part of the public
compression API as `tor_compress_memory_level()`.

See https://bugs.torproject.org/21663
2017-04-18 02:23:25 +02:00
..
address.c Run the copyright update script. 2017-03-15 16:13:17 -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 Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat_libevent.h Run the copyright update script. 2017-03-15 16:13:17 -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_threads.c Now, resolve a new 64-bit warning in compat_threads.c 2017-03-16 15:34:57 -04:00
compat_threads.h Run the copyright update script. 2017-03-15 16:13:17 -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 Run the copyright update script. 2017-03-15 16:13:17 -04:00
compat.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
confline.c Explain config_line_find() behavior on duplicates. 2017-04-06 11:48:41 -04:00
confline.h Move config line parsing function to confline.c 2017-04-04 11:11:01 -04: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 Merge branch 'ticket21842_squashed' 2017-04-07 13:21:15 -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 Move config_line_t functions from confparse.c into common. 2017-04-04 11:11:01 -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 Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -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 Run the copyright update script. 2017-03-15 16:13:17 -04:00
sandbox.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
storagedir.c Add some "labeled storagedir" abstractions. 2017-04-06 11:48:40 -04:00
storagedir.h Add some "labeled storagedir" abstractions. 2017-04-06 11:48:40 -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
torgzip.c Expose tor_compress_memory_level() as a public function in the compression module. 2017-04-18 02:23:25 +02:00
torgzip.h Expose tor_compress_memory_level() as a public function in the compression module. 2017-04-18 02:23:25 +02: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 Move "change cert expiration and re-sign" fn into tortls.c 2017-03-31 10:04:45 -04:00
tortls.h Move "change cert expiration and re-sign" fn into tortls.c 2017-03-31 10:04:45 -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 Remove base64_decode_nopad() 2017-04-07 18:18:23 -04: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 Move config line parsing function to confline.c 2017-04-04 11:11:01 -04:00
util.h Make CEIL_DIV() slightly more overflow-safe 2017-04-06 13:54:46 -04:00
workqueue.c Correctly handle fd-drain errors on windows workqueues 2017-03-15 12:16:17 -04:00
workqueue.h Run the copyright update script. 2017-03-15 16:13:17 -04:00