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/16 01:37:49 UTC

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

Author: elecharny
Date: Wed Jun 15 16:37:49 2005
New Revision: 190836

URL: http://svn.apache.org/viewcvs?rev=190836&view=rev
Log:
Added some TODO to the - long - list !

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=190836&r1=190835&r2=190836&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/TODO.txt (original)
+++ directory/sandbox/trunk/asn1-new-codec/TODO.txt Wed Jun 15 16:37:49 2005
@@ -1,25 +1,29 @@
 Here is a list of things that has to be done :
-1  - finish the LDAP grammar
-2  - write tests !
-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
-10 - add JMX manageability
-11 - create a proxy for debugging purpose
-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 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 !)
+ ° finish the LDAP grammar
+ ° write tests !
+ ° add the streaming of big objects
+ ° deal with memory exhaustion
+ ° extend a DER and CER decoder from the BER decoder
+ ° add the encoders
+ ° add JMX manageability
+ ° create a proxy for debugging purpose
+ ° add lacking ASN.1 primitives
+ ° modify the code to be able to integrate it in ApacheDS
+ ° benchmark the different grammars, and compare it with the existing decoder/encoder
+ ° describe the inner mechanism on wiki, explaining the choices
+ ° start to think about PER
+ ° start to think about how this can be use in the ASN.1 compiler
+ ° replace the tag value by constants
+ ° replace the MutableString by LdapString in LDAP
+ ° split the sources in three src directories : LDAP, SPNEGO, and common
+ ° create toString methods for POJOs
+ ° - ... (add your TODO !)
  
  
 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
+ ° review the Pool mechanism : It has been suppressed
+ °  - improve the logs : Done
+ ° - get rid of Log4j, use commons-log instead : Actually, I don't see any
 advantage to using commons-log ...