Nick Mathewson
|
4ff4577beb
r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400
|
19 years ago |
Roger Dingledine
|
4d5fab4f9a
tweak
|
19 years ago |
Roger Dingledine
|
ee5f512e13
parameterize the loudness of resolve_my_address(), and call things
|
19 years ago |
Roger Dingledine
|
c4411841d2
Avoid an integer underflow when the dir authority decides whether a
|
19 years ago |
Roger Dingledine
|
7f01dc9c1c
whitespace/tab fixes
|
19 years ago |
Roger Dingledine
|
05d0b70573
Get rid of the router_retry_connections notion. Now routers no longer
|
19 years ago |
Nick Mathewson
|
475eb5d6fe
Apparent 311 fix: apparently passing Z_FINISH an empty string is problematic.
|
19 years ago |
Nick Mathewson
|
b82dfdd4a3
Make some more verbose gcc warnings go away.
|
19 years ago |
Nick Mathewson
|
52b8dfa95a
Fix a bunch of spaces.
|
19 years ago |
Nick Mathewson
|
b7910202a3
Next batch of memory miserdom: mmap cached-routers file. This is sure to break somewhere.
|
19 years ago |
Nick Mathewson
|
e2697a62ac
When requesting or serving resources via fingerprint/digest, request and respond in-order, removing duplicates.
|
19 years ago |
Peter Palfrader
|
7b6c435066
<nickm> ooh, that log shouldn't be there. can you take it out?
|
19 years ago |
Nick Mathewson
|
0799154ae1
Fix bug in networkstatus spooling: spool more than the first networkstatus.
|
19 years ago |
Nick Mathewson
|
0e09b26112
Fishy, but harmless.
|
19 years ago |
Roger Dingledine
|
ef78e4245f
add a note for nick to fix
|
19 years ago |
Nick Mathewson
|
a9e1a4c33c
Ah. We need a new zlib_state for each networkstatus we spool out.
|
19 years ago |
Nick Mathewson
|
4283b81a48
Start spooling v2 networkstatus docs as well.
|
19 years ago |
Nick Mathewson
|
3f7f069a05
Fix a tricky crash: making the_directory heap-allocated (so we could refcount it and have multiple instances as neeeded) means that calls to dirserv_regenerate_directory could invalidate the auth_dir value passed to dirserv_pick_cached_dir_obj. Big fun.
|
19 years ago |
Nick Mathewson
|
2552d5e60f
Fix an assert that still isnt the assert we are hunting.
|
19 years ago |
Nick Mathewson
|
f1993b8b30
Become capable of noticing that we are done sending a directory.
|
19 years ago |
Nick Mathewson
|
537104c908
write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf_zlib wrapper that sucks.
|
19 years ago |
Nick Mathewson
|
4d02ccfed8
Stop trying to refresh when we are out of data.
|
19 years ago |
Nick Mathewson
|
347bcec84a
Fix a couple of bugs in last patch.
|
19 years ago |
Nick Mathewson
|
c58cc8c16c
add coverage for a default case
|
19 years ago |
Nick Mathewson
|
b1a8b7869a
Oops. conn->requested_resource is client only.
|
19 years ago |
Nick Mathewson
|
1d9923da7c
Instead of adding servers and v1 directories to buffers en masse, directory servers add them on the fly as their outbufs are depleted. This will save ram on busy dirservers.
|
19 years ago |
Roger Dingledine
|
b4e415ba3c
now we can tell dirserv_dump_directory_to_string() whether we want
|
19 years ago |
Nick Mathewson
|
853e2d99b6
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.)
|
19 years ago |
Roger Dingledine
|
f6ff3e6f0e
directory authorities should be more tolerant of failed reachability
|
19 years ago |
Roger Dingledine
|
0cee3e1fc7
if the bottom eighth of the servers by bandwidth is really crummy,
|
20 years ago |