Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Mike Perry
Tor
Commits
411a18e3
Commit
411a18e3
authored
21 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
put out 0.0.2pre12
(mainly doc and log changes) svn:r579
parent
88a068b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.in
+1
-1
1 addition, 1 deletion
configure.in
doc/TODO
+1
-0
1 addition, 0 deletions
doc/TODO
src/or/or.h
+1
-1
1 addition, 1 deletion
src/or/or.h
with
3 additions
and
2 deletions
configure.in
+
1
−
1
View file @
411a18e3
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.0.2pre1
1
)
AM_INIT_AUTOMAKE(tor, 0.0.2pre1
2
)
AM_CONFIG_HEADER(orconfig.h)
CFLAGS="-Wall -O2 -I/usr/kerberos/include"
...
...
This diff is collapsed.
Click to expand it.
doc/TODO
+
1
−
0
View file @
411a18e3
make connection_flush_buf() more obviously obsolete
let hup reread the config file, eg so we can get new exit policies without restarting
use times(2) rather than gettimeofday to measure how long it takes to process a cell
...
...
This diff is collapsed.
Click to expand it.
src/or/or.h
+
1
−
1
View file @
411a18e3
...
...
@@ -95,7 +95,7 @@
#include
"../common/log.h"
#include
"../common/util.h"
#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11"
#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11
,0.0.2pre12,0.0.2pre13
"
#define MAXCONNECTIONS 1000
/* upper bound on max connections.
can be lowered by config file */
...
...
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