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
/
routerlist.c
Age
Commit message (
Expand
)
Author
2004-05-20
non-dirservers expire routerinfo's that are more than a day old
Roger Dingledine
2004-05-20
Allow multiple exit policy lines; mostly add support for AP policies
Nick Mathewson
2004-05-18
fix a seg fault, add another XXX for nick ;)
Roger Dingledine
2004-05-17
Fix segfault and logic error in last patch.
Nick Mathewson
2004-05-17
Make directory functions update routerlist, not replace it. Add notion of OR...
Nick Mathewson
2004-05-12
break part of circuit.c into relay.c
Roger Dingledine
2004-05-10
Split directory/router parsing functionality into separate file from routerli...
Nick Mathewson
2004-05-10
More doxygenation.
Nick Mathewson
2004-05-09
more doxygen markup
Roger Dingledine
2004-05-06
bugfix: add a circ->resolving_streams field, and make dns resolving ...
Roger Dingledine
2004-05-05
More documentation; fix for compilation warning
Nick Mathewson
2004-05-05
More documentation
Nick Mathewson
2004-05-04
Comment router*.c
Nick Mathewson
2004-04-28
clean dns.c better
Roger Dingledine
2004-04-28
Workarounds for a couple of pieces of windows strangeness.
Nick Mathewson
2004-04-25
now assume all routers support rendezvous cells
Roger Dingledine
2004-04-25
use tor_assert
Roger Dingledine
2004-04-25
Remove onion_pkey from connection, since onion keys can change more often tha...
Nick Mathewson
2004-04-24
Spurious link-key should not be an error
Nick Mathewson
2004-04-24
Merge flagday into main branch.
Nick Mathewson
2004-04-08
Invert strcasecmp check for supports-rendezvous
Nick Mathewson
2004-04-07
Freeing the same variable twice in rapid succession can sometimes cause a dou...
Nick Mathewson
2004-04-07
Insert a *copy* of our routerinfo into the routerlist.
Nick Mathewson
2004-04-07
Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need
Nick Mathewson
2004-04-07
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
Nick Mathewson
2004-04-07
Put ourself in router list; act accordingly.
Nick Mathewson
2004-04-06
Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare
Nick Mathewson
2004-04-06
Continue attack on magic numbers; use new crypto wrappers where possible
Nick Mathewson
2004-04-05
make router_get_by_nickname consider this router.
Nick Mathewson
2004-04-05
alice can now look up bob's service descriptor,
Roger Dingledine
2004-04-03
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-04-03
Hide smartlist internals
Nick Mathewson
2004-04-02
break out circ->rend_service
Roger Dingledine
2004-04-02
router_choose_random_node can take a smartlist of nodes to exclude
Roger Dingledine
2004-04-02
now circuit_get_newest returns an appropriate circ for your purpose
Roger Dingledine
2004-03-30
Make smartlist Do What Arma Expects.
Nick Mathewson
2004-03-30
Remove maximum-size field from smartlists
Nick Mathewson
2004-03-30
re-enable recommendedversion checking (oops, thanks weasel)
Roger Dingledine
2004-03-29
Re-enable unit tests for directory generation.
Nick Mathewson
2004-03-28
there is yet another dns-pending-conn-clobbering bug
Roger Dingledine
2004-03-27
make it less noisy to consider exit policies
Roger Dingledine
2004-03-14
bugfix: address that strcat vulnerability in circuit.c
Roger Dingledine
2004-03-11
UnDOSify CRLF->LF.
Nick Mathewson
2004-03-11
Make OP work on windows! (Also misc logging tweaks)
Nick Mathewson
2004-03-09
Fix some bugs in parse_time
Nick Mathewson
2004-03-09
Fix DOS line endings; autoconfize checks for strptime and inet_aton
Nick Mathewson
2004-03-09
Make tor build on windows again. More work still needed
Nick Mathewson
2004-03-09
stop troubling router operators with unapproved router connect attempts
Roger Dingledine
2004-03-07
re-try streams at most 4 times
Roger Dingledine
2004-03-05
New, more flexible directory parsing backend. Uses a bit more RAM, but implem...
Nick Mathewson
[next]