[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] More anti-leak work.
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv4914
Modified Files:
TODO
Log Message:
More anti-leak work.
benchmark, test:
- More code to test tls functionality for leaks.
MMTPServer:
- Try harder to avoid cyclic garbage, so GC has an easier time.
tls.c:
- Kill another leak.
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- TODO 2 Jun 2003 20:55:23 -0000 1.112
+++ TODO 3 Jun 2003 17:28:11 -0000 1.113
@@ -166,8 +166,8 @@
o Add note to README about decreasing key lifetime.
o Partially superceded descriptors should get replaced in dir,
right?
+ . Resolve all the memory leaks.
- Finish all documentation, resolve all XXXX004s
- - Quiet server startup; should be by default if daemon mode.
- Remaining unit tests
- Tests for online key rotation
- Tests for ServerInbox and Directory.py
@@ -177,6 +177,7 @@
Deferred from 0.0.4:
. Good user error reporting strategy; use UIError uniformly.
+ - Quiet server startup; should be by default if daemon mode.
- Separate error/other log files. ????
- Notice when out of disk space, die more cleanly
- COME UP WITH A REAL TESTING STRATEGY FOR PERFORMANCE AND