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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
routerparse.c
Age
Commit message (
Expand
)
Author
2004-08-25
make the compile work (and not complain) on sunos 5.9
Roger Dingledine
2004-08-18
Fix some DOCDOCs
Nick Mathewson
2004-08-18
Functions to test nickname validity
Nick Mathewson
2004-08-17
Clean up last patch; implement (mostly) proper handling for verified/unverifi...
Nick Mathewson
2004-08-17
Parse uptime into routerinfo
Nick Mathewson
2004-08-15
o clients choose nodes proportional to advertised bandwidth
Roger Dingledine
2004-08-08
fix a race condition in 008pre2: don't try to extend onto a connection
Roger Dingledine
2004-08-07
Don't warn about being unverified if you're not in the running-routers
Roger Dingledine
2004-08-07
Only warn about version newness once
Nick Mathewson
2004-08-07
Remove obsolete link-key keyword
Nick Mathewson
2004-08-07
router_get_hash_impl would fail when end_str started with \n. Now it works.
Nick Mathewson
2004-08-07
Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...
Nick Mathewson
2004-08-07
untwisting the logic, it would seem the pkey is always defined?
Roger Dingledine
2004-08-07
Comment about n_args<1 is correct, since all directory servers are running po...
Nick Mathewson
2004-08-07
print the name of the dirserver that told us we were unverified
Roger Dingledine
2004-08-06
There is no space after network-status; make router_get_hash_impl more bullet...
Nick Mathewson
2004-08-04
Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...
Nick Mathewson
2004-08-04
log a warning if you're running an unverified server, to let
Roger Dingledine
2004-07-22
stop using atexit() to remove our pid, since it's called
Roger Dingledine
2004-07-22
Never use time(NULL) as assumed publication time for a directory.
Nick Mathewson
2004-07-22
populate router_get_my_routerinfo()->is_verified
Roger Dingledine
2004-07-21
authdirservers accept the uploading of unverified descriptors.
Roger Dingledine
2004-07-20
a whole swath of fixes
Roger Dingledine
2004-07-16
Change rule from "reject non-recommended versions" to "reject obsolete versio...
Nick Mathewson
2004-07-16
Remove 1024-router limit in routerparse.c; unify handling of running-routers ...
Nick Mathewson
2004-07-16
Resolve all DOCDOCs.
Nick Mathewson
2004-07-13
Code to parse tor version numbers so we can do an is-newer-than check.
Nick Mathewson
2004-07-12
add 'advertisedbandwidth' to router descriptor
Roger Dingledine
2004-07-02
More digest/nickname fixes
Nick Mathewson
2004-07-01
Track routers by hash of identity key; use hex hash of identity key in place ...
Nick Mathewson
2004-06-25
Remaining 008pre1 items done; deferred where more design is needed.
Nick Mathewson
2004-06-21
Implement several 008pre1 items: needs more testing
Nick Mathewson
2004-06-02
Check directory signatures based on name of signer, not on whom we got the di...
Nick Mathewson
2004-06-01
Check recommended-software string *early*, before actually parsing the direct...
Nick Mathewson
2004-05-20
Allow multiple exit policy lines; mostly add support for AP policies
Nick Mathewson
2004-05-18
Resolve some XXXs
Nick Mathewson
2004-05-10
Split directory/router parsing functionality into separate file from routerli...
Nick Mathewson