tor/src/or
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
..
addressmap.c Update the copyright year. 2016-02-27 18:48:19 +01:00
addressmap.h Update the copyright year. 2016-02-27 18:48:19 +01:00
buffers.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
buffers.h Update the copyright year. 2016-02-27 18:48:19 +01:00
channel.c Rename tor_dup_addr to tor_addr_to_str_dup. 2016-03-28 16:36:51 -04:00
channel.h Don't declare "incoming_queue" in every file including channel.h 2016-03-29 13:55:14 -04:00
channeltls.c Rename tor_dup_addr to tor_addr_to_str_dup. 2016-03-28 16:36:51 -04:00
channeltls.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circpathbias.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
circpathbias.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitbuild.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
circuitbuild.h Merge remote-tracking branch 'teor/bug8976_01_028' 2016-03-11 11:11:38 -05:00
circuitlist.c Fix my dumb unreleased bug in 18673 2016-03-28 20:09:09 -04:00
circuitlist.h Fix memory leak in TestingEnableCellStatsEvent 2016-03-28 11:12:15 -04:00
circuitmux_ewma.c Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitmux_ewma.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitmux.c Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitmux.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitstats.c Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitstats.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circuituse.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
circuituse.h Update the copyright year. 2016-02-27 18:48:19 +01:00
command.c Update the copyright year. 2016-02-27 18:48:19 +01:00
command.h Update the copyright year. 2016-02-27 18:48:19 +01:00
config.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
config.h Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
confparse.c Update the copyright year. 2016-02-27 18:48:19 +01:00
confparse.h Update the copyright year. 2016-02-27 18:48:19 +01:00
connection_edge.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
connection_edge.h Update the copyright year. 2016-02-27 18:48:19 +01:00
connection_or.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
connection_or.h Do not treat "DOCDOC" as doxygen. 2016-03-26 10:11:45 -04:00
connection.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
connection.h remove some more unused code 2016-05-09 14:42:09 -04:00
control.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
control.h Merge branch 'feature15588_squashed' 2016-05-09 14:41:36 -04:00
cpuworker.c Update the copyright year. 2016-02-27 18:48:19 +01:00
cpuworker.h Update the copyright year. 2016-02-27 18:48:19 +01:00
dircollate.c Whitespace fixes 2016-03-26 09:54:31 -04:00
dircollate.h Merge branch 'maint-0.2.7' 2016-03-21 13:26:04 -04:00
directory.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
directory.h avoid another redundant check 2016-05-09 14:41:54 -04:00
dirserv.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
dirserv.h We no longer generate v0 directories. Remove the code to do so 2016-05-30 16:05:37 -04:00
dirvote.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
dirvote.h Merge branch 'maint-0.2.7' 2016-03-21 13:26:04 -04:00
dns_structs.h Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 2015-08-23 16:02:39 +03:00
dns.c Update the copyright year. 2016-02-27 18:48:19 +01:00
dns.h Update the copyright year. 2016-02-27 18:48:19 +01:00
dnsserv.c Merge branch 'maint-0.2.8' 2016-05-04 14:47:13 -04:00
dnsserv.h Update the copyright year. 2016-02-27 18:48:19 +01:00
entrynodes.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
entrynodes.h Always allow OR connections to bridges on private addresses 2016-03-24 10:13:58 -04:00
eventdns_tor.h Update the copyright year. 2016-02-27 18:48:19 +01:00
ext_orport.c Rename tor_dup_addr to tor_addr_to_str_dup. 2016-03-28 16:36:51 -04:00
ext_orport.h Update the copyright year. 2016-02-27 18:48:19 +01:00
fallback_dirs.inc April 2016 fallbacks for 0.2.8-rc 2016-04-26 19:26:22 -04:00
fp_pair.c Update the copyright year. 2016-02-27 18:48:19 +01:00
fp_pair.h Update the copyright year. 2016-02-27 18:48:19 +01:00
geoip.c Update the copyright year. 2016-02-27 18:48:19 +01:00
geoip.h Update the copyright year. 2016-02-27 18:48:19 +01:00
hibernate.c Issue a STATUS_SERVER event on meaningful hibernation state changes. 2016-03-30 20:19:11 +00:00
hibernate.h Update the copyright year. 2016-02-27 18:48:19 +01:00
include.am Add -ftrapv to gcc-hardening ... mostly! 2016-05-12 11:21:28 -04:00
keypin.c Update the copyright year. 2016-02-27 18:48:19 +01:00
keypin.h Update the copyright year. 2016-02-27 18:48:19 +01:00
main.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
main.h Update the copyright year. 2016-02-27 18:48:19 +01:00
Makefile.nmake Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 2014-09-30 22:48:24 -07:00
microdesc.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
microdesc.h Add unit tests for networkstatus_consensus_is_bootstrapping 2016-05-19 07:58:41 -04:00
networkstatus.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
networkstatus.h Merge branch 'maint-0.2.8' 2016-05-19 08:25:12 -04:00
nodelist.c Update the copyright year. 2016-02-27 18:48:19 +01:00
nodelist.h Update the copyright year. 2016-02-27 18:48:19 +01:00
ntmain.c Update the copyright year. 2016-02-27 18:48:19 +01:00
ntmain.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_fast.c Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_fast.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_ntor.c Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_ntor.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_tap.c Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_tap.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
onion.h Update the copyright year. 2016-02-27 18:48:19 +01:00
or.h Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
periodic.c quiet debug logs from periodic_event_dispatch() 2016-04-05 23:13:55 -04:00
periodic.h Update the copyright year. 2016-02-27 18:48:19 +01:00
policies.c Add new tor_assert_nonfatal*() macros. 2016-04-14 16:24:28 -04:00
policies.h Update the copyright year. 2016-02-27 18:48:19 +01:00
reasons.c Update the copyright year. 2016-02-27 18:48:19 +01:00
reasons.h Update the copyright year. 2016-02-27 18:48:19 +01:00
relay.c Do not treat "DOCDOC" as doxygen. 2016-03-26 10:11:45 -04:00
relay.h Update the copyright year. 2016-02-27 18:48:19 +01:00
rendcache.c Do not treat "DOCDOC" as doxygen. 2016-03-26 10:11:45 -04:00
rendcache.h simplify rend_cache_store_status_t back to a boolean 2016-03-11 10:49:57 -05:00
rendclient.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
rendclient.h Update the copyright year. 2016-02-27 18:48:19 +01:00
rendcommon.c Merge branch 'feature15588_squashed' 2016-05-09 14:41:36 -04:00
rendcommon.h Merge branch 'feature15588_squashed' 2016-05-09 14:41:36 -04:00
rendmid.c Stop being so strict about the payload length of "rendezvous1" cells 2016-05-09 20:34:27 -04:00
rendmid.h Update the copyright year. 2016-02-27 18:48:19 +01:00
rendservice.c Merge branch 'maint-0.2.8' 2016-05-11 12:36:55 -04:00
rendservice.h Merge branch 'feature15588_squashed' 2016-05-09 14:41:36 -04:00
rephist.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
rephist.h Update the copyright year. 2016-02-27 18:48:19 +01:00
replaycache.c Update the copyright year. 2016-02-27 18:48:19 +01:00
replaycache.h Update the copyright year. 2016-02-27 18:48:19 +01:00
router.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
router.h touchups and refactorings on bug 18616 branch 2016-05-16 17:43:47 -04:00
routerkeys.c Merge branch 'bug18133_027' into maint-0.2.8 2016-04-01 08:17:56 -04:00
routerkeys.h Update the copyright year. 2016-02-27 18:48:19 +01:00
routerlist.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
routerlist.h Merge branch 'maint-0.2.8' 2016-05-17 19:48:49 -04:00
routerparse.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
routerparse.h Update the copyright year. 2016-02-27 18:48:19 +01:00
routerset.c Update the copyright year. 2016-02-27 18:48:19 +01:00
routerset.h Update the copyright year. 2016-02-27 18:48:19 +01:00
scheduler.c Update the copyright year. 2016-02-27 18:48:19 +01:00
scheduler.h Update the copyright year. 2016-02-27 18:48:19 +01:00
statefile.c Update the copyright year. 2016-02-27 18:48:19 +01:00
statefile.h Update the copyright year. 2016-02-27 18:48:19 +01:00
status.c Update the copyright year. 2016-02-27 18:48:19 +01:00
status.h Update the copyright year. 2016-02-27 18:48:19 +01:00
tor_main.c Update the copyright year. 2016-02-27 18:48:19 +01:00
torcert.c Fix all doxygen warnings (other than missing docs) 2016-03-26 09:53:12 -04:00
torcert.h Update the copyright year. 2016-02-27 18:48:19 +01:00
transports.c Replace nearly all XXX0vv comments with smarter ones 2016-05-30 16:18:16 -04:00
transports.h Update the copyright year. 2016-02-27 18:48:19 +01:00