(file) Return to todo.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

  1 mike  1.3 
  2 mike  1.18     -	Consider eliminating const CIM element classes.
  3            
  4 mike  1.17     -   Support for NULL property lists (in interface and protocol).
  5 mike  1.16 
  6 mike  1.17     -   Rename tests (prepend "Test" to each test).
  7 mike  1.16 
  8 mike  1.17     -   Fix bug with cimserver.exe causing it to fail to start without te
  9            	"-l" option.
 10 mike  1.16 
 11 mike  1.17     -   Resolve whether the backslash should be permitted in namespaces.
 12 mike  1.16 
 13 mike  1.17     -   Create CIMOMContext (interface to CIMOM used b the provider).
 14 mike  1.16 
 15 mike  1.17     -	Define Encoding module interface.
 16 mike  1.11 
 17 mike  1.17     - 	Develop XMLEncodings module.
 18 mike  1.1  
 19 mike  1.17     - 	Develop BinaryEncodings module.
 20 mike  1.5  
 21 mike  1.17     - 	Develop MOFEncodings module.
 22 mike  1.4  
 23 mike  1.17     -	Employ BinaryEncodings module in repository (reduce disk usage).
 24 mike  1.7  
 25 mike  1.17     -   Combine repository instances, classes, and qualifiers  into their
 26            	respective files (to reduce the number of files).
 27 mike  1.8  
 28 mike  1.17     -	Employ an efficient indexing scheme in repository (B-trees or hashing).
 29 mike  1.1  
 30 mike  1.17     -	Develop module manager: interface, lookup scheme, and loading scheme.
 31 mike  1.15 
 32 mike  1.17     -   Package Encodings classes as a module.
 33 mike  1.15 
 34 mike  1.17     -   Finalize repository assocations.
 35 mike  1.13 
 36 mike  1.17     -   Add association CIM/HTTP operations.
 37 karl  1.14 
 38 mike  1.17     -   Design association provider infrastructure.
 39 mike  1.10 
 40 mike  1.17     -	Implement missing CIM protocol operations.
 41 mike  1.10 
 42 mike  1.17     -   Implement good observer module interface which allows different levels:
 43 mike  1.10 
 44 mike  1.17 	-   Observation of client/CIMMOM connections/disconnection.
 45 mike  1.9  
 46 mike  1.17 	-   Observation of client/CIMOM communication.
 47 mike  1.1  
 48 mike  1.17 	-   Observation of CIMOM/repository communication.
 49 mike  1.1  
 50 mike  1.17 	-   Observation of CIMOM/provider communication.
 51 mike  1.1  
 52 mike  1.17 	-   Observation of CIMOM state transitions.
 53 mike  1.1  
 54 mike  1.17     -	Pegasus providers for Sun WBEM Services.
 55 mike  1.1  
 56 mike  1.17     -	Pegasus providers for WMI.
 57 mike  1.1  
 58 mike  1.17     -	Sun WBEM Services providers for Pegasus.
 59 mike  1.1  
 60 mike  1.17     -   CIM/HTTP Proxy for WMI.
 61 mike  1.1  
 62 mike  1.17     -   Web Server/Pegasus Integration (use HTTP protocol capabilities of
 63            	web server rather than Pegasus).
 64 mike  1.1  
 65 mike  1.17     -   Add CIMRepository::namespaceExists() method.
 66 mike  1.1  
 67 mike  1.17     - 	Change HTTP message id's to this format: "YYYY.MM.DD.HH.MM.SS.NNNNN".
 68 mike  1.1  
 69 mike  1.17     - 	GetInstances() and GetClasses() need to use iterators on
 70            	provider and repository end. Otherwise, all classes or instance
 71            	to be enumerated, must be sucked into memory.
 72 mike  1.1  
 73 mike  1.17     -   Template bloat reduction.
 74 mike  1.1  
 75 mike  1.17     - 	Need a tool to say which features are supported by a compiler.
 76 mike  1.1  
 77 mike  1.17     -   Support unloading of dynamic libraries (presently only load() is
 78            	supported).
 79 mike  1.2  
 80 mike  1.1      -	Clean up and consolidate exception classes.
 81            
 82 mike  1.17     -	Asynchronous socket writes in the CIMOM (need write enabled flags).
 83 mike  1.1  
 84 mike  1.5      -	Handle PARAMETER.REFARRAY in Procotol?
 85 mike  1.1  
 86 mike  1.17     -	Implemented stream oriented XML parsing.
 87 mike  1.1  
 88 mike  1.17     -	Ignore extraneous XML elements (implement "loose validation" concept).
 89 mike  1.1  
 90 mike  1.5      -	Add methods to get objects by their names, in addition to index. For
 91 mike  1.1  	example:
 92            
 93            	    CIMProperty CIMClass::getProperty(const String& name);
 94            
 95 mike  1.5      -	Distinguish between private and public classes (otherwise, users may
 96 mike  1.1  	come to depend on classes with unstable interfaces).
 97            
 98 mike  1.17     -	Walk through all code to expose consistency/aesthetic issues.
 99 mike  1.1  
100 mike  1.17     -	Provide ACE Channel implementation (for porting purposes)?
101 mike  1.1  
102 mike  1.17     -	Expand datatime (setCurrentTime() and comparison and increment 
103            	functions).
104 mike  1.1  
105                -	Write Pegasus Architecture Paper.
106            
107 karl  1.14     -	Implement MOF provider registration scheme (according to the
108 mike  1.17 	standard).
109 mike  1.1  
110 mike  1.17     -	WBEM Query Language and integration.
111 mike  1.1  
112 mike  1.17     -   Threading
113 mike  1.1  
114                -	Package up pegasus in Install Shield application.
115            
116 mike  1.17     -	Internationalization: Handle UCS2 characters in XML 
117            	(parsing and writing).
118 mike  1.1  
119 mike  1.17     -	Export of repository to MOF.
120 mike  1.1  
121 mike  1.6      -   Change CompareNoCase() to String::compareNoCase().
122            
123 mike  1.17     -	Figure out how to handle CIM NULL values.
124 mike  1.1  
125 mike  1.5      -	Figure out how inheritance of keys works.
126 mike  1.1  
127 mike  1.5      -	Investiage weak assocations.
128 mike  1.1  
129 mike  1.5      -	Enforce constraint qualifiers.
130 mike  1.1  
131 mike  1.5      -	Disallow resetting size of fixed length arrays.
132 mike  1.1  
133 mike  1.5      -	Shrink object sizes.
134 mike  1.1  
135 mike  1.5      -	Use lighter I/O system (than C++ streams).
136 mike  1.1  
137 mike  1.5      -	Run Purify on all sources (port to Sun first).
138 mike  1.1  
139 mike  1.5      -	Optimize clear method on arrays (to not release memory).
140 mike  1.1  
141 mike  1.17     -	Provide conversions between DateTime and time_t.
142 mike  1.1  
143 mike  1.5      -	Port to Solaris
144 mike  1.1  
145 mike  1.17     -   Support multiple providers of the extact same class.
146            	DiskController example and LanController.

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2