tor/src/feature/relay
Nick Mathewson 7fc077ed25 Add stub directory-level documentation for most source directories
This includes app, core, feature, lib, and tools, but excludes
ext, test, and trunnel.

This was generated by the following shell script:

cd src
for dname in $(find lib core feature app tools -type d |grep -v \\.deps$); do
    keyword="$(echo "$dname" |sed -e "s/\//_/" )"
    target="${dname}/${keyword}.dox"
    echo "$target"
    cat <<EOF >"$target"
/**
@dir ${dname}
@brief ${dname}
**/
EOF

    git add "$target"
done
2019-11-04 07:40:14 -05:00
..
dns_structs.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
dns.c Run "make autostyle." 2019-06-05 09:33:35 -04:00
dns.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
ext_orport.c Split all controller events code into a new control_events.c 2019-03-25 12:11:59 -04:00
ext_orport.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
feature_relay.dox Add stub directory-level documentation for most source directories 2019-11-04 07:40:14 -05:00
onion_queue.c Add an assertion to num_ntors_per_tap(). 2019-04-11 18:44:10 -04:00
onion_queue.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
relay_periodic.c Re-run make autostyle. 2019-10-22 09:40:31 -04:00
relay_periodic.h Move "relay" and "router" periodic callbacks out of mainloop.c 2019-05-06 16:35:39 -04:00
relay_sys.c Move "relay" and "router" periodic callbacks out of mainloop.c 2019-05-06 16:35:39 -04:00
relay_sys.h Create a relay subsystem and move the shutdown functions there 2019-05-06 16:25:09 -04:00
router.c Re-run make autostyle. 2019-10-22 09:40:31 -04:00
router.h relay: Silence compiler warnings when relay mode is disabled 2019-10-20 19:26:55 +10:00
routerkeys.c Merge remote-tracking branch 'tor-github/pr/937' into maint-0.3.5 2019-08-12 09:42:15 +10:00
routerkeys.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
routermode.c doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
routermode.h Re-run make autostyle. 2019-10-22 09:40:31 -04:00
selftest.c Move "relay" and "router" periodic callbacks out of mainloop.c 2019-05-06 16:35:39 -04:00
selftest.h Run "make autostyle." 2019-06-05 09:33:35 -04:00