]> git.ipfire.org Git - thirdparty/tor.git/commit
Replace nearly all XXX0vv comments with smarter ones
authorNick Mathewson <nickm@torproject.org>
Mon, 30 May 2016 20:18:16 +0000 (16:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 30 May 2016 20:18:16 +0000 (16:18 -0400)
commit4f1a04ff9c74456c03ac67adb7ae780e4e77c71e
treea7dde276330e86e166945af726d1e4d325f18a67
parentce31db4326599c3f86307fca5286349150cb871e
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.
30 files changed:
src/common/address.c
src/common/compat.c
src/common/procmon.c
src/ext/eventdns.c
src/or/buffers.c
src/or/circpathbias.c
src/or/circuitbuild.c
src/or/circuituse.c
src/or/config.c
src/or/config.h
src/or/connection.c
src/or/connection_edge.c
src/or/connection_or.c
src/or/control.c
src/or/directory.c
src/or/dirserv.c
src/or/dirvote.c
src/or/entrynodes.c
src/or/main.c
src/or/microdesc.c
src/or/networkstatus.c
src/or/onion.c
src/or/or.h
src/or/rendclient.c
src/or/rephist.c
src/or/router.c
src/or/routerlist.c
src/or/routerparse.c
src/or/transports.c
src/test/test_dir.c