You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/06/07 08:50:22 UTC

svn commit: r188722 - /directory/sandbox/trunk/asn1-new-codec/TODO.txt

Author: elecharny
Date: Mon Jun  6 23:50:22 2005
New Revision: 188722

URL: http://svn.apache.org/viewcvs?rev=188722&view=rev
Log:
Changed the TODO to reflect done tasks.

Modified:
    directory/sandbox/trunk/asn1-new-codec/TODO.txt

Modified: directory/sandbox/trunk/asn1-new-codec/TODO.txt
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/TODO.txt?rev=188722&r1=188721&r2=188722&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/TODO.txt (original)
+++ directory/sandbox/trunk/asn1-new-codec/TODO.txt Mon Jun  6 23:50:22 2005
@@ -1,20 +1,16 @@
 Here is a list of things that has to be done :
 1  - finish the LDAP grammar
 2  - write tests !
-3  - review the Pool mechanism
 4  - add the streaming of big objects
 5  - deal with memory exhaustion
 6  - extend a DER and CER decoder from the BER decoder
 7  - add the encoders
-8  - separate LDAP from SPNEGO decoders (two projects, plus a shared BER/DER/CER)
-9  - improve the logs
 10 - add JMX manageability
 11 - create a proxy for debugging purpose
-12 - get rid of Log4j, use commons-log instead
 13 - add lacking ASN.1 primitives
 14 - modify the code to be able to integrate it in ApacheDS
 15 - benchmark the different grammars, and compare it with the existing decoder/encoder
-16 - describe the inner mechanism on wiki, explaining the coices
+16 - describe the inner mechanism on wiki, explaining the choices
 17 - start to think about PER
 18 - start to think about how this can be use in the ASN.1 compiler
 19 - ... (add your TODO !)
@@ -22,3 +18,8 @@
  
 Items (1) and (2) are obviously urgent.
 
+Done :
+* 3  - review the Pool mechanism : It has been suppressed
+* 9  - improve the logs : Done
+* 12 - get rid of Log4j, use commons-log instead : Actually, I don't see any
+advantage to using commons-log ...