Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sergi
Tor
Commits
b314b68d
Commit
b314b68d
authored
5 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Fix doxygen HTML warnings in src/feature.
parent
68f80860
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/feature/dircache/conscache.c
+1
-1
1 addition, 1 deletion
src/feature/dircache/conscache.c
src/feature/dircache/dircache.c
+2
-2
2 additions, 2 deletions
src/feature/dircache/dircache.c
with
3 additions
and
3 deletions
src/feature/dircache/conscache.c
+
1
−
1
View file @
b314b68d
...
...
@@ -251,7 +251,7 @@ consensus_cache_find_first(consensus_cache_t *cache,
}
/**
* Given a <b>cache</b>, add every entry to <b>out<b> for which
* Given a <b>cache</b>, add every entry to <b>out<
/
b> for which
* <b>key</b>=<b>value</b>. If <b>key</b> is NULL, add every entry.
*
* Do not add any entry that has been marked for removal.
...
...
This diff is collapsed.
Click to expand it.
src/feature/dircache/dircache.c
+
2
−
2
View file @
b314b68d
...
...
@@ -565,7 +565,7 @@ parse_one_diff_hash(uint8_t *digest, const char *hex, const char *location,
}
/** If there is an X-Or-Diff-From-Consensus header included in <b>headers</b>,
* set <b>digest_out<b> to a new smartlist containing every 256-bit
* set <b>digest_out<
/
b> to a new smartlist containing every 256-bit
* hex-encoded digest listed in that header and return 0. Otherwise return
* -1. */
static
int
...
...
@@ -1384,7 +1384,7 @@ handle_get_hs_descriptor_v2(dir_connection_t *conn,
return
0
;
}
/** Helper function for GET /tor/hs/3/
<z>
. Only for version 3.
/** Helper function for GET
`
/tor/hs/3/
...`
. Only for version 3.
*/
STATIC
int
handle_get_hs_descriptor_v3
(
dir_connection_t
*
conn
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment