- 06 Oct, 2005 2 commits
-
-
Nick Mathewson authored
svn:r5208
-
Peter Palfrader authored
svn:r5206
-
- 05 Oct, 2005 19 commits
-
-
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
-
- 04 Oct, 2005 6 commits
-
-
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
-
Nick Mathewson authored
link nicknames to trusted directory servers; log these nicknames when mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind. svn:r5184
-
Nick Mathewson authored
svn:r5183
-
Nick Mathewson authored
svn:r5182
-
Roger Dingledine authored
svn:r5181
-
- 03 Oct, 2005 3 commits
-
-
Nick Mathewson authored
svn:r5180
-
Nick Mathewson authored
Stop leaking storage for EVP keys. (This would be a critical bug if it had ever appeared in a released version.) svn:r5179
-
Nick Mathewson authored
svn:r5178
-
- 30 Sep, 2005 10 commits
-
-
Nick Mathewson authored
svn:r5177
-
Nick Mathewson authored
svn:r5176
-
Nick Mathewson authored
svn:r5175
-
Roger Dingledine authored
that's why we hadn't caught that leak. svn:r5174
-
Nick Mathewson authored
svn:r5173
-
Nick Mathewson authored
svn:r5172
-
Nick Mathewson authored
svn:r5171
-
Nick Mathewson authored
svn:r5170
-
Nick Mathewson authored
svn:r5169
-
Nick Mathewson authored
Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work. svn:r5168
-