- Oct 07, 2005
-
-
Nick Mathewson authored
svn:r5225
-
Nick Mathewson authored
svn:r5224
-
Roger Dingledine authored
svn:r5223
-
Roger Dingledine authored
svn:r5222
-
Roger Dingledine authored
svn:r5221
-
Roger Dingledine authored
cases. svn:r5220
-
Roger Dingledine authored
svn:r5219
-
Nick Mathewson authored
svn:r5218
-
Roger Dingledine authored
svn:r5217
-
Nick Mathewson authored
disable RAND_poll() for the alpha of the day; at least 24 hours of testing is in order for something like that. svn:r5216
-
Nick Mathewson authored
Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (if present) openbsd weirdness (if present), vms/os2 weirdness (if we ever port there), and more in the future. svn:r5215
-
Roger Dingledine authored
svn:r5214
-
Peter Palfrader authored
svn:r5213
-
Nick Mathewson authored
svn:r5212
-
- Oct 06, 2005
-
-
Nick Mathewson authored
Add entropy in 512-bit chunks, not 160-bit chunks. (This latter change is voodoo.) svn:r5211
-
Nick Mathewson authored
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it. svn:r5210
-
Roger Dingledine authored
svn:r5209
-
Nick Mathewson authored
svn:r5208
-
Peter Palfrader authored
svn:r5206
-
- Oct 05, 2005
-
-
Nick Mathewson authored
svn:r5205
-
Nick Mathewson authored
svn:r5204
-
Nick Mathewson authored
svn:r5203
-
Roger Dingledine authored
there, now we use it. svn:r5202
-
Nick Mathewson authored
I *knew* something was wrong here. Flip some comparison operators and make download-rate-limiting sane again. svn:r5201
-
Nick Mathewson authored
svn:r5200
-
Roger Dingledine authored
not used yet. svn:r5199
-
Nick Mathewson authored
svn:r5198
-
Nick Mathewson authored
improve INFO-level logging for directory downloads. This is still too chatty, but it will help us analyze things. svn:r5197
-
Roger Dingledine authored
svn:r5196
-
Nick Mathewson authored
replace former relaunches of directory downloads with reset of failure count and relaunch of status downloads. Fix memory leak in trusted_dir_server_t. Reset "last download attempted" time when resetting failure counts. svn:r5195
-
Roger Dingledine authored
svn:r5194
-
Nick Mathewson authored
Note the two places where clients will still try to fetch old-style (v1) directory info. These should be fixed, I think. svn:r5193
-
Nick Mathewson authored
svn:r5192
-
Roger Dingledine authored
svn:r5191
-
Nick Mathewson authored
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. svn:r5190
-
Nick Mathewson authored
resolve some directory-related XXXXs; downgrade naming conflict messages from WARN to INFO for non-authorities; do not repeat naming conflict messages. svn:r5189
-
Nick Mathewson authored
svn:r5188
-
Nick Mathewson authored
svn:r5187
-
- Oct 04, 2005
-
-
Nick Mathewson authored
When we get an EOF or a timeout on a directory connection, note how many bytes of serverdesc we are dropping. This will help us determine whether it is smart to parse incomplete serverdesc responses. svn:r5186
-
Nick Mathewson authored
warn when we'recalling a non-named server by its nickname; don't warn twice about the same name. Fix a bug in routers_update_status_from_networkstatus that made nearly all clients never update routerinfo_t.is_named. Try to list MyFamily elements by key, not by nickname. Only warn about names that we generated ourself, or got from the local user. On TLS handshake, only check the other router's nickname against its expected nickname if is_named is set. svn:r5185
-