tor/src/feature/rend
Nick Mathewson 8b91680d5c Doxygen: rename all .dox files to end with .md
Using a standard ending here will let other tools that expect
markdown understand our output here.

This commit was automatically generated with:

   for fn in $(find src -name '*.dox'); do \
      git mv "$fn" "${fn%.dox}.md"; \
   done
2019-11-15 09:28:12 -05:00
..
feature_rend.md Doxygen: rename all .dox files to end with .md 2019-11-15 09:28:12 -05:00
rend_authorized_client_st.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
rend_encoded_v2_service_descriptor_st.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
rend_intro_point_st.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
rend_service_descriptor_st.h doxygen: add @file declarations for src/feature/ 2019-10-26 12:05:28 -04:00
rendcache.c hs-v2: Lookup intro failure cache when picking an intro from descriptor 2019-10-30 08:47:21 -04:00
rendcache.h hs-v2: Lookup intro failure cache when picking an intro from descriptor 2019-10-30 08:47:21 -04:00
rendclient.c hs-v2: Fix memory leak in error code path 2019-11-05 08:24:46 -05:00
rendclient.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
rendcommon.c Space out the arguments to the cell functions in rend_process_relay_cell() 2019-08-30 18:58:00 -04:00
rendcommon.h Revert "hs: Implement a helper to repurpose a circuit" 2019-06-05 11:38:01 -07:00
rendmid.c Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_merged 2019-09-09 11:10:53 -04:00
rendmid.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
rendparse.c Merge branch 'tor-github/pr/611' 2019-02-26 12:33:23 +02:00
rendparse.h Doxygen: Fix mismatched filenames. 2019-10-16 08:18:26 -04:00
rendservice.c fix easy typos 2019-10-20 05:52:32 -04:00
rendservice.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00