Peter Palfrader
|
7b6c435066
<nickm> ooh, that log shouldn't be there. can you take it out?
|
hace 19 años |
Nick Mathewson
|
0799154ae1
Fix bug in networkstatus spooling: spool more than the first networkstatus.
|
hace 19 años |
Nick Mathewson
|
0e09b26112
Fishy, but harmless.
|
hace 19 años |
Roger Dingledine
|
ef78e4245f
add a note for nick to fix
|
hace 19 años |
Nick Mathewson
|
a9e1a4c33c
Ah. We need a new zlib_state for each networkstatus we spool out.
|
hace 19 años |
Andrew Lewman
|
ed2fb517d3
Minor fix to pre-instllation version check for OSX
|
hace 19 años |
Andrew Lewman
|
0109540091
First crack at version checking for OSX installer.
|
hace 19 años |
Nick Mathewson
|
4283b81a48
Start spooling v2 networkstatus docs as well.
|
hace 19 años |
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.
|
hace 19 años |
Nick Mathewson
|
2552d5e60f
Fix an assert that still isnt the assert we are hunting.
|
hace 19 años |
Roger Dingledine
|
37c441d96f
correct a function comment in compute_preferred_testing_list()
|
hace 19 años |
Nick Mathewson
|
f1993b8b30
Become capable of noticing that we are done sending a directory.
|
hace 19 años |
Nick Mathewson
|
5c0d7fb016
Resolve control flow warning.
|
hace 19 años |
Nick Mathewson
|
0932f463ff
Ah. That seems to work.
|
hace 19 años |
Nick Mathewson
|
5ba72d0ae5
another write_to_buf_zlib fix.
|
hace 19 años |
Nick Mathewson
|
b5c599412f
Backport candidate: implement the "is this uptime change cosmetic" test properly.
|
hace 19 años |
Nick Mathewson
|
a9cffd2ff0
Re-enable buffer RAM guard values.
|
hace 19 años |
Nick Mathewson
|
11c2e97d51
Another _zlib fix.
|
hace 19 años |
Nick Mathewson
|
337ad6420b
Make connection_write_to_buf_zlib set outbuf_flushlen right.
|
hace 19 años |
Nick Mathewson
|
537104c908
write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf_zlib wrapper that sucks.
|
hace 19 años |
Nick Mathewson
|
10b7b57616
Temporarily disable sentinels on buffers
|
hace 19 años |
Nick Mathewson
|
9376d901ed
make zlib buffer function set buf_highwater properly
|
hace 19 años |
Nick Mathewson
|
4d02ccfed8
Stop trying to refresh when we are out of data.
|
hace 19 años |
Nick Mathewson
|
b9013cbe98
And actually check the url when it exists. that might work better.
|
hace 19 años |
Nick Mathewson
|
c374340c70
That dir_refresh_src fix will only work if I enable it.
|
hace 19 años |
Nick Mathewson
|
347bcec84a
Fix a couple of bugs in last patch.
|
hace 19 años |
Nick Mathewson
|
c58cc8c16c
add coverage for a default case
|
hace 19 años |
Nick Mathewson
|
b1a8b7869a
Oops. conn->requested_resource is client only.
|
hace 19 años |
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.
|
hace 19 años |
Nick Mathewson
|
73ada60d64
remove non-germane comment
|
hace 19 años |