r15646@catbus: nickm | 2007-10-10 16:01:54 -0400

Fix some memory leaks when serving v3 networkstatus documents and v3 certs. Generate 503 correctly when serving v3 networkstatus documents and v3 certs.


svn:r11850
This commit is contained in:
Nick Mathewson
2007-10-10 20:06:38 +00:00
parent 8effa68b73
commit 976c8f8a71
2 changed files with 37 additions and 12 deletions
+4
View File
@@ -29,6 +29,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
- Add more ways for tools to download the votes that lead to the current
consensus.
- Caches now download v3 network status documents as needed.
- Send a 503 when low on bandwidth and a vote, consensus, or certificate
is requested.
o Minor features (network statuses):
- Tweak the implementation of proposal 109 slightly: allow at most
@@ -57,6 +59,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
not on our preferred schedule.
- Make the return values and messages from signature uploads and downloads
more sensible.
- Fix a memory leak when serving votes and consensus documents, and
another when serving certificates.
o Minor bugfixes (performance):
- Use a slightly simpler string hashing algorithm (copying Python's