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
2006-10-11
r9004@totoro: nickm | 2006-10-11 18:05:24 -0400
Nick Mathewson
2006-10-07
more minor cleanups
Roger Dingledine
2006-10-07
minor cleanups
Roger Dingledine
2006-10-03
r8838@totoro: nickm | 2006-10-02 15:24:39 -0400
Nick Mathewson
2006-10-01
r8826@totoro: nickm | 2006-10-01 17:58:45 -0400
Nick Mathewson
2006-10-01
Track down a seg fault that's been bothering me a while: if you
Roger Dingledine
2006-09-29
r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400
Nick Mathewson
2006-09-29
r8776@totoro: nickm | 2006-09-29 00:50:46 -0400
Nick Mathewson
2006-09-28
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
Nick Mathewson
2006-09-28
r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400
Nick Mathewson
2006-09-25
Add an EnforceDistinctSubnets option so that clients who know what they are d...
Nick Mathewson
2006-09-25
Free named_server_map on shutdown.
Nick Mathewson
2006-09-22
r8909@Kushana: nickm | 2006-09-22 00:38:13 -0400
Nick Mathewson
2006-09-19
NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...
Nick Mathewson
2006-09-19
Stop searching routerlist for routers with the same identity as other routers...
Nick Mathewson
2006-09-19
Switch routerlist.c to using memcmp on digests rather than crypto_pk_cmp_keys...
Nick Mathewson
2006-09-17
r8839@Kushana: nickm | 2006-09-17 16:11:59 -0400
Nick Mathewson
2006-09-15
Send out a burst of long-range drop cells after we've established that
Roger Dingledine
2006-09-15
r9770@danube: weasel | 2006-09-15 07:20:05 +0200
Peter Palfrader
2006-09-15
r9767@danube: weasel | 2006-09-15 06:27:48 +0200
Peter Palfrader
2006-08-31
r8695@Kushana: nickm | 2006-08-31 14:35:36 -0400
Nick Mathewson
2006-08-27
stop a big memory leak: we were leaking the whole contents
Roger Dingledine
2006-08-27
stop three memory leaks. nick, fix these if i'm wrong.
Roger Dingledine
2006-08-16
automatically avoid picking more than one node from the same
Roger Dingledine
2006-08-15
r7392@Kushana: nickm | 2006-08-14 23:50:32 -0400
Nick Mathewson
2006-08-05
r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700
Nick Mathewson
2006-08-04
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
Nick Mathewson
2006-07-26
r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400
Nick Mathewson
2006-07-26
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
Nick Mathewson
2006-07-15
parameterize the loudness of resolve_my_address(), and call things
Roger Dingledine
2006-07-09
First part of making mmap-based stuff work on win32: save descriptors as "bin...
Nick Mathewson
2006-06-28
tab-man strikes again
Roger Dingledine
2006-06-28
Fix another idiot bug causing symptom 309. Why cant I program?
Nick Mathewson
2006-06-28
Add a check to try to make cache rebuild fail fast if it is going to fail
Nick Mathewson
2006-06-28
Aaand re-disable the bogus test in get_body()
Nick Mathewson
2006-06-28
Make sure that our calculated offsets for routers is correct; again. This tim...
Nick Mathewson
2006-06-27
Likely fix for bug 309: when we calculate offsets after rebuilding the descri...
Nick Mathewson
2006-06-22
Fix a bunch of spaces.
Nick Mathewson
2006-06-22
#if out test that was failing because of an extra newline.
Nick Mathewson
2006-06-22
Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...
Nick Mathewson
2006-06-21
When requesting or serving resources via fingerprint/digest, request and resp...
Nick Mathewson
2006-06-18
Backport candidate: implement the "is this uptime change cosmetic" test prope...
Nick Mathewson
2006-06-09
and forward-port too.
Roger Dingledine
2006-06-09
fix a bootstrapping check we ignored that prevents us from running
Roger Dingledine
2006-06-08
ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work.
Roger Dingledine
2006-06-04
Add a new warning to our "warn a lot" list: unused parameters. This means we...
Nick Mathewson
2006-05-30
and get grammar right
Roger Dingledine
2006-05-30
stop fetching descriptors if we're not a dir mirror and we
Roger Dingledine
2006-05-30
tentative change: if you have your dirport set, you are a directory
Roger Dingledine
2006-05-26
correct a false log message, since we actually reset all our
Roger Dingledine
[next]