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
ad5ce3c7
Commit
ad5ce3c7
authored
18 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
fix whitespace; add a todo item
svn:r9148
parent
973baa16
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
doc/TODO
+3
-0
3 additions, 0 deletions
doc/TODO
src/or/circuituse.c
+3
-2
3 additions, 2 deletions
src/or/circuituse.c
with
6 additions
and
2 deletions
doc/TODO
+
3
−
0
View file @
ad5ce3c7
...
...
@@ -299,6 +299,9 @@ R - "bandwidth classes", for incoming vs initiated-here conns,
- (Can we suppress cnames? Should we?)
Minor items for 0.1.2.x as time permits:
R - add d64 and fp64 along-side d and fp so people can paste status
entries into a url. since + is a valid base64 char, only allow one
at a time. spec and then do.
D don't do dns hijacking tests if we're reject *:* exit policy?
(deferred until 0.1.1.x is less common)
o Some way for the authorities to set BadExit for some nodes manually.
...
...
This diff is collapsed.
Click to expand it.
src/or/circuituse.c
+
3
−
2
View file @
ad5ce3c7
...
...
@@ -778,8 +778,9 @@ static int did_circs_fail_last_period = 0;
/** Launch a new circuit; see circuit_launch_by_extend_info() for
* details on arguments. */
origin_circuit_t
*
circuit_launch_by_router
(
uint8_t
purpose
,
int
onehop_tunnel
,
routerinfo_t
*
exit
,
int
need_uptime
,
int
need_capacity
,
int
internal
)
circuit_launch_by_router
(
uint8_t
purpose
,
int
onehop_tunnel
,
routerinfo_t
*
exit
,
int
need_uptime
,
int
need_capacity
,
int
internal
)
{
origin_circuit_t
*
circ
;
extend_info_t
*
info
=
NULL
;
...
...
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