tor/src/common
Nick Mathewson 0694263b75 Make round_to_next_multiple_of always round upwards.
Yes, even if it has to return a non-multiple.  This prevents us from
ever having a bug where we try to use it for allocation, and under-allocate.
2015-11-12 11:32:14 -05:00
..
address.c Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
address.h Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
aes.c Initialize two variables 2015-03-21 02:00:17 +01:00
aes.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
backtrace.c Merge remote-tracking branch 'public/bug14988_025' 2015-02-23 11:33:07 -05:00
backtrace.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
ciphers.inc Update ciphers.inc to match ff28 2014-04-08 11:42:07 -04:00
compat_libevent.c Remove workarounds for Libevent < 1.3. 2015-03-12 16:59:05 -04:00
compat_libevent.h Remove workarounds for Libevent < 1.3. 2015-03-12 16:59:05 -04:00
compat_pthreads.c const-ify the new failure vars, and one old one 2015-03-13 09:41:49 -04:00
compat_threads.c Fix: check r < 0 before checking errno 2015-01-30 15:18:40 -05:00
compat_threads.h Fix check-spaces 2015-01-14 11:19:35 -05:00
compat_winthreads.c Fix check-spaces 2015-01-14 11:19:35 -05:00
compat.c Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
compat.h Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
container.c More documentation for proposal 227 work 2015-01-10 15:44:32 -05:00
container.h Fix check-spaces 2015-03-10 10:10:35 -04:00
crypto_curve25519.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_curve25519.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_ed25519.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_ed25519.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_format.c Use a custom Base64 encoder with more control over the output format. 2015-04-23 09:06:58 -04:00
crypto_pwbox.c Silence spurious clang warnings 2014-10-30 22:34:46 +11:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_s2k.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto.c Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. 2015-04-28 10:19:08 -04:00
crypto.h Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. 2015-04-28 10:19:08 -04:00
di_ops.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
di_ops.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
include.am Drop support for --digests 2015-04-01 09:54:20 -04:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Merge remote-tracking branch 'public/bug15269' 2015-03-24 14:59:09 -04:00
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
memarea.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
memarea.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
sandbox.c Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6 2015-03-04 12:19:28 +01:00
sandbox.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
testsupport.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torgzip.c Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torgzip.h Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torint.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torlog.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
tortls.c Fix some conversion problems 2015-04-23 09:16:42 -04:00
tortls.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util_process.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util_process.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util.c Make round_to_next_multiple_of always round upwards. 2015-11-12 11:32:14 -05:00
util.h Add an util function to cast double to int64_t 2015-05-06 18:05:16 +10:00
workqueue.c Check thread count for negative; realloc->reallocarray 2015-02-17 08:46:11 -05:00
workqueue.h Update workqueue implementation to use a single queue for the work 2015-01-15 11:05:22 -05:00