Roger Dingledine
|
a23ba84702
changelog cleanups
|
19 éve |
Nick Mathewson
|
57ffca883d
r8826@totoro: nickm | 2006-10-01 17:58:45 -0400
|
19 éve |
Nick Mathewson
|
ce72a9914e
r8822@totoro: nickm | 2006-10-01 16:24:22 -0400
|
19 éve |
Roger Dingledine
|
c705d46df0
and document that change
|
19 éve |
Nick Mathewson
|
723ff1c93d
r8800@totoro: nickm | 2006-09-29 23:10:49 -0400
|
19 éve |
Nick Mathewson
|
b21e656eaf
r9007@Kushana: nickm | 2006-09-29 13:17:32 -0400
|
19 éve |
Nick Mathewson
|
05604c60d4
r9006@Kushana: nickm | 2006-09-29 10:48:23 -0400
|
19 éve |
Nick Mathewson
|
0335bd51d3
r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400
|
19 éve |
Nick Mathewson
|
8992bf6204
r8776@totoro: nickm | 2006-09-29 00:50:46 -0400
|
19 éve |
Nick Mathewson
|
9dbfb91f17
r8997@Kushana: nickm | 2006-09-28 23:40:22 -0400
|
19 éve |
Nick Mathewson
|
907fc6c73e
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
|
19 éve |
Nick Mathewson
|
9988112c87
r8973@Kushana: nickm | 2006-09-28 16:53:19 -0400
|
19 éve |
Nick Mathewson
|
49ad1eefa1
Add an EnforceDistinctSubnets option so that clients who know what they are doing (mainly people with private testing networks) can disable our same-/16 detection.
|
19 éve |
Nick Mathewson
|
0f8491a254
Backport candidate: remove dangerous free(0) on hashtable init
|
19 éve |
Roger Dingledine
|
ad430b9561
checkpoint changelog and general polishing
|
19 éve |
Nick Mathewson
|
b1ad605780
Build correctly for use on OS X platforms with case-sensitive filesystems
|
19 éve |
Nick Mathewson
|
d3af1f2189
Backport candidate: Fix a long-standing server-side DNS bug. When a
|
19 éve |
Nick Mathewson
|
da7f9d5a33
r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400
|
19 éve |
Nick Mathewson
|
4218f09820
r8910@Kushana: nickm | 2006-09-22 12:14:05 -0400
|
19 éve |
Nick Mathewson
|
213658f117
r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
|
19 éve |
Nick Mathewson
|
4f13cb82fd
r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400
|
19 éve |
Nick Mathewson
|
6a1746f98f
r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400
|
19 éve |
Nick Mathewson
|
e4a9b4de4e
r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400
|
19 éve |
Nick Mathewson
|
04bec67574
r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400
|
19 éve |
Nick Mathewson
|
083e9c2b59
r8873@Kushana: nickm | 2006-09-21 14:38:22 -0400
|
19 éve |
Nick Mathewson
|
a942441615
r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400
|
19 éve |
Nick Mathewson
|
b2cc52fa02
Speed up eat_whitespace by a lot.
|
19 éve |
Nick Mathewson
|
6b716fdfb9
NEEDS REVIEW. Act on previous comment, and handle named servers differently: now, we allow multiple servers with the same name in the routerlist even if that name is reserved, but we check whether names are reserved when we try to look up routers by nickname. This is a minor security fix. This makes router_add_to_routerlist O(1). This is a backport candidate.
|
19 éve |
Nick Mathewson
|
5ebb949c9f
Stop searching routerlist for routers with the same identity as other routers (on router insert): we already have a map for that. (We need to add an index field to routerinfo_t so we can figure out which point in the routerlist to replace.) Also, add a comment to routerlist.c; arma, please advise?
|
19 éve |
Nick Mathewson
|
2d4950c837
Malloc and friends are critical-path: Thus, add an it-wont-happen branch prediction for NULL returns, and skip the malloc(0) check on platforms where malloc(0) returns a pointer.
|
19 éve |