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
2005-08-08
Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...
Nick Mathewson
2005-08-07
Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-15
Make "Couldnt add router to list" message more descriptive. Make messages co...
Nick Mathewson
2005-07-15
the other half of the bugfix: tolerate a trusted dirserver claiming
Roger Dingledine
2005-07-01
fix compile error (and likely a a crash bug in resolves)
Roger Dingledine
2005-06-29
make the local and private network masks explicit when we complain
Roger Dingledine
2005-06-20
overall cleanup and streamlining and doccing
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-05-18
fix the assumption that uninitialized variables are 0
Roger Dingledine
2005-05-18
fix seg faults when router_load_single_router fails
Roger Dingledine
2005-05-17
doxygeny goodness from tyranix
Roger Dingledine
2005-05-14
if router_resolve fails on the descriptor the controller
Roger Dingledine
2005-05-14
Append default exit policy before checking for implicit internal addresses: f...
Nick Mathewson
2005-05-10
Patch for task 133
Nick Mathewson
2005-05-06
fix massive memory leak
Roger Dingledine
2005-05-02
Remove support for looking at old directory/routerdesc elements; mark non-new...
Nick Mathewson
2005-04-12
be willing to load balance over up to 2mB, not 1mB, of advertised capacity
Roger Dingledine
2005-04-06
when using preferred entry or exit nodes, ignore whether
Roger Dingledine
2005-04-03
Only warn once per nickname from add_nickname_list_to_smartlist per failure.
Nick Mathewson
2005-04-02
Better messages when POSTDESCRIPTOR fails
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-04-01
when building testing circuits, always use middle hops
Roger Dingledine
2005-03-22
Implement controller's "extendcircuit" directive.
Roger Dingledine
2005-03-19
Turn addr_policy_compare from a tristate to a quadstate; this should help add...
Nick Mathewson
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-02
Implement new controller events for changed descriptors and new (not-yet-atta...
Nick Mathewson
2005-02-28
When copying routerinfo, copy descriptor too to prevent later double-free.
Nick Mathewson
2005-02-27
Checkpoint in-progress fixes:
Roger Dingledine
2005-02-27
Make sure that router_get_by_* can always return "me"
Nick Mathewson
2005-02-25
Implement more control spec functionality
Nick Mathewson
2005-02-24
fix a seg fault from tor_free_all
Roger Dingledine
2005-02-10
Add more functions to free things to help dmalloc allong.
Nick Mathewson
2005-02-10
stop picking unverified dir mirrors, ever.
Roger Dingledine
2005-02-01
give a bit more load to servers that claim to be able to
Roger Dingledine
2005-01-29
if we fetch the dir from a mirror that has a wildly skewed
Roger Dingledine
2005-01-20
Log the offending policy, not the first policy
Nick Mathewson
2005-01-20
Warn when exit policy implicitly allows local addresses.
Nick Mathewson
2005-01-13
get rid of 0.0.8 backwards compatibility
Roger Dingledine
2005-01-12
Annotate circuits w/ whether they aim to contain high uptime nodes and/or
Roger Dingledine
2005-01-06
Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...
Nick Mathewson
2005-01-03
Use correct logic to decide whether there are more directory servers to retry.
Nick Mathewson
2005-01-03
Resolve task 42: find where 19-char nicknames were getting truncated when rea...
Nick Mathewson
2004-12-31
require BandwidthRate to be at least 10kB/s
Roger Dingledine
2004-12-07
plug another memory leak
Roger Dingledine
2004-12-05
New circuit building strategy: keep a list of ports that we've used in ...
Roger Dingledine
2004-12-04
plus add a comment re: the previous bug
Roger Dingledine
[next]