mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user