tor/src/common
Nick Mathewson 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones
So, back long ago, XXX012 meant, "before Tor 0.1.2 is released, we
had better revisit this comment and fix it!"

But we have a huge pile of such comments accumulated for a large
number of released versions!  Not cool.

So, here's what I tried to do:

  * 0.2.9 and 0.2.8 are retained, since those are not yet released.

  * XXX+ or XXX++ or XXX++++ or whatever means, "This one looks
    quite important!"

  * The others, after one-by-one examination, are downgraded to
    plain old XXX.  Which doesn't mean they aren't a problem -- just
    that they cannot possibly be a release-blocking problem.
2016-05-30 16:18:16 -04:00
..
address.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
address.h Rename tor_dup_addr to tor_addr_to_str_dup. 2016-03-28 16:36:51 -04:00
aes.c Update the copyright year. 2016-02-27 18:48:19 +01:00
aes.h Update the copyright year. 2016-02-27 18:48:19 +01:00
backtrace.c clean/extend some module docs, including fix from #18403 2016-02-28 17:57:47 +01:00
backtrace.h Update the copyright year. 2016-02-27 18:48:19 +01:00
ciphers.inc Update ciphers.inc to match ff28 2014-04-08 11:42:07 -04:00
compat_libevent.c Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_libevent.h Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_openssl.h Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_pthreads.c Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_threads.c Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_threads.h Update the copyright year. 2016-02-27 18:48:19 +01:00
compat_winthreads.c Update the copyright year. 2016-02-27 18:48:19 +01:00
compat.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
compat.h Fix a comment typo in compat.h 2016-04-05 13:45:37 +10:00
container.c Update the copyright year. 2016-02-27 18:48:19 +01:00
container.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_curve25519.c Mark unreachable lines in crypto_curve25519.c 2016-05-16 08:25:53 -04:00
crypto_curve25519.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_ed25519.c Use calloc, not malloc(a*b), in ed25519 batch signature check fn 2016-05-25 08:59:08 -04:00
crypto_ed25519.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_format.c Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_format.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto_pwbox.c Mark three lines unreachable, with extensive docs and use of BUG macros 2016-05-16 08:25:53 -04:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Merge branch 'maint-0.2.8' 2016-05-25 10:21:15 -04:00
crypto_s2k.h Update the copyright year. 2016-02-27 18:48:19 +01:00
crypto.c Merge branch 'maint-0.2.8' 2016-05-25 09:27:47 -04:00
crypto.h Expose crypto_digest_algorithm_get_length from crypto.c 2016-05-23 10:58:27 -04:00
di_ops.c Move the ctime part of choose_array_element_by_weight into di_ops 2016-05-12 11:21:28 -04:00
di_ops.h Move the ctime part of choose_array_element_by_weight into di_ops 2016-05-12 11:21:28 -04:00
handles.h Basic 'handle' implementation and tests. 2016-04-19 14:07:43 -04:00
include.am Include __mulodi4 in libor_ctime when it fixes clang -m32 -ftrapv 2016-05-18 09:50:38 -04:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Update the copyright year. 2016-02-27 18:48:19 +01:00
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
memarea.c Merge branch 'maint-0.2.8' 2016-05-25 09:27:47 -04:00
memarea.h Update the copyright year. 2016-02-27 18:48:19 +01:00
procmon.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
procmon.h Update the copyright year. 2016-02-27 18:48:19 +01:00
pubsub.c Fix bad allocation in pubsub.c 2016-05-12 09:56:42 -04:00
pubsub.h Basic work on a publish/subscribe abstraction 2016-05-11 13:25:11 -04:00
sandbox.c Do not treat "DOCDOC" as doxygen. 2016-03-26 10:11:45 -04:00
sandbox.h Do not treat "DOCDOC" as doxygen. 2016-03-26 10:11:45 -04:00
testsupport.h Update the copyright year. 2016-02-27 18:48:19 +01:00
timers.c Test coverage for timers. 2016-05-09 14:04:54 -04:00
timers.h Add wrappers to tie the new timeouts into libevent. 2016-05-09 14:04:06 -04:00
torgzip.c Update the copyright year. 2016-02-27 18:48:19 +01:00
torgzip.h Update the copyright year. 2016-02-27 18:48:19 +01:00
torint.h Update the copyright year. 2016-02-27 18:48:19 +01:00
torlog.h Update the copyright year. 2016-02-27 18:48:19 +01:00
tortls.c OpenSSL 1.1.0-pre5-dev and later made BIO opaque. 2016-04-05 10:03:24 -04:00
tortls.h Update the copyright year. 2016-02-27 18:48:19 +01:00
util_bug.c Add a BUG macro for usage in if checks. 2016-04-14 16:25:06 -04:00
util_bug.h Add branch prediction to util_bug.h, and fix a bug. 2016-04-15 09:12:03 -04:00
util_format.c Update the copyright year. 2016-02-27 18:48:19 +01:00
util_format.h Update the copyright year. 2016-02-27 18:48:19 +01:00
util_process.c Update the copyright year. 2016-02-27 18:48:19 +01:00
util_process.h Update the copyright year. 2016-02-27 18:48:19 +01:00
util.c Remove round_int64_to_next_multiple_of: It is now unused. 2016-05-19 21:21:24 -04:00
util.h Remove round_int64_to_next_multiple_of: It is now unused. 2016-05-19 21:21:24 -04:00
workqueue.c Add a brief file-level description for everything in src/common 2016-02-27 18:19:57 +01:00
workqueue.h Update the copyright year. 2016-02-27 18:48:19 +01:00