1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
TODO
* lzx
- add decompression support
- add compression support
* lznt1
- add decompression support
- add compression support
* lzxpress
- add compression support
* lzxpress huffman
- add compression support
* update include header
- locale identifier functions
- lznt1 functions
- lzxpress functions
* add tests
- locale identifier functions
- compression
* Python bindings
- add locale identifier support
- add compression support
* locale identifier:
- currently debug functions only
* security identifier:
- use array for sub authorities?
20161103
* code clean up
* worked on tests
* worked on lzxpress huffman
20161102
* worked on tests
20161031
* worked on tests
20160418
* worked on Python bindings
20160417
* worked on security descriptor support
* worked on Python bindings
20160415
* worked on security descriptor support
20160412
* worked on security descriptor support
20160411
* worked on tests
20160106
* 2016 update
20151206
* changes in copying security identifier to string
to work around issues with VS 2008 compilation
20150621
* woked on lzxpress support
20150618
* woked on lzxpress support
20150613
* woked on lzxpress support
20150612
* woked on lzxpress support
20150608
* fixed typo
20150413
* increased the maximum number of sub authorities from 10 to 15
20150406
* code clean up
20150104
* 2015 update
* worked on tests
20141018
* changes for deployment
20141012
* worked on utility scripts
20140921
* changes for project site move
20140512
* woked on lzxpress support
20140417
* woked on lznt1 support
20140415
* woked on lzxpress support
20140105
* 2014 update
* updated dependencies
20130929
* worked on libcthreads build support
* worked on git files
* fixes for stand-alone build
* updated msvscpp files
20130718
* removed unnecessary restriction in library include headers
20130413
* updated dependencies
* 2013 update
20120924
* updated dependencies
* libcdata update
* lcid now available outside debug output
20120831
* worked on security descriptor
- worked on access control list
- worked on access control entry debug function
20120830
* create control flag debug print function
* worked on security descriptor
- added access control list
20120827
* worked on include header
* worked on man pages
* worked on tests
* worked on security descriptor
20120826
* Created stand-alone version of version used in libregf
|