index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
router.c
Age
Commit message (
Expand
)
Author
2009-01-21
Make sure that even in the weird fiddly paths that lead to init_keys,
Nick Mathewson
2009-01-06
Bugfix on r13098. Backport candidate.
Roger Dingledine
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-27
New controller event "clients_seen" to report a geoip-based summary
Roger Dingledine
2008-12-26
Add some early checks to keep ipv6 addresses from failing by accident. Now, ...
Nick Mathewson
2008-12-23
Document most undocumented variables.
Nick Mathewson
2008-12-22
Add DOCDOC entries for undocumented static and global variables.
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-18
Make it possible to call set_onion_key twice without leaking RAM.
Nick Mathewson
2008-12-18
Fix bug 889: share deep-copied keys between threads to avoid races in referen...
Nick Mathewson
2008-12-17
Make return code from router_add_to_routerlist a nice sensible enum. Based o...
Nick Mathewson
2008-12-10
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
Nick Mathewson
2008-12-10
When a directory authority gives us a new guess for our IP address,
Roger Dingledine
2008-10-01
Now NodeFamily and MyFamily config options allow spaces in
Roger Dingledine
2008-09-26
Proposal 152 implementation from Josh Albrecht, with tweaks.
Nick Mathewson
2008-09-25
Add country-code support to configured node lists to implement the ever-popul...
Nick Mathewson
2008-09-24
All relays now store and serve v2 hidden service descriptors by default (not ...
Karsten Loesing
2008-09-11
Directory mirrors store and serve v2 hidden service descriptors by default.
Karsten Loesing
2008-09-05
Refactor some code and add some asserts based on scanner results.
Nick Mathewson
2008-09-01
Add a lockfile to the Tor data directory to avoid situations where two Tors s...
Nick Mathewson
2008-08-05
r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400
Nick Mathewson
2008-07-24
r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200
Nick Mathewson
2008-06-18
implement more fine-tuning options for stats code
Nick Mathewson
2008-06-04
forward-port r14934
Roger Dingledine
2008-05-29
New code to implement proposal for local geoip stats. Only enabled with --ena...
Nick Mathewson
2008-05-28
Several geoip changes/fixes as requested.
Nick Mathewson
2008-05-12
r19705@catbus: nickm | 2008-05-12 11:40:15 -0400
Nick Mathewson
2008-05-12
r19690@catbus: nickm | 2008-05-11 22:13:31 -0400
Nick Mathewson
2008-04-24
I bet I screwed up while merging in the changes from the feature branch into ...
Peter Palfrader
2008-04-24
Merge conditional consensus downloading
Peter Palfrader
2008-04-24
and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)
Peter Palfrader
2008-03-30
r19140@catbus: nickm | 2008-03-30 14:13:36 -0400
Nick Mathewson
2008-03-17
r18900@catbus: nickm | 2008-03-17 18:32:25 -0400
Nick Mathewson
2008-02-24
r14422@tombo: nickm | 2008-02-24 17:09:56 -0500
Nick Mathewson
2008-02-24
r14421@tombo: nickm | 2008-02-24 17:05:18 -0500
Nick Mathewson
2008-02-23
Servers that don't know their own IP address should go to the
Roger Dingledine
2008-02-22
r14399@tombo: nickm | 2008-02-22 14:09:38 -0500
Nick Mathewson
2008-02-20
r18272@catbus: nickm | 2008-02-20 18:20:33 -0500
Nick Mathewson
2008-02-09
cleanups on r13442.
Roger Dingledine
2008-02-09
Patch from "Andrew S. Lists" to catch when we contact a directory mirror
Roger Dingledine
2008-02-08
r14062@tombo: nickm | 2008-02-08 15:17:07 -0500
Nick Mathewson
2008-02-07
Update some copyright notices: it is now 2008.
Nick Mathewson
2008-02-06
if i'm a v3 authority, tell myself about my cert when i startup.
Roger Dingledine
2008-02-05
r17914@catbus: nickm | 2008-02-05 16:12:16 -0500
Nick Mathewson
2008-02-04
Don't trigger an assert if we start a directory authority with a
Roger Dingledine
2008-01-18
minor typo
Roger Dingledine
2008-01-16
r17639@catbus: nickm | 2008-01-15 19:09:21 -0500
Nick Mathewson
2008-01-10
r17564@catbus: nickm | 2008-01-10 13:19:59 -0500
Nick Mathewson
2008-01-08
our defensive programming plan hid a bug. switch to offensive programming.
Roger Dingledine
[prev]
[next]