Nick Mathewson
|
e621c97d6e
r8906@Kushana: nickm | 2006-09-21 21:23:22 -0400
|
18 年之前 |
Andrew Lewman
|
c2e7e0374e
Removed verbose patch output.
|
18 年之前 |
Nick Mathewson
|
f0f3bbc63b
r8901@Kushana: nickm | 2006-09-21 20:43:48 -0400
|
18 年之前 |
Nick Mathewson
|
78f981dbb0
|
18 年之前 |
Nick Mathewson
|
6b3f6afb58
r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400
|
18 年之前 |
Nick Mathewson
|
213658f117
r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
|
18 年之前 |
Roger Dingledine
|
9bc8d69dfc
remove some loud log messages
|
18 年之前 |
Nick Mathewson
|
29a756af8e
Fix a couple of server-side reverse dns bugs
|
18 年之前 |
Nick Mathewson
|
63395c747c
Fix stupid C mistake. Glad I caught that one fast.
|
18 年之前 |
Nick Mathewson
|
58200f06a5
Fix bug in r8440: base32 uses 5 bytes per char, not 4.
|
18 年之前 |
Nick Mathewson
|
4f13cb82fd
r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400
|
18 年之前 |
Nick Mathewson
|
59f9487225
r8880@Kushana: nickm | 2006-09-21 17:26:02 -0400
|
18 年之前 |
Nick Mathewson
|
adade79f68
r8879@Kushana: nickm | 2006-09-21 17:20:31 -0400
|
18 年之前 |
Nick Mathewson
|
7c21dabef1
r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400
|
18 年之前 |
Nick Mathewson
|
6a1746f98f
r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400
|
18 年之前 |
Nick Mathewson
|
d273d52979
r8876@Kushana: nickm | 2006-09-21 16:58:46 -0400
|
18 年之前 |
Nick Mathewson
|
e4a9b4de4e
r8875@Kushana: nickm | 2006-09-21 16:46:28 -0400
|
18 年之前 |
Nick Mathewson
|
04bec67574
r8874@Kushana: nickm | 2006-09-21 15:22:27 -0400
|
18 年之前 |
Nick Mathewson
|
083e9c2b59
r8873@Kushana: nickm | 2006-09-21 14:38:22 -0400
|
18 年之前 |
Nick Mathewson
|
a942441615
r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400
|
18 年之前 |
Nick Mathewson
|
b2cc52fa02
Speed up eat_whitespace by a lot.
|
18 年之前 |
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.
|
18 年之前 |
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?
|
18 年之前 |
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.
|
18 年之前 |
Nick Mathewson
|
7b0ec744bc
Switch routerlist.c to using memcmp on digests rather than crypto_pk_cmp_keys(); speed up find_whitespace a lot (8x for me) by using a switch statement. This should speed parsing a lot of routers at once by a lot.
|
18 年之前 |
Roger Dingledine
|
e9abe750ea
eventdns patch from Adam Langley
|
18 年之前 |
Nick Mathewson
|
4bc42f4c18
Fix a bogus free() in eventdns.c. Bug reported by xiando.
|
18 年之前 |
Nick Mathewson
|
93beeac01d
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
|
18 年之前 |
Andrew Lewman
|
8648b1133b
Fix a mis-spelled Privoxy.
|
18 年之前 |
Roger Dingledine
|
0494e271e7
good god, that was a bad idea. i've built 500 circuits in the past 5
|
18 年之前 |