Age | Commit message (Collapse) | Author |
|
If a file doesn't use the file command (either \file or @file),
Doxygen won't try to process it.
|
|
|
|
Coccinelle doesn't understand the particular pattern of token
pasting we have going on here.
|
|
For various reasons, this was a nontrivial movement. There are
several places in the code where we do something like "update the
flags on this routerstatus or node if we're an authority", and at
least one where we pretended to be an authority when we weren't.
|
|
When we tell the periodic event manager about an event, we are
"registering" that event. The event sits around without being
usable, however, until we "connect" the event to libevent. In the
end, we "disconnect" the event and remove its libevent parts.
Previously, we called these operations "add", "setup", and
"destroy", which led to confusion.
|
|
Closes ticket 30294.
|